/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 0 0 0;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;

}

#wrap {

color: #303030;
margin: 0 0 0 0;
width: 1202px;
}

#header {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 130px;
}
#header_top {
	display: block;

background-repeat: no-repeat;
}


#avmenu {
width: 1200px;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 120px;
font-size: 1.1em;
}	

#avmenu li {
}

#avmenu li a {
font-weight: bold;
height: 50px;
text-decoration: none;
color: #ffffff;
}	
	
#avmenu li a:hover {
color: #ffffff;
}



#content_div {
width:1200px;
margin: 0px 0px 0px 0px;
padding: 0 0px 0 0px;
text-align: left;

}
#banners {
margin: 0px 0px 0px 0px;
padding: 0 0px 0 0px;
text-align: left;
}
#footer_horiz_line {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 4px;
background-image:url(skin/anthonyho/footer_horiz_line.gif);
background-repeat: no-repeat;
background-color:#f5f5f3;
}


#footer_div {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
width:100%;
text-align: center;
background-color:#f5f5f3;
}


.hide {
display: none;
}