/*----------------------------------------
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;
	text-decoration: none;
}
#content {
	width: 600px;
	margin-left: 173px;
	padding: 425px 100px 0px 0px;
	background:#EBE4D1;
}

/*----------------------------------------
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;
	text-decoration: none;
}
div#navigation a:visited { color:#fff; }

#email_link {
	background-color: #EBE4D1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	color: #333333;
	z-index: 1;
	letter-spacing:0.07em;
	font-weight: bold;
	top: 425px;
	margin-left: 50px;
}

#email_link a {
	background-color: #fff;
	color: #9f8964;
	text-decoration:none;
}
#email_link a:link {
	background-color:#fff;
	color: #9f8964;
}
#email_link a:hover {
	background-color:#fff;
	color: #462a88;
}
#email_link a:visited {
	background-color:#fff;
	color: #9f8964;
}

/*----------------------------------------
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;
	padding-top: 10px;
}
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:#EBE4D1;
}

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

.special {
	background:#dad7cb;
}

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;}
.cd {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

