html, body {
	background-color: #11051d;
	background: #11051d url('images/bgnd.jpg') no-repeat fixed top center; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color:#333333;

}

a:link, a:hover, a:visited {
	color: #333333;
	text-decoration: underline;
}

.hidden {
	display: none;
}


#page-container {
	width: 760px;
	margin: auto;
	border: solid 1px #000000; 

}

#header {
	background: #ffffff	url(images/pmp_header.gif) top left no-repeat;
	height: 116px;
	
}

#bar {
	background: #ffb221;
	height: 8px;
	
}


#main-nav {
	background: #523369;
	height: 40px;
}


#content {
	background: #ffffff;
	padding: 20px;
	
}


#footerimg {
	background: #ed7c0b url(images/footer.jpg) center no-repeat;
	height: 150px;
}



.footer {margin:10px auto; width: 760px; text-align:center; color:#cccccc;}'



/* OLD CODE ? 



#navLinks {color:white; padding:0p 0p 0px 20px;}
#navLinks a {color:white;}

#loginForm {}
#loginForm label {width:80px; float:left;}
#loginForm legend {color:black; font-size:16px; font-weight:bold;}
#loginForm fieldset {padding:20px}
#loginForm p {margin:10px 0px;}

#txu {}
#txu td {text-align:left; vertical-align:top;}

.boxDivider {border-right:1px dotted #ccc;}

*/