body {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF:
}

#container {
	margin: 0 auto;
	text-align: left;
	border: 0px;
	width: 612px;
	background-color: #FFFFFF;
}

p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}

#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-color: #292929;
	color: white;
	left: 0px; 
	top: -10px; 
	width: 612px; 
	height: 139px;
}

#header span {
	display: none;
}

#navigation {
	position: relative;
	margin-top: -19px;
	margin-left: 5px;
	width: 380px;
	text-decoration: none;
}

#mainbody {
	position: relative;
	margin: 1px 10px 10px 10px;
	width: 600px;
	background-color: #FFFFFF;
	left: 0px;
}

a {
	color: #FFFFFF;
	border: 0px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#footer {
    position: relative;
	margin-top: 0px;
	width: 612px;
	background-color: #0053A5;
	text-align: center;
	color: #FFFFFF;
}

.style1 {
	color: #0000FF
}
