/* andreas05-alternative - 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. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
	padding:0;
	margin:0;
	background:#d0d0d0 url(bodybg.gif) repeat;
	color:#303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#286ea0;
}

a:hover{
	background-color:inherit;
	color:#303030;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:right;
background-color:inherit;
color:#505050;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
	margin:0 0 15px 0;
	line-height:1.3em;
	bottom: auto;
}

img{
	float:left;
	margin:0 10px 8px 0;

}

#title{
	padding-top: 20px;
	margin:0px auto -9px auto;
	width:700px;
	font-size: 70%;
}

#container{
	width:700px;
	padding:10px;
	background-color:#ffffff;
	color:#303030;
	border:20px solid #505050;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#sidebar{
	float:left;
	width:150px;
	bottom: auto;
	font-size: 70%;
}

#main{
	width:500px;
	padding-left:20px;
	border-left:1px solid #cccccc;
	float:right;
	font-size: 72%;
	display: block;
	height:auto !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	clear:both;
}

.menu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}
.menuhilight {

display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bolder;
background-color:inherit;
color:#000000;
border:1px solid #ffffff;
}

.clearright{
clear:right
}
.clearleft{
clear:left
}
