@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%;
}
body{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#wrapper {
	width:1000px;
	margin:auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#container {
	width:1000px;
	margin:auto;
	padding:0 20px;
	background-color: transparent;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header{
width:960px;
height:203px;
}
#header #title{
width:100%;
height:163px;
}
#menu{
width:100%;
height:40px;
font-weight:bold;
}
#menu ul{
	padding: 0 0 0 5px;
}
#menu ul li{
	float:left;
	list-style:none;
	padding:0 6px 0 6px;
	line-height:40px;
}
#menu a{
color:#FFFFFF;
text-decoration:none;
text-transform:none;
}
#menu a:hover{
text-decoration:underline;
}
#content{
width:938px;
margin:0 0 0 10px;
}
#content #left_panel{
width:676px;
float:left;
padding:12px 0 0 0;;
margin:0;
}
#content #left_panel .topbg{
background:url(../images/left_panel_topbg.jpg) left top no-repeat;
margin:0 auto;
width:652px;
height:11px;
}
#content #left_panel .bottombg{
background:url(../images/left_panel_bottombg.jpg) left top no-repeat;
margin:0 auto;
width:652px;
height:11px;
}
#content #left_panel .blog{
width:622px;
margin:0 auto;
background-color:#FFFFFF;
border-left:1px solid #d6beaa;
border-right:1px solid #d6beaa;
padding:0 14px 0 14px;
}
#content #left_panel .blog h1{
width:100%;
margin:0;
padding:0;
font-size:14px;
color:#f1772d;
text-transform:capitalize;
line-height:35px;
border-bottom:1px solid #d3baa5;
}
#content #left_panel .blog h1 a{
text-decoration:none;
color:#f1772d;
}
#content #left_panel .blog h2{
font-weight:bold;
padding:5px 0 0 0;
}
#content #left_panel .blog p{
text-align:justify;
padding:0 0 10px 0;
margin:0;
line-height:20px;
}
#content #left_panel .blog ul{
padding:5px 0 10px 20px;
}
#content #left_panel .blog ul li{
line-height:26px;
list-style: disc;
}
#content #left_panel .blog a{
color:#f1772d;
font-weight:bold;
}
#content #right_panel{
width:262px;
float:right;
padding:0 0 0 0;
margin:0;
}
#content #right_panel .topbg{
	width:262px;
	margin:0;
	padding:0;
	height:13px;
	background-image: url(../images/right_panel_topbg.jpg);
	background-position: left top;
}
#content #right_panel .title{
	width:262px;
	margin:20px 0 15px 0;
	padding:0;
	height:44px;
	background-image: url(../images/right_panel_h1.jpg);
	background-position: left top;
}
#content #right_panel .title h1{
color:#FFFFFF;
font-size:15px;
padding:0 0 0 0;
text-align: center;
line-height:44px;
text-transform:uppercase;
}
#content #right_panel .blog{
width:100%;
background-color:#733d26;
margin:0;
padding:0 0 10px 0;
}
#content #right_panel .blog #r1{
width:160px;
margin:0 auto;
}
#content #right_panel .bottombg{
	width:100%;
	margin:0;
	padding:0;
	height:13px;
	background-image: url(../images/right_panel_bottombg.jpg);
	background-position: left top;
}
#footer{
width:654px;
height:30px;
padding:30px 0 0 0;
}
#footer p{
text-align:right;
}
#footer a{
color:#f1772d;
font-weight:bold;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.left_image{
padding:3px;
border:1px solid #d3baa5;
float:left;
margin:5px 5px 0 0;
}
