/* andreas05 - 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 for the original design work.

Version: 1.4 (reversed), November 28, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background: #cccccc url(images/bodybg.gif);}

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:-3px;
text-align:right;
background-color:inherit;
color:#505050;
}

h2{
color: #eaa363;
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight: bold
}

p{
margin:0 0 15px 0;
line-height:1.3em;
padding: 2px 2px 2px 2px;
color: #286ea0;background-repeat: repeat;}

img{
float:left;
margin: 10px 10px 8px 0px
}

#title{
margin:20px auto -9px auto;
width:700px;
}

#container{
margin:0 auto 15px auto;
width:860px;
padding:0px;
background-image: url(images/subheader.jpg);
color:#1b3299;
border:2px solid #505050;background-repeat: no-repeat;background-color: #ffffff;}

#sidebar{
float:right;
width:140px;
padding-right:10px;padding-top: 200px;}
#leftsidebar{
float:left;
width:250px;
padding-right:10px;padding-top: 300px;}

#main{
width:580px;
float:left;
padding-left:60px;padding-top: 200px;}

#info{
clear:both;}

#footer{
clear:both;}


.menu{
display:block;
width:120px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#eaa363;
}

.menu:hover{
background-color:#586761;
color:#eaa363;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color: #333c38;
}

.credits a{
background-color:inherit;
color: #333c38;
}

.small{
font-size:0.8em;
}

.center{
text-align:center;
}