body {
	background-color: rgb(100, 125, 162);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 80px;
	margin-bottom: 10px;
	font-family: Verdana, Arial;
	font-size: .8em;
}

p {
	margin-bottom: 0px;
	margin-top: 1em;
}




#sitebox {
	width: 850px;
	padding-bottom: 30px;
}

#main {
	background: rgb(96,111,132);
	width: 850px;
	padding-bottom: 30px;
}

#main img {
	margin-top: 10px;
}

#header {
	height: 62px;
	background-image: url("../images_layout/header.jpg");
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
}



.copyright {
	width: 50%;
	display: inline;
	float: left;
}

.designBy {
	width: 50%;
	display: inline;
	text-align: right;
	float: right;
}

.designBy a {
	color: #000000;
	text-decoration: none;
}

.menu td {
	border-top: 1px solid #777799;
}

.fill {
	clear: both;
}

.fill img {
	border: 0px;
}