@charset "utf-8";
body {
	background-color: #150000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

p { line-height: 1.5em; }

img {
	border: none;
}

a, a:link, a:visited, a:active {
	color: #ffd497;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clr {
	clear: both;
}

div#wrapper {
	width: 960px;
	margin: 0px auto;
}

div#content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 30px;
}

div#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	width: 960px;
}

div#content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 30px;
}

div.leftbox {
	width: 180px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	text-align: center;
	float: left;
}

