/*
 Theme Name: Parent Theme - Microsites
 Description: Parent theme for Microsites
 Author: OAK Computing
 Version: 0.1
*/
 
/* Font Futura */
@import url("webfonts.css");
@import url("../main-parent/style.css");

body {
	background-color:#F9F7EB !important}

#header {
	/*background: #F9F6EA;*/
	background: url("/headers/images/header.png") top center no-repeat;
	position:relative;
}
#container {
	width: 722px;
}
#main {
	width: 912px;
	margin: auto;
}
#container h1 {

	margin-top: 5px;
}
.language a {
	color: #fff !important;
	font-family: 'FuturaBT-Bold', Helvetica, Arial, sans-serif !important;
}
.language a:hover {
	color: #fff !important;
}
.sidebar-left {
	margin-top: 10px;
}
.topbanner {
	margin:auto;
	width:952px;
	margin-bottom:-5px;
}
