/* CSS Document */
body {
margin: 0;
margin-bottom:30px;
background-color:black;
background-image:url(images/bkg.jpg);
background-repeat:repeat-x;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

img {
border: none;
}

H1 {
text-align: left;
color: #ffed21;
font-size: 14px;
margin: 0 auto;
margin-bottom: 8px;
}

H2 {
text-align:left;
background-color: #cc0001;
padding: 5px;
border-bottom: 1px solid white;
color: white;
font-size: 12px;
font-weight: bold;
margin: 0 auto;
margin-bottom: 8px;
text-transform:capitalize;
}

#content {
margin: 0 auto;
width: 937px;
background-image:url(images/contentback.jpg);
background-repeat: repeat-x;
}

#content #toplinks {
line-height:50px;
text-align: right;
height: 55px;
color: #ffed21;
}

#content #toplinks a:link, #content #toplinks a:visited{
color: #ffed21;
text-decoration: none;
}

#content #toplinks a:hover {
color:#FFFF66;
text-decoration: none;
}

#content #navbar {
margin-top: 85px;
text-align: left;
background-color: #cc0001;
border: solid 1px #ffed21;
width: 937px;
}

#content #navbar a:link, #content #navbar a:visited{
font-size: 10px;
line-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 6px;
padding-left: 5px;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
background-color: #b30001;
color: white;
text-decoration: none;
}

#content #navbar a:hover{
font-size: 10px;
line-height:30px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 6px;
padding-left: 5px;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
background-color: black;
color: white;
text-decoration: none;
}

#content #section1 {
vertical-align:top;
margin-top: 20px;
text-align: center;
padding: 15px;
background-color: black;
border: solid 1px #ffed21;
width: 907px;
color: white;
}

#content #section2 {
float:left;
vertical-align:top;
margin-top: 10px;
text-align: center;
padding: 15px;
background-color: black;
border: solid 1px #ffed21;
width: 300px;
color: white;
}

#content #section2 img {
max-width: 250px;
}

#content #section3 {
float:left;
vertical-align:top;
margin-top: 10px;
margin-left: 10px;
text-align: center;
padding: 15px;
width: 563px;
background-color: black;
border: solid 1px #ffed21;
color: white;
}
#thumbnails {
display: block;
}
#thumbnails a {
float: left;
display:block;
width: 75px;
height: 75px;
margin: 4px;
border: 2px solid black;
}
#thumbnails a:hover {
border: 2px solid #ffed21;
}