* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Times CE";
}

#spacer {
	clear: both;
}

#container {
	width: 751px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		width: inherit;
		height: 15px;
		padding-bottom: 20px;
		border-bottom: 4px double #ccc;
				font-family: Arial, Helvetica, sans-serif;
	}
	
		#header_left {
			float: left;			
		}
		
		#header_center_one {
			text-align: left;
			padding-left: 5px;
			color: #b9a481;
			float: left;
			width: 353px;
			font-size: 80%;			
			
		}
		
		#header_center_two {
			text-align: right;
			color: #ccc;
			float: left;
			width: 358px;
			padding-right: 10px;	
			font-size: 80%;			
					
		}
		
		#header_right {
			float: left;
		}
		
		#main {
			width: 752px;
		}
		
			#content {
				width: 536px;
				float: left;
				border-right: 1px solid #ccc;
				text-align: justify;
				padding-right: 20px;
				position: relative;
			}
			
			
			#content h1 {
				background-color: #b8b0a2;
				color: white;
				width: 170px;
				padding: 10px;
				text-align: center;
				margin-bottom: 20px;
				font-weight: normal;		
			}
		
			#content p {
				text-align: justify;
				padding-bottom: 10px;
				font-size: 80%;
				line-height: 170%;
				
			}
			
			#content a {
				color: #e37600;
			}
			
			#content a:hover {
				text-decoration: none;
			}
				
		#image {
			width: 335px;
			float: right;
			padding-left: 8px;
			position: relative;

		}
		
			#image_top {
				padding: 4px;
				border: 3px solid #ccc;
				text-align: center;
			}
			
			#image_bottom {
				margin-top: 10px;
				padding-right: 10px;
				padding-left: 10px;
				border-left: 4px double #ccc;
				border-right: 4px double #ccc;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 70%;
			}
			
				#image_bottom h2 {
					color: #e37600;
					font-size: 150%;
				}

				#image_bottom p {
					font-size: 90%;
					color: #b9a481;
						}
			
	#navigation {
		width: 165px;
		float: left;
		margin-left: 20px;
	}

		#navigation h1 {
			padding-top: 25px;
			padding-bottom: 15px;
			font-size: 175%;
			color: #e37600;
			font-weight: normal;		


		}

		#navigation ul {
			list-style: none;
			font-size: 90%;
			padding-bottom: 10px;
			
		}

		#navigation li {
			display: block;
			border-bottom: 2px dotted #b9a481;

		}

		#navigation a {
			color: #b9a481;
			display: block;
			text-decoration: none;
			padding-top: 7px;
			padding-bottom: 7px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 75%;
			font-weight: bold;
			padding-left: 5px;

		}

		#navigation a:hover {
			background-color: #f1e9db;
			color: #91774d;
		}


		#footer {
			width: 751px;
			border-top: 4px solid #ccc;
			padding-top: 5px;
			margin-bottom: 20px;
			margin-left: auto;
			margin-right: auto;
			color: #aaa;
			font-size: 70%;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;

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

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

			#footer_left {
				float: left;
			}

			#footer_center {
				width: 717px;
				padding-right: 10px;			
				text-align: center;
				float: left;
			}

			#footer_right {
				float: left;
			}