body {
	background-color: #cdcdcd;
	background-image: url(../images/topbar.gif);
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-repeat: repeat-x;
}

div.centered {
	text-align: center;
}

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#main {
	margin: 25px auto 10px auto;
	padding: 0 0 0 0;
	width: 642px;
	text-align: center;
	font-family: "trebuchet ms", verdana, helvetica;
	font-size: 13px;
	color: #eee;
}

#mainnav {
	text-align: right;
	padding: 5px 0 5px 0;
	border-top: 1px solid #eee;
	border-bottom: 3px solid #eee;
	width: 100%;
	margin: 0 0 0 0;
}
	
#mainbody {
	text-align: left;
	padding: 10px 0 10px 0;
	border: none;
	width: 100%;
	margin: 15px 0 15px 0;
}

#mainbody table {
	width: 100%;
	border: none;
}
	
#closing {
	border-top: 3px solid #eee;
	border-bottom: 1px solid #eee;
	height: 22px;
	width: 100%;
	margin: 10px 0 10px 0;
}
		
#closingleft {
	font-size: 12px;
	text-align: left;
}

#closingright {
	font-size: 12px;
	text-align: right;
}

img {
	border: 1px solid #eee;
}

a img {
	border: 1px solid #eee;
}

#header img {
	border: none;
}
	
A:link {
	color:#34314D;
	text-decoration: none;
}

A:visited {
	color:#34314D;
	text-decoration: none;
}

A:hover {
    color:#ff0000;
	text-decoration: none;
}

A:active {
	color:#34314D;
	text-decoration: none;
}

.here {
	color: #ff0000;
}