BODY { margin: 0px;
	background: #000000;
	text-align:center;
	font: normal 12px Georgia, serif;
	}

P {font:11px Georgia, serif;
	color:#ced2ca;
	letter-spacing: .03em;
	}

i {font-style: oblique;
	padding-right: 3px;
	padding-left: 3px;
	color:#ced2ca;
	}

b {font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	color:#e5e9db;
	}

a:link { color: #c3e1ab;
	font:1em Georgia, serif;
	}
a:active { color: #7da0a7;
	text-decoration: none;
	font:1em Georgia, serif;
	}
a:visited { color: #7da0a7;
	font:1em Georgia, serif;
	}
a:hover {color: #e0f88e;
	text-decoration: none;
	font:1em Georgia, serif;
	}

blockquote {margin: 2px 10px 2px 25px;
	font: .9em Georgia, serif;
	color:#b6bcb0;
	border-top: 1px solid #768e78;
	border-bottom: 1px solid #768e78;
	padding: 5px;
	}

ul {margin: 0.0em;      
	padding: 0em 0em 0em 0em;
	color: #ced2ca;
	}

ol {color: #ced2ca;
	}


/* titles */

h1 {color:#f4ebca;
	text-align:left;
	padding-left: 5px; 
	font: 1.8em Georgia, serif;
	letter-spacing : .1em; 
	margin-bottom: 6px;
	text-transform: lowercase;
	font-weight: bold;
	}


h2 {padding: 3px;
	text-align:left; 
	color:#97ab86; 
	font: 1.4em Georgia, serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}

h3 {padding: 3px;
	text-align:left; 
	color: #97ab86; 
	font: 1.2em Georgia, serif;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
	}


/* layout */


#container {padding:0px;
	margin: auto;
	width: 776px;
	font:11px Georgia, serif; 
	}


#header {background: url('images/header.jpg') no-repeat top center;
	padding:0px;
	margin: 0px;
	width: 776px;
	height: 314px;
	font:11px Georgia, serif;
	overflow: hidden;
	}

#content {font: 1em Georgia, serif;
	text-align: left;
	color:#69625d;
	letter-spacing: .03em;
	width: 450px;
	margin: auto;
	float:left;
	}

/* navigation */

#nav {float: right;
	background: url('images/navbg.jpg') no-repeat top center;
	width: 309px;
	height: 100%;
	text-align: left;
	padding-top: 25px;
	}

ul.links {margin: 0.0em;      
	padding: 0em 0em 0em 0em;
	color: #ced2ca;
	}

ul.links li {list-style-type: none; 
	margin: 0px;
	font:11px Georgia, serif; 
	}


ul.links li a:link{ color:#dbdfb1;
	font: 1em Georgia, serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	height: 15px;
	display: block;
	text-align:left;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	}


ul.links li a:visited{color:#94988c;
	font: 1em Georgia, serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	height: 15px;
	display: block;
	text-align:left;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	}

ul.links li a:hover{color:#cfdbad;
	font: 1em Georgia, serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	height: 15px;
	display: block;
	text-align:left;
	border-bottom: 1px solid #736e58;
	background: #5b725e;
	padding-left: 5px;
	}

#nav h2 {padding: 3px;
	text-align:left; 
	color:#97ab86; 
	font: 1.2em Georgia, serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid #5c5b54;
	}

/* smaller text */

.small {font:.85em Georgia, serif; 
	color:#b6bcb0; 
	text-align: right; 
	margin: 4px 1px 1px 1px;
	padding-right: 5px;
	}

.disc {text-align: right;
	font: 1em Georgia, serif;
	margin: 0px 30px 30px 30px;
	padding: 5px 0px 0px 0px;
	color:#b6bcb0;
	border-top: 1px solid #768e78;
	}


