/* CSS Document */

DIV.header{
	border-bottom:0.1em solid #5a3169;
}

DIV.banner{
	background-color:#f4f4f4;
}

DIV.banner DIV.bannerImage{
	margin-left:auto;
	margin-right:auto;
	max-width:1400px;
	position: relative;
}

DIV.banner DIV.bannerImage IMG{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

DIV.banner DIV.bannerImage IMG.banner{
	position:relative;
	top: 0;	
}

DIV.banner DIV.bannerImage IMG.cover{
	position:absolute;	
	top: 0;
	width:1400px;
	overflow:hidden;
}

DIV.banner DIV.bannerText{
	background-color:#634a6c;
	width:100%;	
}

DIV.banner DIV.bannerText H3{
	text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:1.6em;
	font-family:Oswald,Lao UI,LaoUI, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
	padding:0.5em 0em 0.5em 0em;
}