/* 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 (alternate), November 28, 2005 */

body{
padding:0;
margin:0;
font:82% verdana,tahoma,sans-serif;
background: #B8A78D;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#44241A;
}

a:hover{
background-color:inherit;
color:#955D48;
text-decoration:underline;
}

h1{
margin:0 0 20px 0;
font-size:3em;
letter-spacing:-3px;
text-align:middle;
font-style:oblique;
background-color:inherit;
color:#2A0F0A;
}

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;
}

img{
float:left;
margin:0 10px 8px 0;
}

#title{
margin:20px auto 9px auto;
width:900px;
height:80px;
}

#container{
margin:0 auto 15px auto;
width:900px;
padding:10px;
background-color:#F8F0E6;
color:#44241A;
border:15px solid #4C4431;
}

#sidebar{
float:right;
width:160px;
}

#main{
width:700px;
padding-right:20px;
border-right:1px solid #4C4431;
float:left;
}

#mainimpress{
width:700px;
padding-right:20px;
float:left;
}


#footer{
clear:both;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}

.small{
font-size:0.8em;
}

.center{
text-align:center;
}
