* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
}

a, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover, a:active {
	color: #003366;
	text-decoration: underline;
	}

p {
	padding-top: 11px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-weight:bold;
}

#bodycontainer {
	font: 14px Georgia, sans-serif;
	width: 600px;
	margin: 0 auto;
}

#topribbon {
	background: #ffffff url(images/topbg.gif) repeat-x top;
	position:fixed;
	top: 57px;
	height: 171px; 
	width:100%;
	margin: 0 auto;
	z-index:-1
	
}

#logo {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -106px;
}

#footer {
	position:fixed;
	width:100%;
	top: 230px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #000000;	
}