@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;
}
body {
	background-attachment: fixed;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #270B28;
	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:700px;
	height:126px;
	float:left;
}
#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;
}
#flag {
	width:150px;
	float:right;
}
#flag .tf {
	float:right;
	padding:10px 10px 0 0;
	border:0;
}
#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;
	text-transform: uppercase;
	font-weight:bold;
}
#menu ul {
	padding:0 0 0 0;
}
#menu li {
	padding:0 10px;
	float:left;
	line-height:60px;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	list-style:none;
	font-size: 13px;
}
#menu li a {
	color: #333333;
	text-decoration:none;
}
#menu li a:hover {
	text-decoration:underline;
}
.last {
	background:none!important;
	text-transform:capitalize;
	font-size:19px!important;
	font-weight:bold!important;
}
#banner {
	width:100%;
	height:220px;
	background-repeat: no-repeat;
	background-position: left top;
}
#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;
	margin:0 auto;
	padding:10px 0 10px 0;
}
#left_panel .blog #l2 {
	margin:0 auto;
	width:300px;
	padding:10px 0 0 0;
}
#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 h2 {
	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 h2 a {
	color: #000000;
	text-decoration:none;
}
#right_panel .blog h2 a:hover {
	color:#ff6700;
}
#right_panel .blog h3 {
	font-size:12px;
	font-weight:bold;
}
#right_panel .blog ul {
	padding:0 0 5px 35px;
}
#right_panel .blog ul li {
	list-style:circle;
	padding:5px 0 0 0;
}
#right_panel .blog ol {
	padding:0 0 5px 35px;
	list-style-type:decimal;
}
#right_panel .blog ol li {
	padding:5px 0 0 0;
}
#right_panel .blog p {
	padding:5px 0 10px 0;
	margin:0;
}
#right_panel .blog a {
	color:#ff6700;
}
#right_panel .blog a:hover {
	text-decoration:none;
}
#footer {
	width:100%;
	height:140px;
}
#footer p {
	text-align:center;
	color:#FFFFFF;
	padding:49px 0 0 0;
	font-size:13px;
}
#footer a {
	color:#bf009a;
	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:8px 0px 0px 5px;
	padding:5px;
}
.alignleft {
	float:left;
	border:1px solid #D8D8D8;
	margin:8px 5px 0px 0px;
	padding:5px;
}
