/*----------------------------------------
LAYOUT
-----------------------------------------*/
#photo {
	position:absolute;
	left:174px;
	top:148px;
	margin-left:100px;
}
#logo { position:absolute; left:173px; top:50px; text-align:left; margin-left:100px; }
#navigation { position:absolute; left:173px; top:90px; width: 515px; margin-left:100px; background:#333; padding:5px 0px 11px 0px; color:#fff; text-align:center; }
#content { width: 600px; margin-left: 173px; padding: 425px 100px 0px 0px; background:#fff; }

/*----------------------------------------
LINKS
-----------------------------------------*/
a { color:#333; }
a:hover {}
a.here { width: 72px; height: 20px; font-weight: bold; padding:10px 0px 0px 10px; }
a:visited { color:#2F4F4F; }

div#navigation a { color:#fff; width: 72px; height: 20px;  border: none; padding:5px 0px 0px 5px; }
div#navigation a:visited { color:#fff; }

/*----------------------------------------
TEXT FORMATING
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, p, dl, td, blockquote { margin: 0px 0px 0px 100px; color: #333; font-weight: normal; }

h1 { font-family: Georgia, Helvetica, sans-serif; font-size: 24px; color: #450000; margin: 0px 0px 0px 0px; }
h2 { font-family: Georgia, Helvetica, sans-serif; font-size: 18px; color: #450000; }
h3 { font-family: Georgia, Helvetica, sans-serif; font-size: 14px; margin: 0 0 3px 100px; }
h4 {  font-family: Georgia, Helvetica, sans-serif; font-size: 16px; color: #450000; margin-top: 40px; }

p { font-size: 12px; line-height: 19px; margin: 0px 0px 20px 100px; color: #333; }

table { margin:0px 0px 3px 100px; background:#fff;}

th, td { width:250px; text-align:left; border-style:none; padding:5px 5px 5px 5px;}

.special {background:#e1e1e1;}

img {border:1px; border-color:#000;}

hr { margin: 0px 0px 15px 300px; color: #333; height: 1px; width; 300px; }
em { color: #450000; font-style: normal; }
big { font-size: 24px; }
small {font-size: 9px; color:#a00; text-transform: uppercase;}
dt { font-family: Gill Sans, Georgia, Tahoma, Verdana, sans-serif; font-size: 12px; text-transform: uppercase; margin: 10px 0 2px 0; color: #450000 }
dd { font-family: Gill Sans, Georgia, Tahoma, Verdana, sans-serif; font-size: 12px; margin: 0; color: #444; line-height: 18px;}

body { font-family: Gill Sans, Georgia, Tahoma, Verdana, sans-serif, Arial; font-size: 12px; margin: 0; padding: 0; background: #000000; } 

/*For some reason having this body last makes it work in IE??? */

/*----------------------------------------
SPECIAL DIVS & TYPE
-----------------------------------------*/
div#footer p { font-family: Tahoma, Verdana, sans-serif; font-size: 11px; color: #999; margin: 50px 0 5px 100px; text-align: center;}
div#footer a:link, div#footer a:visited { color: #999; border: none; } 
div#footer a:hover { color: #450000; border: none; }
div#photo p { font-family: Tahoma, Verdana, sans-serif; font-size: 11px; color: #fff;}
