html, body {
	background: #000;
	margin: 0px;
	padding: 30px 24px;
}

img {
	border: 0;
}

#left {
	position: absolute;
	top: 30px;
	left: 24px;
	width: 290px;
}

#right {
	position: absolute;
	top: 30px;
	left: 330px;
	width: 506px;
	padding-bottom: 25px;
	font: 15px/22px "Courier New", monospace, sans-serif;
	font-weight: bold;
}
#right-bg {
	background: #FAF9E4 0px 110px url(images/body_bg.jpg) repeat-y;
}
#right-top {
	background: top left url(images/body_top.jpg) no-repeat;
}
#right-bot {
	background: bottom left url(images/body_bot.jpg) no-repeat;
	_height: 400px;
	min-height: 400px;
	padding: 27px 28px;
}

h1, h2, h3, h4 {
	margin: 0.8em 0;
	font-size: 15px;
}
h4 {
	margin-bottom: 0;
}
a {
	color: #102865;
}
a:hover {
	color: red;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px solid #3E3126;
	margin: 1.8em 5em 1.2em 0;
}

#left ul, #left li {
	margin: 0 25px 0 0;
	padding: 0;
}
#left li {
	display: inline;
}
#left a {
	display: block;
	text-align: right;
	background: center right url(images/arr.gif) no-repeat;
	padding: 6px 35px 10px 6px;
	text-decoration: none;
	font: 13px verdana, arial, sans-serif;
	font-weight: bold;
}
#left a:hover {
	color: #2D5CD3;
}

#copyright {
	color: #555;
	font: 10px verdana, sans-serif;
	text-align: center;
	padding-top: 10px;
}
