/* Page layout*/

body{
margin:0;
padding:30px 0;
font:76% tahoma;
background:#666666;
background-image: url(img/blackbg.gif);
background-attachment: fixed;
background-repeat: repeat;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:770px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
background-image: url(img/header.jpg);
width: 770px; 
height: 150px;
margin:0px 0px 0 0;
padding:0px 0px 0px 0px;
}


#intro p
{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-left:25px;
padding:0;
}

.headerstyle{
display:block;
margin:0px 0px 10px 30px;
padding:8px 0 5px 5px;
background:#ffffff;
color:#222;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
text-decoration:none;
}

#sidebar{
width:155px;
float:left;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#ffffff;
color:#000000;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
}

.sidelink:hover,.menuheader{
background:#fff;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 0px auto;
width:500px;
background:#fff;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:left;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#ffffff;
color:#000000;
border:1px solid #000000;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}