body
{
	background-color: #000;
	color: #fff;
	text-align: center;
	background-image: url(assets/background_line.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;

}
h1 {}
h2
{
	color: white;
	font-family: Helvetica, Arial, san-serif;
	font-size: 20px;
}
h3
{
	color: red;
	font-family: Helvetica, Arial, san-serif;
	font-size: 16px;
	font-weight: bold;
}
p
{
	color: white;
	font-family: Georgia, "Times NR", serif;
	font-size: 16px;
}
p a {color: #c4c4c4;}
em
{
	font-size: 14px;
	font-style: italic;
}

#wrapper
{
	position: relative;
	width: 750px;
	margin: 10px auto 0 auto;
	text-align: left;
	height: 100%;
}
#outer_content
{
	position: absolute;
	top: 0px;
	right: auto;
	
	left: 0px;
	padding: 0;
	margin: 0;
	width: 600px;
	height: 700px;
}
#header {}
#header h1
{
	
	width: 537px;
	height: 81px;
	background-image: url(assets/header.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#header h1 span { display: none; }
#crumbtrail
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 450px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: gray;
	font-weight: bold;
}
#crumbtrail a
{
	text-decoration: none;
	color: white;
}

#main_content
{
	position: absolute;
	top: 158px;
	left: 0px;
	width: 550px;
}
#main_content a { color: white; }
#content
{
	position: absolute;
	top: 110px;
	width: 450px;
	left: 0px;
}
table tr td
{
	width: 110px;
	text-align: center;
	vertical-align: top;
}
table tr td img { border-width: 0; }
table tr td a
{
	text-decoration: none;
	color: white;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
}
#content_nav
{
	text-align: right;
	font-family: Helvetica, Arial, san-serif;
	font-size: 18px;
	
	line-height: 60px;
}
#content_nav a
{
	text-decoration: none;
}
#thumbnails
{
	position: absolute;
	top: 120px;
	right:0;
	
	left: 450px;
	width: 120px;
	height:480px;

}
#thumbnails img
{
	border-width: 0px;
	padding: 0;
	margin: 20px 10px 0 10px;
}
#image_info {}

#outer_menu
{
	
	width: 130px;
	text-align: left;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 600px;
	padding: 0;
	margin: 0;
	background-image: url(assets/clock.gif);
	background-repeat: no-repeat;
	height: 450px;
}
#menu {position: absolute;
top: 200px;}
#menu ul
{
	margin: 16px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu ul li
{
	margin: 3px;
	padding: 0px;
}
#menu ul li a
{
	width: 130px;
	height: 20px;
	display: block;
	padding: 0px;
	margin: 0px;
}	
#menu ul li a:link
{
	color: #CCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #000;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
#menu ul li a:visited
{
	color: #CCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #000;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
#menu ul li a:focus
{
	color: #CCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #000;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
#menu ul li a:hover
{
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #666;
}
#menu ul li a:active
{
	color: #CCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-color: #000;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}
#ivory {
	visibility: hidden;
	position:absolute; top: 131px;
left:90px;


}
#footer
{
	width: 750px;
	text-align: center;
	clear: both;
	bottom: 5px;
	margin: 0;
	position: absolute;
	right: auto;
	left:20px;
}
