body {
	margin: 0 auto;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #A67B3C;
	border-right-color: #A67B3C;
	border-bottom-color: #A67B3C;
	border-left-color: #A67B3C;
	background-color: #563C1F;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h3,h2,h1 {
		font-weight:normal;
}

h1 {
	color:#000;
	font-size:26px;
	border-bottom: none;
}
h2 {
		font-size:20px;
	border-bottom:1px solid #eee;
}
h3 {
		font-size:18px;
	border-bottom:1px solid #eee;
}

 a {
	color:#FFFFFF;
	font-weight : bold;
}

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

submit,input,textarea {
	background:#eee;
	color:#666;
	padding:5px;
	margin:3px
}

submit,input,textarea,#title img {
	border:none
}

#title,#container,#footer {
	margin:0 auto;
}

#title,#footer {
	text-align:center
}

#title {
	margin-bottom:15px;
	width:850px
}

.subtitle {
	font-variant:small-caps;
	letter-spacing:2px
}

#container {
	width:840px;
	padding-left: 2px;
}

#sidebar {
	width:200px;
	float:right;
	text-align:left;
	border: thin solid #CC9933;
	margin-top: 75px;
	padding-left: 5px;
}


#sidebar h3 {
	text-align:left
}

 p {
}


	/* ### Navigation ### */
	
	
	.navigation {
	
		}
		
	.navigation li {
		height:28px;
		list-style:none;
		padding:0;
	}
	
	.navigation a {
	display: block;
	padding: 6px 6px 6px 26px;
	margin: 0;
	color: #6DCFCC;
	text-decoration: none;
}
		
.navigation a:hover {
	background: #6DCFCC url(../images/background-li-hover.gif) no-repeat left;
	color: White;
}

.navigation span, .navigation ul {
	width: 180px;
	line-height: normal;
}


	/* ### Content ### */

	#content {
	padding-right:5px;
	width: 590px;
	float: none;
	border-right-style: none;
	border-right-color: #cccccc;
}


#content h2 {
	text-align:right;
	padding-top:15px !important;
	padding-top:0
}

.image1 {
	background-repeat: no-repeat;
	background-position: right top;
}
.image2 {
	background-repeat: no-repeat;
	background-position: right top;
}
.image3 {
	background:url(../images/image3.jpg) no-repeat top right;
}



#content p {
}

ul,#content ol {
	line-height:25px
}

#footer {
	width:840px;
	clear: both;
	margin-top: 1em;
	padding-top: 3em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a {
	padding: 0 1em;
	text-decoration: none;
}
