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

<style type="text/css">


body {
	text-align: center;
	margin: 0;
}


.oneColFixCtrHdr #photodiv {	
	border: 2px solid;
	width: 1100px;
	margin: 10px auto 0px;
	padding-top: 2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.container {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 800px;
	margin: 65px auto 25px;
	border: 2px solid;
	padding: 15px 45px 15px 45px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	/* for IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  	/* CSS3 standard */
  	opacity: 0.7;
		
}


.oneColFixCtrHdr #header {
	
	padding: 15px 20px 0 20px;
	margin: 0 10px 0 10px;
}

.oneColFixCtrHdr #mainContent {
	padding: inherit;
	background: #FFFFFF;
}


ul.MenuBarHorizontal #menubar1 {
	margin: auto;
	width: 925px;
	position: relative;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
}


.clearfloat { 
	clear:both;
    height:0;
    line-height: 0px;
}

</style>
