/* Start of CMSMS style sheet 'viatec' */
div#content h2 {
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #fab20b;
	border-left: 1.1em solid #fab20b;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}

div#header {
/* adjust according your image size */
/*	height: 163px; */
	height: 200px;
	margin: 0;
	padding: 0;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}

div#movie {
margin: 30px 4px 0px 4px;
}

#menu_vert a:hover{
	color: #fab20b;
}

/* End of 'viatec' */

