html,body{
	font: 11px Tahoma, Geneva, sans-serif;
	background: #FFF;
	margin: 2px 0px;
}

.main {
	margin: 0 auto;
	width: 995px;
	/*height: 850px;*/
}

.top_border {
	/*position: relative;*/
	width: 995px;
	background: url(images/top_border.png) no-repeat ;
	height: 37px;
}

.top {
	margin: 0 ;
	width: 990px;
	border-left: solid 2px red;
	border-right: solid 2px red;
}

.menu {
	margin: 0px;
	width: 990px;
	border-left: solid 2px red;
	border-right: solid 2px red;
}

.nav {
	height: 68px;
	/*background: url(images/menu.gif) repeat-x 0 17px;*/
	padding-left: 140px;
}
.nav a {
	display: block;
	padding: 5px 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font: 16px Arial, Helvetica, sans-serif;
	background: url(images/r.gif) no-repeat right center;
}
.nav a:hover {
	/*background: .eb510e;*/
	color: #fff667;
	background: transparent;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	display: block;
	float: left;
	padding: 25px 0;
	position: relative;
	background: url(images/menu.gif) repeat-x 0 17px;
}
.nav .first{
	background: url(images/menu_l.gif) no-repeat;
	margin-left: -80px;
	padding-left: 80px;
	height: 66px;
	display: inline;
}
.nav .first a {
	padding-right: 0;
	padding-left: 0;
	width: 140px;
	background: url(images/menu.gif) repeat-x 0 17px;
}

.nav .last{
	background: url(images/menu_r.gif) no-repeat right 0;
	height: 30px;
	width: 92px;
	/*float: right;*/
	margin-right: -92px;
}

.nav li ul{
	position: absolute;
	left: 0px;
	top: 66px;
	/*background: url(images/submenu.gif) repeat-x 0 0;*/
	height: 35px;
	clear: both;
	width: 350px;
	display: none;
}
.nav li ul li {
	margin: 0;
	padding: 5px 35px 6px 6px;
	background: url(images/submenu.gif) repeat-x 0 0;
}
.nav li ul a {
	margin: 0;
	padding: 2px;
	font-family: 'Amita', cursive;
	font-size: 13px;
	text-align: center;
	background:none;
}
.nav li ul a:hover {
	color: #fff667;
	background: transparent;
}

.nav li ul .first {
	background: url(images/submenul.gif) no-repeat 0 0;
	margin-left: -16px;
	padding-left: 26px;
	height: 33px;
	padding-right: 0;
}
.nav li ul .last {
	padding: 0;
	margin-right: -30px;
	background: url(images/submenu_r.gif) no-repeat 0 0;
	width: 30px;
}

.content {
        width: 990px;
	border-left: solid 2px red;
	border-right: solid 2px red;
}

.post {
        width: 650px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: justify;
}

.sidebar {
        width: 240px;
	margin-left: 720px;
	text-align: center;
	margin-top: -50px;
}

.sd {
	background: url(images/head3.png) no-repeat;
	width: 190px;
	height: 70px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0; 
	margin-bottom: -30px;
	text-align: center;
}

.sbc {
	padding-left: 30px;
	margin-top: -20px;
	width: 970px;
}

.his {
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -20px;
	width: 900px;
}

.footer {
	position: relative;
	width: 990px;
	height: 15px;
	text-align: center;
	color: #ff0000;
	border-left: solid 2px red;
	border-right: solid 2px red;
}

.footer a, a:hover {
	color: #ff0000;
	text-decoration: none;
}

.bot_border {
	width: 995px;
	background: url(images/bot_border.png) no-repeat 0px -3px;
	height: 36px;
}	