body{
	margin:0 auto;
	padding:0;
	font:12px Verdana,Tahoma,Arial,sans-serif;
	color:#000000;
	background:#ffffff url(image/bg.jpg) top center repeat-x;
}
p{margin: 10px;}
img{border: 0px;}
a, a:visited, a:link{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#avmenu {
clear:left;
float:left;
width:200px;
margin:0 0 10px 0;
padding:0 5px 0 0;
}

#avmenu ul {
list-style:none;
width:200px;
margin:0 0 20px 0;
padding:5px 0 0 0;
}

#avmenu li {
margin-bottom:5px;

}

#avmenu li a {
font-weight:bold;
text-decoration:none;
color:#505050;
display:block;
padding:6px 0 5px 10px;
background:#C5C589;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:4px solid #cccccc;
}

#avmenu li a:hover, #avmenu li a.current {
background:#74743A;
color:#ffffff;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

#avmenu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:195px;
}

#avmenu ul ul a {
margin:0;
padding:4px 0 0 8px;
}

#avmenu h2 {
font-size:1.5em;
font-weight:normal;
}
.line{
background:#990000;
}
.vs{
vertical-align:top;
text-align:center;

}