@charset "UTF-8";
body {
	background-repeat: repeat-y;
	text-align: center;
	min-width: 800px;
	margin: 0 auto;
	clear: both;
}


#wrapper {
	height: 600px;
	width: 800px;
	background-position: center;
	clear: both;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#header {
	height: 175px;
	width: 825px;
	background-color: #dedede;
	padding-top: 10px;
	text-align: left;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=50);
	border: thin ridge #140935;
  }

#leftcolumn {
	float: left;
	height: 160px;
	width: 120px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 20px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	text-align: center;
	border-opacity: .7;
}
#footer {
	background-color: #FFFFFF;
	height: 55px;
	width: 825px;
	text-align: center;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 11px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	vertical-align: middle;
	letter-spacing: normal;
	opacity: 0.4;
	filter:alpha(opacity=50);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	margin-top: 0px;
	color: #0A041A;
	border: thin none #77ABE3;
}
#content {
	height: 300px;
	width: 525px;
	margin-left: 300px;
	background-color: #e8e8e8;
	margin-bottom: 2px;
	margin: 0px 5px 0 0;
    float: right;
	
}
#topcontent {
	height: 50px;
	width: 590px;
	margin-left: 300px;
	margin-top: 30px;
	background-image: url(Images/topcontent.png);
	text-align: center;
	background-repeat: no-repeat;
}
#bottomcontent {
	height: 50px;
	width: 525px;
	margin-left: 305px;
	margin-right: 0px;
	margin-top: -75px;
	background-image: url(Images/bottomcontent.png);
	text-align: center;

}
#headertext {
	height: 150px;
	width: 500px;
	text-align: left;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #0F0627;
	float: right;
	font-weight: bolder;
	margin-right: 20px;
}
#headerpic {
	height: 160px;
	width: 170px;
}

