/* CSS Document */
body{
margin:0;
padding:0; background-color:#262012;}

#menu{ height:54px;margin:0;
padding:0;}


#menu a {
	float:left;
	position:relative;
	padding-top:21px;
	padding-bottom:0px;
	text-decoration:none;
	height:33px;
	text-align:center;
	color: #FFFFFF;
	background:url(../images/menu_bg.jpg)  repeat-x;
	font-family:Arial Narrow;
	font-size:16px;
}

#menu a span {
	position:absolute;
	top:0;
	left:100%;
}

#menu .current a {
	color: #FFFFFF;
}

#menu .current a span {
	background: url(../images/rollover.jpg) repeat;
}

#menu a:active,
#menu a:focus,
#menu a:hover {
	color: #CCB972;
	padding-top:21px;
	padding-bottom:0px;
	height:33px;
	background: url(../images/rollover.jpg) repeat;
}

#menu a:active span,
#menu a:focus span,
#menu a:hover span {
padding-top:5px;
}

#menu   a.selected{ /*selected main tab style */
color: #FFFFFF;
	padding-top:21px;
	padding-bottom:0px;
	height:33px;
background: url(../images/rollover.jpg) repeat;


}

#menu   a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #FFFFFF;
	padding-top:21px;
	padding-bottom:0px;
		height:33px;
background: url(../images/rollover.jpg) repeat;
}

.hometext{
color:#3C3932;
font-family:Arial; font-size:11px;margin-left:12px; margin-right:10px; line-height:20px;
}

#footer{
width:500px;
margin-left:100px;
}
.footer_text{
color:#CCB972;
font-family:Arial;
font-size:11px;text-align:center; text-decoration:none;
}

.footer_text a:hover{
color:#FFFFFF;
text-decoration:underline; }

.title_text{
font-family:Arial;
color:#3C3932;
font-size:14px; margin-left:12px; font-weight:bold; margin-top:5px;
}

.inside_text{
color:#3C3932;
font-family:Arial;
font-size:11px; text-decoration:none;margin-left:12px; }

.inside_text a{
text-decoration:underline; }

