/* andreas06 - 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.1, November 28, 2005 */

body { color: #F9F9F9;
font-family: Arial, sans-serif;
background: #1D569B url("img/bodybg.jpg") no-repeat center top;
text-align: center;
margin: 0;
padding: 0
}

p{
font-size: 12px;
/*line-height:1.5em;*/
margin:0 0 15px;
}

a{
color:#FED269;
font-weight:700;
text-decoration:none;
}

a:hover{
color:#D59394;
}

hr{
height:1px;
margin:10px 0;
width:98%;
}

dt{
font-weight:700;
}

dd{
margin:1px 0 12px 15px;
}

#container{
background-color:transparent;
margin: 0 auto;
text-align:left;
width:820px;
}

#sitename{
background-color: transparent;
color:#ffffff;
font-weight:400;
height:160px;
text-align:center;
}

#sitename h1{
font-size:2.2em;
margin:0;
padding-top:20px;
}

#sitename span{
font-size:1.6em;
letter-spacing:-1px;
margin:0;
}

#nav { 
background-color: transparent; 
background-image: url("img/nav-bg.png"); 
background-repeat: no-repeat; 
background-position: left top;
width: 820px; 
height: 60px;
padding: 0 0 0 22px;
float: left;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
color:#cecac4;
display:block;
font-size:12px;
margin-top: 22px;
padding:10px 10px 11px 10px;
text-decoration:none;
}

#nav a:hover{
color:#B1B1B1;
}

#nav li{
float:left;
/*margin:0 4px 0 0;*/
}

/*#nav #current{
background:url(img/tabs.gif) no-repeat 0 -41px;
}*/

#nav #current a{
/*background:url(img/tabs.gif) no-repeat 100% -41px;*/
color:#898989;
}

#wrap1{
background-color: transparent;
background: url(img/body-bg.png);
clear:both;
padding:0;
width:808px;
}

#wrap2 { 
clear: both;
padding: 10px 10px 0 10px;
width: 798px
}

#header{
height:120px;
position:relative;
/*width:878px;*/
}

#header h1{
float:left;
font-size:1.4em;
margin:0;
width:180px;
}

#leftside{
float:left;
margin:-15px 0 0;
padding: 20px 0 0 20px;
width:145px;
}

#leftside h1{
font-size:1.4em;
font-weight:400;
}

#search {
width: 120px
}

#rightside { 
background-color: #0E1115; 
margin: 40px 15px 20px 5px; 
width: 200px; 
float: right;
border: 1px solid #f0f0f0
}

#rightside h1{
font-size:1.4em;
font-weight:400;
margin:0 0 12px;
}

#rightside p { 
font-size: 12px; 
margin: 2px 0 12px 8px 
}

#rightside img{
margin:10px 0 5px 5px;
padding:2px;
}

#content {
margin: 10px 160px 0 180px;
}

#contentalt{
margin:10px 15px 0 180px;
min-height: 100px;
}

#content p,#contentalt p{
margin:8px 0 0 10px;
}

#content h1,#contentalt h1{
color:#f0f0f0;
font-size:22px;
font-weight:400;
margin:8px 0 10px;
padding:0;
}

#content h2,#contentalt h2{
color:#f0f0f0;
font-size:18px;
font-weight:400;
margin:20px 0 10px;
padding:0;
}

#content h4,#contentalt h4{
color:#f0f0f0;
font-size:10px;
margin:20px 0 10px;
padding:0;
}

#content table, #contentalt table { color: #bdbdbd; font-size: 12px; margin: 0 10px; padding: 0 }

#content img,#contentalt img{
margin:5px 10px 6px;
}

#footer { 
color: #a0a0a0; 
font-size: 10px; 
background-image: url("img/footer.jpg"); 
background-repeat: no-repeat; 
background-position: top left;
text-align: center;
padding: 8px 0 0 0; 
width: 810px; 
height: 49px; 
clear: both 
}

#footer a{
color:#a0a0a0;
font-weight:400;
}

#footer a:hover{
color:#a0a0a0;
text-decoration:underline;
}

.menublock{
margin-bottom:10px;
}

.nav{
color:#d04a10;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:2px 2px 2px 10px;
position:relative;
text-decoration:none;
width:125px;
}

.nav:hover{
color:#505050;
}

/*.sub{
font-size:0.9em;
margin-left:20px;
padding:1px 1px 1px 6px;
width:105px;
}

.sub:hover{
color:#505050;
padding:0 0 0 5px;
}*/

.intro{
font-weight:700;
}

.active{
padding:1px 1px 1px 9px;
}

.box{
/*background:#f8f8f8 url(img/boxbg.gif) top left repeat-y;*/
color:#505050;
margin:15px auto;
padding:10px 10px 10px 20px;
width:75%;
}

.photo{
margin:5px auto 15px;
padding:5px;
}

.smallcaps{
font-variant:small-caps;
}

.mini{
color:#a0a0a0;
font-size:0.75em;
font-weight:400;
line-height:1.2em;
margin:20px 0 10px 8px;
}

.small{
font-size:0.85em;
}

.large{
font-size:1.4em;
}

.soft{
color:#808080;
}

.normal{
font-weight:400;
}

.sharp{
color:#101010;
}

.center{
text-align:center;
}

.hide{
display:none;
}
