/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2 (Oct 21, 2005)

Screen layout: */

body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#CBD6DF;
color:#303030;
text-align: center;
}

#wrap{
	color:#303030;
	margin:0 auto;
	border-left:0px solid #2BA6D5;
	border-right:0px solid #2BA6D5;
	width:760px;
	background-image: url(img/bamboo2.jpg);
	background-repeat: repeat;
}

#frontphoto{
position:relative;
margin-left:auto;
margin-right:auto;
margin-bottom:-2px;
border-bottom:0 px solid #2BA6D5;
}

#avmenu{
	clear:left;
	float:left;
	text-align:center;
	width:140px;
	margin-top:0;
	color:#000000;
	padding:25px 0;
	font-size:0.9em;
}

#avmenu ul{	
list-style:none;
width:140px;
margin:0 0 10px 0;
padding:0;
font-size:1.2em;
}	

#avmenu li{
margin-bottom:4px;
}

#avmenu li a{
font-weight:bold;
height:20px;
text-decoration:none;
color:#2BA6D5;
display:block;
padding:6px 0 0 0;
}	
	
#avmenu li a:hover{
background:#b1e94b;
color:#FFFFFF;
}

.announce{
margin:15px 0 10px 0;
text-align:left;
padding-left:5px;
width:120px;
color:#505050;
line-height:1.3em;
}

#extras{
	background:transparent;
	float:right;
	width:140px;
	margin-top:0px;
	margin-bottom:25px;
	margin-right:-5px;
	margin-left:15px; 
	padding-top:25px;
	padding-bottom:35px;
	padding-right:0;
	padding-left:5px; 
	font-size:0.9em;
	line-height:1.5em;
	text-align:left;
}


#extras p{
margin:0 0 1.5em 0;
}


#content{
margin:0 130px 0 140px;
background:#F4F4F4;
padding:5px;
line-height:1.6em;
font-size:1em;
text-align:justify;	
border-left:5px double #b1e94b;
border-right:5px double #b1e94b;
border-bottom:5px double #b1e94b;
}

#content h2{
font-size:1.5em;
color:#2BA6D5;
margin:0 0 0.5em 0;
}

#content img{
	padding:1px;
	margin: 4px;
	display:inline;
}

h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
text-decoration:none;
color:#2BA6D5;
}

a:hover{
text-decoration:none;
background:#b1e94b;
color:#FFFFFF
}

a img{
border:0;
}



