@charset "utf-8";
/* CSS Document */

.hidden {
  display: none;
}

body {
text-align: center;
background-image:url(../images/cardboard2.jpg);
background-repeat:repeat;
font-family:Helvetica, sans-serif
}

#container {
padding-bottom: 5px;
width: 800px;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
background-color:#000000;
color:#FFFFFF;
border: 8px solid #000000;
min-height:1200px;
}


#header {

}
 #content {
 padding-top: 20px;
 margin-bottom: 20px;
 }

#maincontent {
padding: 40px;
padding-top: 0px;
text-align:left;
width: 420px;
margin:0px;
}

#maincontent h2 {
font-family:Helvetica, sans-serif;
font-size: 30px;
color:#FFFFFF;
}

#sidebar h4 a {
color:#FFFF66;
text-decoration:none;
}

#sidebar h4 a:hover {
text-decoration:underline;
}

#nav {
padding-top: 10px;
padding-bottom: 7px;
background-image:url(../images/pattern2.jpg);
background-repeat:repeat;
border-top: 8px solid  #000000;
}

#nav a img {
border:none;
margin-right: 30px;
}

#content a img {
border:2px solid #FFFFFF;
margin-right: 5px;
margin-bottom: 5px;
}

#content a:hover img {
border:2px solid #CC0000;
}

.subhead {
margin-top: 20px;
margin-bottom: 10px;
}

#maincontent h2 {
font-family: Helvetica, sans-serif;
font-size:26px;
padding-top: 10px;
margin-bottom: 0px;
color:#FFFF66;
}

#maincontent h3 {
margin-top: 0px;
margin-bottom: 0px;
}

#maincontent p {
font-family:Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
margin-top: 4px;
}

#maincontent p a {
text-decoration: none;
color: #FFFF66;
}

#maincontent p a:hover {
text-decoration:underline;
}

#sidebar {
float: right;
width: 200px;
margin-right: 40px;
margin-top: 30px;
border: 1px solid #FFFFFF;
padding: 20px;
text-align:left;
}

#footer {
text-align: left;
padding-left: 40px;
}

#footer p {
font-size: 12px;
color: #CCCCCC;
}

#footer p a {
color:#FFFF66;
text-decoration:none;
}

#footer p a:hover {
text-decoration: underline;
}

img.firstimage {
margin-bottom: 10px;
}

img.leftimage {
margin-right: 5px;
}


<!--[if IE 7]>
<!--
#maincontent h2 {margin-top: 20px; }
-->
<![endif]-->
