/* CSS Document */
body {
	background-color:#B6B5B0;
	font-family:Baskerville, "Times New Roman", serif;
	line-height:1.3em;
	margin:0;
	text-align:justify;
	}

td {
	color:#A9A89F;
	}


a {
	color:#A9A89F;
	outline:none;
	}

a:hover {
	color:#EEEEEB;
	text-decoration:underline;
	}

a:active {
	outline:none;
	}

#pagewrapper {
	background:url(../images/herringbone.png) repeat;
	width:800px;
	height:610px;
	margin:0 auto;
	border:#999999 1px solid;
	border-top:none;
	}


#nav td {
	text-align:center;
	padding:0.6em;
	}

#nav a {
	font-size: 12px;
	color:#A9A89F;
	text-transform:uppercase;
	text-decoration:none;
	}

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

.no_link {
	font-size:12px;
	color:#EEEEEB;
	text-decoration:underline;
	text-transform:uppercase;
	}

#content {
	padding:0 2em; 
	color:#A9A89F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:353px;
	}

#content td {
	vertical-align:top;
	}
	
#content img {
	border:2px solid #A9A89F;
	}

.title {
	font-family:Baskerville, "Times New Roman", serif;
	font-size:13px;
	color:#EEEEEB;
	}

#footer {
	font:Baskerville, "Times New Roman", serif;
	line-height:1.3em;
	font-size:10px;
	text-align:center;
	}

#footer a {
	color:#000000;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}
