/* 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: 1020px;
}

#header {
clear: both;
margin: 0 0 0 0;
padding: 0;
height: 130px;
width: 1020px;
}
#header_top {
	display: block;

background-repeat: no-repeat;
}
#header h1 {
width: 250px;
margin: 0 0 0 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 0px 0;
font-size: 0.8em;
line-height: 1.2em;
}


#avmenu {
width: 1020px;
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:1020px;
margin: 0px 0px 0px 0px;
padding: 0 0px 0 0px;
text-align: left;
background-color:#FFFFFF;
}
#banners {
margin: 0px 0px 0px 0px;
padding: 0 0px 0 0px;
text-align: left;
}
#footer_div {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;

text-align: center;

}
.hide {
display: none;
}