/* CSS Document */

body {
	font-family: Sylfaen, "Times New Roman";
	font-size: 12pt;
	color: ##332B0F;
	background-color: #E9DCB6;
	background-image: url(strip.gif);
	background-repeat: repeat-y;
	}
	
#wrapper {
	padding: 0;
	margin: 0, auto;
	width: 90%;
	position: relative;
	text-align: left;
	}

#navigation ul {
	padding-top: 60px;
	
	}
	
#navigation a {
	text-decoration: none;
	
	}
	
#navigation li {
	padding-bottom: 15px;
	list-style-type: circle;
	}
	
a:link {color:#332B0F}
a:visited {color:#332B0F}
a:hover {color:#756222}
a:active {color:#756222}
	
#content {
	position: absolute;
	top: 60px;
	left: 230px;
	width: 80%;
	padding-bottom: 30px;
	margin-bottom: 30px; 
	}
	
.color {color:#756222}

.floatright {
	float:right;
	padding-right: 15px;
	margin-right: 15px;
	}

li {list-style-type: none}
