* {
	padding: 0; margin: 0;
}
body {
	font: 15px/20px Georgia, "Times New Roman", Times, serif;
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #000000 url(_img/body_back.gif) repeat center top;
	text-align: center;
	color: #fff;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	padding-top: 18px;
	background: #800000;
}
h1 {
	text-indent: -3333px;
	height: 156px;
	background: url(_img/main_banner.gif) no-repeat;
}
#content {
	width: 700px;
	margin: 35px auto;
}

#left_column {
	width: 200px;
	float: left;

}
#left_column ul {
	list-style: none;
	padding-top: 40px;
}
#left_column ul li {
	padding-bottom: 8px;
}
#left_column ul li a {
	color: #fff;
	font-size: 16px;
}
#left_column ul li a:hover {
	color: yellow;
}
#right_column {
	width: 500px;
	float: left;
}
#right_column ul {
	padding-bottom: 25px;
	margin-left: 25px;
}


p#dvd_image {
	position: relative;
	margin-top: 40px;
	left: -20px;
}
h2, p {
	padding-bottom: 25px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
p.boxout {
	background: #000;
	padding: 12px;
	margin-bottom: 25px;
}
.floatright {
	float: right;
	padding-left: 20px;
}
#footer {
	clear: both;
	padding-top: 50px;
}
#footer p {
	text-align: center;
	font-size: 90%;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: yellow;
}
a img {
	border: 0;
}