body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#6b0405;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background:#6b0405;
	
}
/******************** header ********************/
#header {
	width:750px;
	height:108px;
	margin-left:25px;
	background-image:url(images/header2.jpg);
	display:block;
    border-style:solid;
    border-color:#eef670;
    border-width:3px;
}
#nav {
	width:750px;
	height:22px;
	margin: 1px 0px 1px 25px;
	background-color:#eef670;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background: url(/images/nav.jpg); 
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#eef670;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
#navcontainer {
    float:left;
    width: 190px;
    background-image: url(images/sidenav_back.png);
}
#navcontainer ul {
}
#navcontainer li {
    float:left;
    text-align:left;
    paddint-top:25px;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#FFFFFF;
    border-style:solid;
    border-color:#eef670;
    border-width:3px;
    background-image:url(images/Body_Side.png);
    background-repeat: repeat-y;
}
#right {
	float:right;
	width:508;
	display:inline;
	margin: 5px 5px 20px 10px;
}
#right p {
	font-size: 12px;
	color: #000000;
	padding: 5px 5px;	
}
#right ul {
    list-style:none;
}
#right li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 10px;	
}
#right a{
	color: #6b0405;
	font-weight:800;
}
#right a:hover{
	color:#6b0405;
}
#right h1{
	font-size: 16px;
	color: #6b0405;
	display:inline;
	font-weight:900;
}
#right h2{
    font-size: 24px;
    color: #6b0405;
    text-align:center;
    font-weight:bold;
}    
#right h3{
    font-size: 18px;
    color: #000000;
    text-align:center;
    font-weight:bold;
}
#right h4{
    font-size: 12px;
    color: #6b0405;
    font-weight:bold;
}
#right h5{
    font-size: 45px;
    color: #6b0405;
    font-weight:bolder;
    text-align:center;
}
#right span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
a img  
{
    border:none; 
}
#table1{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:10pt;
     background-color:#FFFFFF;
     width:90%;
     border-style:solid;
     border-color:black;
     border-width:1px; 
}
#table1 th{
     text-align: center;
     background-color:#eef670;
     font-size:12pt;
	 font-weight:bold;
     color:#6b0405;
     padding: 3px 3px 3px 3px;
}
#table1 tr{
     color:#000000;
     border-style:solid;
     border-width:1px;
}
#table1 td{
     font-size:10pt;
     background-color:#eef670;
     color:#000000;
     border-style:solid;
     border-width:1px;
     text-align:center;
     padding: 3px 3px 3px 3px;
}
#table1 a{
	font-size: 12px;
	color: #6b0405;
	font-weight: bold;
	margin:3px 3px 3px 3px;
}

#left {
	float:left;
	width:217;
	height:100%;
	display:inline;
	margin: 20px 10px 20px 5px;
}
#left p{
	padding: 7px 0px;
}
#left a{
	color:#6b0405;
	font-weight:900;
	text-decoration:none;
}
#left a:hover{
	color: #6b0405;
}
#left h1{
	font-size: 16px;
	color: #6b0405;
	display:inline;
	font-weight:900;
}
#left h2{
    font-size: 24px;
    color: #6b0405;
    text-align:center;
    font-weight:bold;
}    
#left h3{
    font-size: 18px;
    color: #000000;
    text-align:center;
    font-weight:bold;
}
#left h4{
    font-size: 12px;
    color: #6b0405;
    font-weight:bold;
}
#left h5{
    font-size: 45px;
    color: #6b0405;
    font-weight:bolder;
    text-align:center;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#left ul {
	list-style: none;
}
#left li {
    margin: 6px 5px 6px 5px;
}
#left li h2 {
    text-align: left;
	height: 25px;
	width: 175px;
	padding: 5px 5px 0px 5px;
	background: url(/images/sidenav_top.png) no-repeat left top;
	letter-spacing: -1px;
	font-size: 14px;
	color: #FFFFFF;
}    
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
    align: center;
	width:750px;
	text-align:center;
	color:#FFFFFF;
	margin: 0px 25px;
    padding-top:10px;
    background-image:url(images/header.jpg);
	display:block;
    border-style:solid;
    border-color:#eef670;
    border-width:3px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 0px 0px 0 5px;
	padding: 2px 2px;
	width: 160px;
	height: 18px;
	border: 1px solid #6b0405;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

