/* 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-color:#000000;
	color:#303030;
	font-size: 70%;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}

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

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

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

h2{
margin:0px 0 12px 30px;
font-size:1.6em;
letter-spacing:0px;
font-weight:normal;

}

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

img{
float:left;
vertical-align:bottom;
margin:0 10px 8px 0;
}

#title{
margin:20px auto -9px auto;
width:700px;
}

#container{
margin:0 auto 15px auto;
width:940px;
height:600px;
padding:10px;
background-color:#000000;
color:#ffffff;
border:5px solid #4D4D50;
background-image:url(back.jpg);
background-repeat:no-repeat;
background-position: bottom
}


#sidebar{
float:left;
width:200px;
}

#main{
width:400px;
padding-left: 20px;
border-left:1px solid #cccccc;
float:right;
height: 400px;
overflow: auto;
}

#footer{
clear:both;

}

.menu{
display:block;
width:150px;
padding:0px 2px 4px 30px;
font-size: 12px;
font-weight:bold;
background-color:inherit;
color:#666666;
letter-spacing:0px;
border:0px solid #ffffff;
}
.menu:hover{
color:#ffffff;
border:0px solid #dadada;
}

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

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