@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial Rounded MT Bold, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	margin: 0px;
	font-size: smaller;
	padding-bottom: 0px;
	background:url('../Images/background.jpg') repeat-x;
	vertical-align: bottom;
	border: 0px solid #F00;
	background-color:#FFFFFF;
}

a {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:underline;}

img {border:none;}


h1 {
	color:#33B2E9;
	font-size:27px;
	}
	
h2 {
	color:#fff;
	font-size:25px;
	}



#oTemplate
{
	margin: 0 auto;
	width: 1014px;
	clear: both;
	border:0px solid red;
	padding-bottom:10px;
}

#oInformationContainer {
	height:335px;
	float:left;
	width:100%;
	}
	
	
#oLogo {
	width:234px;
	float:left;
	margin-top:31px;
	}
	
#oText {
	float:right;
	text-align:right;
	width:700px;
	margin-top:31px;

}


#oContact {
	float:left;
	width:100%;
	height:300px;
	padding-top:15px;
	font-weight:normal;
	color:#FFFFFF;
}


#oAddress {
	float:left;
	width:50%;
	text-align:left;
	
}


#oForm {
	float:right;
	width:50%;
	text-align:right;
	

}

#oFooter {
	float:left;
	width:100%;
	margin-top:10px;
	}
	
#oWebsiteByCreative {
	float:left;
	width:50%;
	text-align:left;
}


#oInvestorsInPeople {
	float:right;
	width:50%;
	text-align:right;
}


.error {display:block; margin:0 0 0 0px; color:#fff;}
.hidden {display:none;}
.txtSmall {color:#fff;font-size:smaller;}

