/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */






#sidebar{
	width:230px;
	float:left;
	margin-top:20px;
	font-size:12px;
	line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
	display:block;
	width:190px;
	margin:3px 10px 2px 0;
	padding:5px 0 5px 8px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	background:#D57C4B url(images/butt.gif) ;
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidelink:hover,.menuheader{
	color:#333333;
	text-decoration:underline;
	
	background:#D57C4B url(images/butt(ov).gif);
	
}



.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}


