@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, strong, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align:justify;
	list-style:none;
}
body {
	background-attachment: fixed;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2A0B11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
#wraper {
	width:955px;
	margin:0 auto;
	padding:0;
}
#header {
	width:100%;
	height:186px;
	margin:0;
	padding:0;
}
#title {
	width:100%;
	height:126px;
}
#title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	width:100%;
	padding:56px 0 0 0;
}
#title h1 a {
	color: #FFFFFF;
	text-decoration:none;
}
#title h1 a:hover {
	text-decoration:none;
}
#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	height:60px;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}
#menu ul {
	padding:0 0 0 10px;
}
#menu li {
	padding:0 30px 0 30px;
	float:left;
	line-height:60px;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu li a {
	color: #333333;
	text-decoration:none;
	text-transform: uppercase;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu ul li.last {
	background-image:none;
}
#banner {
	width:100%;
	height:220px;
}
#content {
	width:955px;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding:10px 0 0 0;
}
#content #bottombg {
	width:100%;
	clear:both;
	height:17px;
	background-image: url(../images/content_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left_panel {
	width:338px;
	float:left;
	margin:0;
	padding:10px 0 20px 0;
	background-color:#f8f8f8;
}
#left_panel .blog {
	width:305px;
	margin:0 auto;
	padding:0;
}
#left_panel .blog h1 {
	height:305px;
	width:100%;
	height:47px;
	background-image: url(../images/left_panel_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:47px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	padding:0;
	text-transform: uppercase;
	color: #FFFFFF;
}
#left_panel .blog #l1 {
	width:300px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#left_panel .blog #l2 {
	width:300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right_panel {
	float:left;
	width:616px;
	margin:0;
	padding:10px 0 0 0;
	border-left:1px dotted #D8D8D8;
}
#right_panel .blog {
	width:580px;
	margin:0 auto;
}
#right_panel .blog h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	width:100%;
}
#right_panel .blog h1 a {
	color: #000000;
	text-decoration:none;
}
#right_panel .blog h1 a:hover {
	color:#ff6700;
}
#right_panel .blog p {
	padding:5px 0 10px 0;
	margin:0;
}
#right_panel .blog a {
	color:#ff6700;
}
#footer {
	width:100%;
	height:140px;
	font-size: 12px;
}
#footer p {
	text-align:center;
	color:#FFFFFF;
	padding:49px 0 0 0;
}
#footer a {
	color:#FF9900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.alignright {
	float:right;
	border:1px solid #D8D8D8;
	margin:5px 0px 0px 5px;
	padding:5px;
}
