@charset "utf-8";
/* CSS Document */


body {
padding:0px;
margin:0px;
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
}


.header {
padding-top:20px;
color:#e0e876;
font-size:48px;
}

.pencil {
background-image:url(images/pencil.jpg);
background-repeat:no-repeat;
height:27px;
}

a, a:link, a:visited {
color:#e0e876;
}

a:hover, a:link:hover, a:visited:hover {
color:#CCCCCC;
}

#leftblock {
width:510px;
background-image:url(images/body.jpg);
background-repeat:no-repeat;
position:absolute;
left:0px;
}

#rightblock {
margin-left:510px;
margin-right:20px;
}

#nav {
height:385px;
}

.link {
width:50px;
height:50px;
position:absolute;
background-repeat:no-repeat;

}

.link1 { left:38px; top:166px; } 
.link1:hover { background-image:url(images/links/links1.jpg); }

.link2 { left:113px; top:283px; } 
.link2:hover { background-image:url(images/links/links2.jpg); background-position:28px 0px; }

.link3 { left:186px; top:203px; } 
.link3:hover { background-image:url(images/links/links3.jpg); }

.link4 { left:250px; top:249px; } 
.link4:hover { background-image:url(images/links/links4.jpg);  background-position:3px 5px;}

.link5 { left:288px; top:316px; } 
.link5:hover { background-image:url(images/links/links5.jpg); }

.link6 { left:268px; top:105px; } 
.link6:hover { background-image:url(images/links/links6.jpg); }




.hiddenPic {display:none;}




.h2 {
font-size:18px;
font-weight:bold;
color:#e0e876;
}
.h22 {
font-size:16px;
font-weight:bold;
color:#e0e876;
}

.h3 {
font-size:14px;
font-weight:bold;
color:#e0e876;
text-decoration:underline;
}

#logoblock {
height:130px;
width:506px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
}

.excerpt {
color:#CCCCCC;
margin:0px 20px 0px 20px;
padding:8px;
border:#151515 dashed 3px;
}

#copyright {
padding-top:150px;
padding-bottom:18px;

text-align:center;
font-size:10px;
}
#copyright sup {
font-size:8px;
text-decoration:none;}


