* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #e9e9e9;
	background-image: url(bg_gray.png);
	background-repeat: repeat;
}
.clearboth {clear: both;}
#container {
	width: 860px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#header {
	height: 50px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	text-align: right;
	position: relative;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	position: absolute;
	right: 50px;
	top: 30px;
	color: #666666;
}
.content {
	margin-bottom: 15px;
	margin-top: 5px;
	background-image: url(bg_repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.content_top {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.content_main {
	min-height: 100px;
	padding-right: 220px;
	padding-left: 40px;
}
.content_side {
	float: right;
	width: 180px;
	margin-left: 20px;
	margin-right: 30px;
}
.content_side img {
	border: 1px solid #666666;
	margin-bottom: 2px;
	width: 180px;
}
.content_bottom {
	background-image: url(bg.png);
	background-position: center bottom;
	height: 35px;
	text-align: right;
	padding-right: 40px;
}
.content_bottom img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-bottom: 7px;
}
.content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-bottom: 20px;
}
.content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	margin-bottom: 8px;
	margin-left: 15px;
}
.content h4 {

}
.content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 35px;
}
.content a {
	color: #990000;
}
.content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.content a:visited {
	color: #5E140C;
}
.content ul.credits {
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
	margin-bottom: 25px;
}
.content ul.credits li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eeeeee;
	line-height: 1.4;
}
.content ul.lists {
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 55px;
	margin-left: 55px;
	margin-bottom: 25px;
}
.content ul.lists li {
	padding: 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	line-height: 1.4;
}
.content ul.lists li:hover, .content ul.credits li:hover {
	background-color: #f7f7f7; color: #333333;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

