body {
	background-image:url(images/template/background.gif);
	padding: 0px;
	display:block;
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
a:visited,a:active,a:link {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#header{
	margin-left:10px;
	height:160px;
	width:975px;
	background-image:url(images/template/header.jpg);
	background-repeat: no-repeat;
}
#content2{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:120px;
	width:590px;
}
#right{
	width:192px;
	float:right;
}

.scrollbox1 {
height:280px;
width:550px;
overflow:scroll;
overflow-x: hidden;
}


/********************* menu ****************************/
.menuheader{
	width:192px;
	height:27px;
	background-image:url(images/template/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	background-image:url(images/template/menumiddle.gif);
	padding:10px 0px 10px 10px;
	background-repeat: repeat-y;

}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/template/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/template/posttop.gif);
	display:block;
	width:590px;
	height:27px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/template/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 10px 10px 10px 20px;
}
.postfooter{
	background-image:url(images/template/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:590px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:134px; /*Change Number To Rasie Or Lower Top Links*/
	display:block;
	left:235px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
}
/********************* footer ****************************/
#footer{
	width:1000px;
}

#footer span{
  color:#6b7272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:1000px;
	display:block;
	padding: 0px 0px;
}
.clear{
	clear:both;
}