* { padding: 0; margin: 0; }

body {
 font-family: "Courier New", monospace;
 font-size: 16px;
 background: #000000;
}

p {
 padding: 10px;
}

A:link {
 text-decoration: underline overline;
 color: #00e000;
}

A:visited {
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-color: #00e000;
 border-bottom-style: solid;
 color: #505050;
}

A:active {
 text-decoration: underline;
 }

A:hover {
 text-decoration: none;
 color: #000000;
 background: #00e000;
}

span.copyright {
 font-size: 10px;
 position: absolute;
 bottom: 10px;
 left: 410px;
}

dl {
 width: 590px;
 margin: 0 0 0 0;
 position: relative;
}

dt {
 float: right;
 width: 175px;
 margin: 0 5px 10px 0;
}

dd {
 height: 250px;
 margin: 0 0 10px 410px;
 font-size: 14px;
 line-height: 150%;
}

dd.image {
 float: left;
 margin: 0;
}

#wrapper { 
 margin: 0 auto;
 width: 1200px;
}

#header {
 color: #505050;
 width: 1200px;
 float: left;
 height: 75px;
 background: #101010;
}

#footer { 
 width: 1200px;
 clear: both;
 font-size: 11px;
 color: #505050;
 background: #101010;
}

#navigation { 
 color: #505050;
 background: #101010;
 width: 230px;
 height: 315px;
 float: left;
 line-height: 125%;
 border-bottom: 5px solid #000000;
}

#content { 
 float: left;
 color: #00e000;
 background: #000000;
 width: 970px;
 display: inline;
}

#innerwrapper {
 float: left;
 color: #00e000;
 background: #000000;
 width: 1200px;
}

#leftthumbnails {
 float: left;
 color: #00e000;
 background: #000000;
 width: 595px;
 display: inline;
 border-right: 5px solid #101010;
}

#rightthumbnails {
 float: right;
 color: #00e000;
 background: #000000;
 width: 595px;
 display: inline;
}