body {
text-align: center;
margin: 0px;
padding: 0px;
background-color: #000;
}

.clear {clear:both;}

img { 
border: 0;
}

img.padding {
padding: 10px;
}

#container {
margin: 0px auto;
padding: 0;
width: 900px;
background-color: #000;
}

/********************** Navigation ***************************/

#nav {
width: 100%;
height: 25px;
background-color: #ff0000;
} 


#nav ul{
padding: 0;
margin: 0;
text-align: center;
}

#nav li{
display: inline;
padding: 4px 7px;
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #fff;
border-right: 1px solid #999999;
font-weight: bold;
word-spacing: 2px;}

#nav ul li a{
color: #fff;
text-decoration: none;
}

#nav ul li a:hover {
color: #333;
}


#nav li.last{
border-right: none;
}


/********************** Header ***************************/

#header {
margin: 0px;
padding: 0px;
}

/********************** Gallery ***************************/

#gallery_left {
width: 250px;
height: 380px;
float: left;
display: inline;
background-image: url(images/stars_left.jpg);
background-repeat:no-repeat;}

#gallery_middle {
width: 400px;
height: 380px;
float: left;
display: inline;
}

#gallery_right {
width: 250px;
height: 380px;
float: left;
display: inline;
background-image: url(images/stars_right.jpg);
background-repeat:no-repeat;}

/********************** Content ***************************/

#content {
width:900px;
}

#content p, ul, td {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 16px;
color: #fff;
}


#content li {
list-style-type: disc;
font-family: Georgia, Times, serif;
font-size: 14px;
line-height: 16px;
margin: 0px 0px 5px 15px;
 }

#content a, a:visited {
color: #ff0000;
}

#content a:hover{
color:#fff;
}

#content h1{
font-family: Georgia, Times, serif;
font-size: 18px;
line-height: 22px;
color: #ff0000;
margin: 10px;
text-align: center;}

#content h2{
font-family: Georgia, Times, serif;
font-size: 16px;
line-height: 18px;
color: #ff0000;
}

#content .left {
float: left;
display: inline;
width:600px;
}

#content .right {
margin-left:610px;
}

/********************** Footer ***************************/

#footer {
width: 900px;
text-align:center;
padding: 5px 0px 5px 0px;
border-top: 1px #333 solid;
clear:both;}


#footer p {
font-family: Georgia, Times, serif;
font-size: 11px;
color: #999999;
}

#footer a, a:visited {
color: #ff0000;
}

#footer a:hover{
color:#fff;
}

#footer ul{
padding: 0;
margin: 0;
text-align: center;
}

#footer li{
display: inline;
padding: 4px 7px;
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
line-height: 12px;
color: #999999;
border-right: 1px solid #999999;
}

#footer ul li a{
color: #999999;
text-decoration: none;
}

#footer ul li a:hover {
color: #fff;
}

#footer li.last{
border-right: none;
}

