#top
{
	display:block;
	width:665px;
	height:35px;
	float:left;
	clear:both;
	padding-top: 10px;
	text-align: right;
}

#top img
{
	padding-left:15px;
	padding-right:15px;
	float:right;
	text-align: right;
}
body {
	background-color: #666;
}


.header {
	background-color: #999;
	height: 130px;
	width: 650px;
	vertical-align: middle;
	padding-left: 25px;
	top: 100px;
	border: 1px solid #000;
}
.topbartext {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #3B3B3B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.linkbox {
	width: 400px;
	height: auto;
	background-color: #CCC;
	padding-left: 25px;
	padding-top: 25px;
	position: relative;
	left: 150px;
	padding-right: 25px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	z-index: 3;
	text-align: left;
}

#wrap {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#retbox {
	background-color: #CCC;
	height: 40px;
	width: 150px;
	position: relative;
	left: 150px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
a:link {
	color: #CC8A00;
	text-decoration: none;
}
a:visited {
	color: #CC8A00;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

