html{
	border:0;
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;


}
body{
	background-color:#3C0100;
	background: url(img/bak.jpg) repeat-y top center;

	color:#666666;
	margin:0;
	padding:0;
	border:0;
	text-align: center;
}

#wrap {
	position: relative;
	width: 770px;
	margin: 0px auto;
	background-color: #fff;
	text-align: left;
	}	
	
#content {
	background-color: #fff;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	}
#content2 {
	background-color: #fff;
	margin: 0px;
	width:560px;
	text-align:justify;
	padding-left:110px;
		}
		
#leftcol {
    float: left;
	width: 289px;
	padding:0px 0px 0px 26px;
	text-align: left;
	}
	
#leftcol2 {
    float: left;
	width: 330px;
	padding:0px 40px 0px 26px;
	text-align: left;
	}

#rightcol {
    top: 200px;
	width: auto;
	padding:0px 30px 0px 24px;
	text-align: left;
	}
#rightcol2 {
    top: 200px;
	width: auto;
	padding:0px 16px 0px 24px;
	text-align: left;
	}
p {
	padding:5px 8px 14px 8px ;
	margin:0;
}
.small {
	padding:0px 0px 10px 0px ;
	margin:0;
	font-size:11px;
}


ul, ol {

	margin:4px 0px 0px 40px;
}


a{
	color:#696;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#933;
}

h1{
	color:#363;
	font-size:15px;
	padding:0px 0px 10px 8px ;
	margin:0;
	font-weight:600;
}

h2{
	color:#000;
	font-size:15px;
	padding:0px 0px 10px 0px ;
	margin:0;
	font-weight:600;
}


h3{
	color:#fff;
	font-size:13px;
	padding:5px 0px 20px 0px ;
	margin:0;
	font-weight:600;
}

h4{
	color:#999;
	font-size:13px;
	padding:0px 0px 20px 0px ;
	margin:0;
	font-weight:600;
}


#header {
	background: url(img/headbak3.jpg) no-repeat;
	background-position : right;
	background-color: #fff;
	margin: 0px;
	height: 110px;
	padding: 0px;
	text-align: right;
	border-top:0px solid #5a5a5a;
	width: 770px;

	}
	
#menuwrap {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	border-top:0px solid #5a5a5a;
	text-align:center;
	width: 770px;

	}


#menu{
	float:left;
	width:770px;
	height:32px;
	background-image:url(img/menu2.gif);/* gray bg */
	background-repeat:repeat-x;
	left:0px;
}

#menu ul{
	font-size:10px;
	list-style:none;
	margin:0;
	padding:0;
	width:60px;
	float:left;
}

#menu a{      /* affects drop down links */
	font-size:10px;
	font-weight:normal;
	display:block;
	margin:0;
	padding:4px 2px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}


#menu a:hover{
	color:#fff;
	position:relative;

}

#menu h2{      /* affects root item */
	font-size:10px;
	font-weight:bold;
	display:block;
	margin:0;
	padding:4px 2px;
	text-align:center;
	color:#fff;
}

#menu h2.c{      /* affects root item CURRENT */
	color:#FFFFFF;
}


#menu h2.fc{      /* affects root item FIRST CURRENT */
	padding:0;
	color:#9A9C76;

}

#menu h2.f a{      /* affects root item FIRST */
	color:#f00;
}

#menu li{      /* adds divider to root item */
	position:relative;
	background:url(img/menudivide2.gif) no-repeat top right;/* left button pixels */
	margin:0px;
}

#menu li:hover {      /* adds hover to root item */
color:#f00;
}

#menu li:hover h2 {
	color:#fff;
	position:relative;

}

#menu ul ul{      /* FIXES drop down background */
	position:absolute;
	z-index:500;
	background-color:#000;
	left: 10px;
}

#menu ul ul a{      /* adds drop down links */
	padding:2px 2px;
	text-align:left;
	background-color:#933;
	background-position:top left;
	border-bottom:1px solid #FFFFFF;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display:block;
}



/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p{
	margin-top:0;
}

#footer {

	width: 770px;
	margin: 0px;
	padding:0px;
	background-color:#fff;
	text-align: center;
	font-size:80%;

	}	
