/* andreas02 - 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 to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
padding:0;
margin:0;
font:76% tahoma, verdana, sans-serif;
background:#e1e1e1;
color:#303030;
}

a{
text-decoration:none;
color:#0051BA;
}

a:hover{
text-decoration:underline;
}

a:visited{
color: #006633;text-decoration:none;
}

#container{
margin:0 auto 15px auto;
width:730px;
padding:5px 20px 20px 20px;
background:#000000;
}

#logo{
height:153px;
width:216px;
float:left;
padding:0 0 2px 0;
}

#banner{
height:153px;
width:500px;
float:right;
padding:0 0 2px 0;
}

#navitabs{
clear:both;
}

.navitab{
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
background:#f1f1f1 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
}

.navitab:hover{
text-decoration:none;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab{
padding:4px 8px 5px 8px;
color:#000000;
margin:0 0 5px 0;
text-decoration:none;
background:#ffffff url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
}

#desc{
color:#000000;
height:130px;
padding:5px 0 15px 0;
background:#ffffff;
clear:both;
float:left;
margin:5px 0 0 0;
}

#desc p{
width:305px;
background:#ffffff;
font-size:1em;
line-height:1.3em;
padding:15px 15px 15px 15px;
}

#desc h2{
padding:15px 15px 0 15px;
color:#000000;
}

#desc a{
color:#0051BA;
text-decoration:none;
}

#desc a:hover{
text-decoration:underline;
}

#desc a:visited{
color: #006633;text-decoration:none;
}

#main{
height:130px;
float:right;
color:#000000;
padding:5px 0 15px 0;
background:#ffffff;
border-left:1px solid #d0d0d0;
margin:5px 0 0 0;
}

#main p{
width:364px;
background:#ffffff;
font-size:1em;
line-height:1.3em;
padding:15px 15px 15px 15px;
}

#sidebar{
width:700px;
height:100%;
background:#ffffff;
float:left;
clear:both;
padding:0 15px 0 15px;
border-top:1px solid #d0d0d0;
}

#sidebar p{
width:670px;
font-size:1em;
line-height:1.3em;
padding:0 15px 0 15px;
}

#sidebar a{
color:#0051BA;
text-decoration:none;
}

#sidebar a:hover{
text-decoration:underline;
}

#sidebar a:visited{
color: #006633;text-decoration:none;
}

.block{
background:#f0f0f0;
padding:15px;
}

#footer{
clear:both;
background:#fafafa;
color:#808080;
font-size:0.9em;
padding:8px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
margin:0 0 0 0;
font-size:1.4em;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
padding:5px;
display:block;
margin:0 auto 15px auto;
background-color:#f0f0f0;
}

.hide{
display:none;
}


