
/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
color:#E6E6E6;
background: #333333 url(img/bg.gif) top center repeat-y;
}
#container {
margin:0 auto;
padding:0;
width:1000px;
}

/***** Header *****/

#header {
background:#990000 url(img/header.jpeg) bottom left no-repeat;
height:196px;
margin:0;
padding:0;
}

/*********Top Menu***************/
#topmenu {
	height: 60px;
	background-color:#990000;
	margin:0;
	width:1000px;
}
#top_dark {
	background-color:#7A0000; 
	width:116px;
	 height:60px; 
	 margin-left:49px;
	 float:left;
}
#topmenu ul {
float:right;
list-style:none;
margin:0;
padding:10px 60px;	
}
#topmenu li {
display:inline;
}
#topmenu li a {
font-weight:bold;
color:#ffffff;
}

/***** Left sidebar *****/
/***** Left sidebar *****/




#avmenu {
float:left;
width:170px;
padding:0;

}

#avmenu ul {
list-style:none;
width:170px;
margin:0;
padding:0;
}
#avmenu li {
	margin:0;
	padding:0;
}

#avmenu li a {
font-weight:bold;
height:20px;
text-decoration:none;
color:#ffffff;
display:block;
padding:4px 0 0 10px;
background:#990000 url(img/Button.jpg) no-repeat;
}

#avmenu li a:hover {
color:#982f1f;
}
#avmenu li a.current {
	color: #6E6E6E;
}

.menu-expand{
 margin-left:10px;
}


#menu_fueller {
	background-color:#7A0000; height:5px; width:116px; margin:0 0 0 49px; padding:0;
}



/***** Main content *****/

#content {
margin:0 20px 20px 200px;
padding:0;
line-height:1.5em;
text-align:left;
}
#content li {
	margin:0; padding:0;
}



/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:1000px;
text-align:center;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various tags *****/

a {
text-decoration:underline;
color:#ffffff;
background-color:inherit;
}

.field_title {
	font-size: 12px;
	width: 200px ! important;
	vertical-align: top;
	text-align:right;	
}


