/* CSS Document */


body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 22px;
color: #FFFFFF;
margin-top: 0px;
}

body #gallery {
color: #000000;
}

#container {
width: 752px;
background-image: url(images/containerbg_02.jpg);
background-repeat: no-repeat;
height: 1018px;
margin-left: auto;
margin-right: auto;
}

#container2 {
width: 752px;
margin-left: auto;
margin-right: auto;
background-image: url(images/contentbg_05.gif);
background-repeat: repeat-y;
}

#banner {
height: 101px;
}

#banner2 {
background-image: url(images/bannerbg2_02.jpg);
background-repeat: no-repeat;
height: 247px;
}

#content {
padding: 20px;
}

#content a:link, #content a:visited {
color: #66FFFF;
text-decoration: underline;
}

#content a:visited {
text-decoration: none;
}

#footer {
clear: both;
height: 85px;
text-align: center;
font-size: 10px;
line-height: 18px;
border-bottom: 2px solid #FFFFFF;
}

/* -- Navbar -- */

div#navbar {
font-size: 12px;
font-weight: bold;
text-align: center;
padding: 10px 0px 0px 0px;
width: 750px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px; 
}

#navbar ul li a:hover {
text-decoration: underline; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* --  HTML  -- */

h1 {
font-size: 18px;
font-weight: bold;
}


