/* General
================================================*/

body {
 color: #000;
 background-color: #fff;
 font: 12px "Trebuchet MS",Arial,Verdana,Tahoma,Helvetica,sans-serif;
 margin: 10px;
 padding: 0;
}

a {
 color: #990000;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
	}

a:hover {
	color: #ff9933;
	text-decoration: none;
}

p {
	text-align: justify;
}

h1 {
	color: #333399;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aabbca;
}

h2 {
	color: #333399;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aabbca;
}

h4 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

blockquote {
	padding-left: 15px;
	margin: 20px 20px 20px 10px;
	font-style: italic;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #990000;
}
blockquote:before { content: open-quote; font-weight: bold; font-size: 150%; color:#CC0000; }
blockquote:after { content: close-quote; font-weight: bold; font-size: 150%; color:#CC0000; }

/* Navigation bar
================================================*/

#nav {
	 margin:0 0 0 4px;
	 padding:0;
}
#nav li {
	 display:inline;
	 padding:0;
	 margin:0;
}
#nav a:link,
#nav a:visited {
	 margin:0;
	 color:#fff;
	 background:#aabbca;
	 padding:15px 25px 5px 8px;
	 float:left;
	 width:56px;
	 border-right:1px solid #8098ae;
	 border-top:1px solid #8098ae;
	 border-bottom:1px solid #313e49;
	 text-decoration:none;
	 font:bold 1em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
	 text-shadow: 2px 2px 2px #555;
}
#nav a:hover {
	 color:#42432d;
	 background:#edf2f2;
}
#nav li:first-child a {
	 border-left:1px solid #8098ae;
}
 #home #nav-home a,
 #biography #nav-biography a,
 #stats #nav-stats a,
 #facts #nav-facts a,
 #gallery #nav-gallery a,
 #download #nav-download a,
 #other #nav-other a,
 #links #nav-links a,
 #guestbook #nav-guestbook {
 			background:#990000;
			color:#fff;
			text-shadow:none;
}
 #home #nav-home a:hover,
 #biography #nav-biography a:hover,
 #stats #nav-stats a:hover,
 #facts #nav-facts a:hover,
 #gallery #nav-gallery a:hover,
 #download #nav-download a:hover,
 #other #nav-other a:hover,
 #links #nav-links a:hover,
 #guestbook #nav-guestbook a:hover {
 			background:#990000;
}
 #nav a:active {
 	  background:#e35a00;
	  color:#fff;
}

/* Stats Table
================================================*/

table.stats {
font-size: 11px;
text-align: left;
width: 100%;
background-color: #E7E2D2;
border-collapse: collapse;
border: #E7E2D2 2px solid;
margin-bottom: 10px;
}

table.stats td {
border: 1px #fff solid;
padding: 6px;
}

table.stats td.td2 {
background-color: #fff;
border: 1px #fff solid;
padding: 6px;
}

table.stats td.hed {
background-color: #a69b78;
color: #fff;
border-bottom: 3px #fff solid;
font-size: 12px;
font-weight: bold;
padding: 6px;
}

/* Facts Table
================================================*/

table.facts {
width: 100%;
border: #D2D6D6 1px solid;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 6px;
margin-bottom: 30px;
-moz-border-radius: 10px;
}

table.facts td.td2 {
font-weight: bold;
vertical-align: top;
}

/* Copyright
================================================*/

td.copyright {
 color: #999999;
 font-size: 10px;
 text-align: left;
 vertical-align: top;
}

td.copyright a {
 color: #990000;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
}

td.copyright a:hover {
	color: #ff9933;
	text-decoration: none;
}