body {
	background-color: #121A1D;
	background-image: url(images/back_fade.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#site_wrapper {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#body_wrap {
	border: 1px solid #9DA6B3;
}
#menu {
	background-color: #9DA6B3;
	height: 22px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}
#menu a{
	padding: 5px;
	color: #121a1d;
	text-decoration: none;
}
#menu a:hover{
	padding: 5px;
	color: #121a1d;
	background-color:#bec5d3;
	text-decoration: underline;
}

#content {
	background-color: #121A1D;
	margin: 0px;
	padding: 10px;
}

#footer {
	color: #999999;
	font-size: 12px;
	font-variant: small-caps;
	text-align: right;
	height: 20px;
}
#header {
	background-image: url(images/header.jpg);
	height: 120px;
	background-repeat: no-repeat;
}
.thumb {
	float: right;
	padding: 10px;
	margin-left: 10px;
}
.thumb:hover {
	background-color:#000;
}
.thumb a{
	color: #F90;
}
#content a{
	color: #F90;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	color: #F90;
	font-weight:bold;
	text-decoration:underline;
}
