@charset "UTF-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: url(/assets/BG.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto;
	width: 900px;
}
#front {
	background: url(/assets/front.jpg) no-repeat bottom;
	float: left;
	height: 650px;
	width: 900px;
	margin-top: 10px;
}
#topnav {
	background: url(/assets/name.png) no-repeat left;
	float: left;
	height: 72px;
	width: 850px;
	margin-left: 25px;
}
#topnav a {
	font-size: 80%;
	color: #FFFFFF;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	text-decoration: none;
}
#front #frontfill {
	float: left;
	height: 530px;
	width: 900px;
}
.bar {
	background: url(/assets/bar.png) no-repeat center bottom;
	float: left;
	height: 45px;
	width: 880px;
	margin-left: 10px;
	font-size: 80%;
	color: #FFFFFF;
}
.bar span {
	margin-top: 16px;
	margin-right: 30px;
	margin-left: 30px;
}

.bar a {color:#FFFFFF;text-decoration: none;}

#mast {
	background: url(/assets/mast.jpg) no-repeat bottom;
	float: left;
	height: 448px;
	width: 900px;
	margin-top: 10px;
}
#mast #mastfill {
	float: left;
	height: 330px;
	width: 900px;
}
#content {
	background: url(/assets/contentBG.jpg) repeat-y;
	float: left;
	width: 900px;
}
#leftbar {
	float: left;
	width: 205px;
	margin-top: 10px;
}
#leftbar a {
	color: #173339;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
}


#leftbar a:link {
	background: #468D99;
}
#leftbar a:visited {background: #468D99;}
#leftbar a:hover {background: #CCC;}
#main {
	float: left;
	width: 650px;
	margin-top: 20px;
	margin-left: 25px;
	font-size: 80%;
	text-align: left;
}

#footer {
	background: url(/assets/footer.png);
	float: left;
	height: 70px;
	width: 900px;
	font-size: 80%;
}
#footer span {
	margin-top: 26px;
	margin-right: 30px;
	margin-left: 30px;
}
#footer a {color:#FFFFFF;text-decoration: none;}

h1 {
	font-size: 120%;
}
.blogpost {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	width:640px;
}
#logos {
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-left: 2px;
}