/* Layout */

body {
		color: #000000;
		margin: 20px;
		background: #ffff99;
		}
	
#container {
		width: 100%;
		margin: 0px;
	}
	
#box {
		width: 850px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background: #ffffbf;
		border: 20px solid #f9cc76;
	}
		
#content {
		padding: 15px;
		}
	
		
#navigation {
		width: 200px;
		height: 100%;
		font-family: "Century Gothic", "Verdana";
		font-size: 10.5pt;
		padding: 18px;
		}
		
td.nav {
		width: 200px;
		background: #fbe695;
		}

#navigation li {
		height: 1.8em;
		margin-left: -40px;
		}

#navigation ul {
		margin: 0px;
		}
	
#content ul {
		margin: 0px;
		padding-right: 20px;
		}				

#footer {
		color: #444444;
		width: 300px;
		font-size: 8pt;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		}

.contact {
		width: 400px; 
		border: 0; 
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}
		
img.left {
		float: left;
		margin-right: 15px;
}

img.right {
		float: right;
		margin-left: 15px;
}

		
/* Aesthetics */

body, td {
		font-family: "Helvetica", "Arial";
		font-size: 10pt;
	}
	
#content a, #footer a {
		text-decoration: none;
		color: #c7922c;
		font-weight: bold;
		}
	
#content a:hover, #footer a:hover {color: #a27827; border: 0; text-decoration: underline;}

#navigation a {
		text-decoration: none;
		color: #9b7121;
		padding: 5px 4px 5px 4px;
		}
		
#navigation a:hover {
		background-color: #f0c676;
		color: #6f4d0c;
		}
		
a img {border: 0;}

span {
	font-family: Palatino; 
	font-size: 1.3em; 
}

h1 {
		font-family: "Georgia"; 
		font-size: 22pt; 
		font-weight: normal;
		color: #b37422;
		border-bottom: 1px dotted #edc26a;
		margin-top: 0px;}
		
ul.hidebullets {
		list-style: none;
}

img {border: 0;}

hr {background-color: #edc26a; height: 1px; border:0;}
	