/* Main Declarations */

html,body,div,p,h1 {
	font: normal 14px Trebuchet MS, Tahoma, sans-serif;
}

div {

}


body {
	margin: 0px;
	padding: 0px;
	background: url(images/wornpagebg.png);
}

img {
	border: none;
}

#container {
	width: 850px;
	height: 750px;
	margin: 0px;

}

#masthead {
	width: 800px;
	height: 210px;
	margin: 0px;
	padding: 0px;
	background: url(images/wornmastheadbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#topleft {	
	float: left;
	padding: 0px;	
	margin: 0px;
	width: 350px;
	height: 150px;
}

#rotator {	
	/*background: Black; */
	padding: 0px;	
	margin: 0px;
	width: 350px;
	height: 150px;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	width: 300px;
	height: 180px;
}

#navbar {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: Black;
	height: 40px;
	width: 350px;
}

#content {
	float: left;
	width: 800px;
	background: repeat-y;
	background-image: url(images/worncontentbg.png);
}

#maincontent {
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 10px 0px;
	width: 700px;
}

#footer {
	clear: both;
	text-align: center;
	width: 800px;
	height: 200px;
	background: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-position: top;
}

p.contentheading {
	font: bold 14px Trebuchet MS, Tahoma, sans-serif;
}

p.contenttext {
	font: normal 14px Trebuchet MS, Tahoma, sans-serif;
}

p.footer {
	font: normal 11px Trebuchet MS, Tahoma, sans-serif;
}

p.psuedonav {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font: bold 16px Trebuchet MS, Tahoma, sans-serif;
	color: white;
}