@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, ul, p {
	padding: 0;
	margin: 0;
}

#illustration_page {
	background:#FFF;	
	font-family:Verdana, Arial, sans-serif;
	font-size: small;
	color:#273041;
	
}

#wrapper {
	width:800px;
	height:700px;
	left: 50%;
	margin-left:-400px;
	position:absolute;
	background:url(../Images/Logo_Small.png) no-repeat top left;
}

#site_nav {
	width:100px;
	float:right;
	margin-right:4px;
	margin-bottom:60px;
}


#site_nav a {
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}

#site_nav li {
	list-style-type:none;
	font-size:80%;
	text-align:center;
	height:18px;
}

#site_nav a:link {
	color: #993300;	
}

#site_nav a:visited {
	color:#993300;	
}

#site_nav a:hover {
	color: #333399;
}

#images {
	clear:both;
	padding-top:10px;
	margin-left:130px;
}

h1 {
	font-size:100%;
	color:#993300;
	padding-bottom:5px;
	border-bottom:#333399 solid 1px;
	width:530px;
}

#footer {
	margin-top:5px;
}

#footer p {
	font-size:70%;
}

a {
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

a:link, a:visited {
	color:#993300;
}

a:hover {
	color: #FF9900;
}

body#illustration_page li#illustration a{
	color: #CCCCCC;
	font-weight:bold;
	cursor:default;
	background-color:#FFFFFF;
}