html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
       background-color: #990000;
       font-family: Verdana, sans-serif;
       
}

h1 {font-size: 1.5em}
h2 {font-size: 1.25em}
h3 {font-size: 1.1em}
p {
       font-size: 1.0em;
}
p.link {
       font-size: 0.5em;
}
#main {
       background-color: #cc6633;
       width: 500px;
       margin-top: 100px;
       margin-bottom: 100px;
       margin-left: 200px;
       position: absolute;
       border-width: 25px;
       border-style: solid;
       border-color: #660000;
       padding: 15px;
}
#navcontainer { 
       margin-top: 175px;
       position: absolute;
       width: 180px; 
       background-color: #990000;
       border-width: 5px;
       border-style: solid;
       border-color: #660000;}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, sans-serif;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #cc6633;
border-bottom: 1px solid #660000;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #990000;
color: #fff;
}
#gallery {position:absolute; width:750px; height:600px;
      background-color: #cc6633;
       margin-top: 100px;
       margin-bottom: 100px;
       margin-left: 200px;
       border-width: 25px;
       border-style: solid;
       border-color: #660000;
       padding: 15px;}
#thumbs {width:180px; float:right;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #000;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:285px; top:125; border:1px solid #333;}