body{
background: #990000 url("images/background.gif") repeat-x bottom;
font-family: Helvetica, Verdana, Arial, _sans;
font-size: 12px;
color: white;
margin: 0;
padding: 0;
}
#top{
background: black url("images/topback.gif") repeat-x top;
width: 100%;
height: 120px;
}
#gallery{
display: block;
position: absolute;
top: 200px;
left: 250px;
width: 600px;
height: 700px;
z-index: 5;
}
#text{
margin: 10px 10px 10px 10px;
color: white;
font-size: 12px;
font-family: Helvetica, Georgia, Arial, sans-serif;
text-align: left;
border: 1px solid white;
}
#text a:link{color: #666666;}
#text a:hover{color: #cccccc}
#text a:active{color: #cccccc;}
#text a:visited{color: #333333;}
#text p{text-indent: 10px;}
#nav{
display: block;
position: absolute;
background: #222222;
color: white;
font-family: Helvetica, Verdana, Arial, _sans;
font-size: 12px;
top: 200px;
left: 0px;
width: 200px;
z-index: 10;
}
#nav p{
text-indent: 30px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
#nav a:link{
font-family: Helvetica, Verdana, Arial, _sans;
display: block;
text-indent: 30px;
text-decoration: none;
color: white;
}
#nav a:hover{
font-family: Helvetica, Verdana, Arial, _sans;
display: block;
text-indent: 30px;
text-decoration: none;
background-color: #666666;
}
#nav a:active{
font-family: Helvetica, Verdana, Arial, _sans;
display: block;
text-indent: 30px;
text-decoration: none;
color: white;
}
#nav a:visited{
font-family: Helvetica, Verdana, Arial, _sans;
display: block;
text-indent: 30px;
text-decoration: none;
color: white;
}
hr{
width: 100%;
color: white;
border: 1px solid white;
}

