@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(img/grad_bg.jpg);
	background-repeat: repeat-y;
	background-color: #5e3c23;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 14px;
	color: #8d8c8c;
}
img {
	border: 0px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#mainblock {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 850px;
	height: 500px;
	float: left;
}
#leftcol_t {
	height: 250px;
	width: 250px;
}
#leftcol_m {
	height: 150px;
	width: 235px;
	padding-top: 10px;
	padding-right: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c3d2e;
}
#leftcol {
	float: left;
	width: 250px;
}
#rightcol {
	width: 599px;
	float: right;
}
#rightcol_gfx {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4c3d2e;
	height: 10px;
	width: 599px;
	clear: both;
}
#rightcol_body {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4c3d2e;
	padding: 10px;
}

#rightcol_news_corner {
	background-image: url(img/news_corner.gif);
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	float: left;
	border: none;
}
#rightcol_news_ {
	width: 582px;
	float: right;
	background-color: #2a1a0a;
	height: 17px;
}
#navlinks {
	text-align: right;
	list-style-type: none;
}
#navlinks a {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #8d8c8c;
	text-decoration: none;
}
#leftcol_m1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #4c3d2e;
	margin-top: -10px;
	height: 15px;
}
#leftcol_b1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #4c3d2e;
	margin-top: -10px;
	height: 15px;
}
#leftcol_b {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c3d2e;
	width: 235px;
	padding-top: 10px;
	padding-right: 15px;
}
