/* 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 { color: #303030; font: 100% arial, sans-serif; background-color: #f2f1ff; margin: 0; padding: 0 }

a { color: #286ea0; font-weight: bold; text-decoration: none; }

a:hover{
background-color: #f2f1ff;
color:#303030;
}

h1 { color: navy; font-size: 2.4em; background-color: transparent; text-align: left; margin: 0 }

h2{ color: navy; 
margin:5px 0 10px 0;
font-size:1.6em;
font-weight: bold;
}

h3{ color: navy; 
margin:5px 0 10px 0;
font-size:1.0em;
font-weight: bold;
}

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:80%;
}

#container{
margin:0 auto 15px auto;
width:80%;
padding:1px;
background-color:#ffffff;
color:#303030;
border:2px solid #505050;
}

#sidebar { color: #303030; float: left; width: 15% }

#main{
width:80%;
padding-left:20px;
border-left:1px solid #cccccc;
float:right;
}

#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 { color: navy; background-color: #f8f8f8; border: solid 1px #dadada }

