/* 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;
font:76% verdana,tahoma,sans-serif;
background-color:#000000;
color:#3E3E5B;
}

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

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

h1{
margin:0;
font-size:1.8em;
letter-spacing:4px;
text-align:left;
background-color:inherit;
color:#7C8AA4;
}

h2{
	margin:5px 0 5px 0;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:normal;
	color:#C0BFBF;
	text-align: center;
}

p{
	line-height:1.3em;
	color:#777777;
	text-align: justify;
}

#title{
margin:5px auto -3px auto;
width:800px;
padding-bottom:20px;
padding-top:15px;
padding-left:10px;
}

#container{
	margin:0 auto 15px auto;
	width:800px;
	padding-left:15px;
	padding-bottom:10px;
	background-color:#000000;
	color:#333333;
	border:3px solid #5D5D5D;
	position:centre;
	text-align: justify;
}

#sidebar{
padding-top:5px;
float:left;
width:100px;
}

#main{
	width:600px;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid #5D5D5D;
	float:right;
	height:340px;
	overflow: auto;
	scrollbar-face-color: #262626;
	scrollbar-arrow-color: #5D5D5D;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #595959;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	text-align: left;
}

#footer{
margin-top:10px;
margin-bottom:-10px;
clear:both;
}

.menu{
display:block;
width:145px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
letter-spacing:1px;
background-color:inherit;
color:#8D170E;
}

.menu:hover{
background-color:#8D170E;
color:#C0BFBF;
border:1px solid #5D5D5D;
}

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

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