body {
	background:url(../img/bg1.jpg) repeat-x top center #000;
	color:#fff;
	text-align:center;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/*body .sub {
	background:url(../img/bg2.jpg) repeat-x top center #000;
	color:#fff;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
} */

a {
	color:#ce9664;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline
}

.left {
	float:left
}

.right {
	float:right
}

.clear {
	clear:both;
	display:block;
	height:0em;
}

#header {
	text-align:center;
	height:195px;
	width:960px;
	margin:0 auto;
}

	#header h1 {
		padding-top:36px;
		padding-bottom:33px;
	}

		#header h1 a {
			font-size:0em;
			line-height:0em;
			display:block;
			text-indent:-1000000px;
		}

		#header h1 img {
			display:block;
			margin:0 auto;
		}

	#header h2 {
		font-size:23px;
		color:#9d7a60;
		text-transform:uppercase;
	}

		#header h2 span {
			color:#ab5f26;
		}

#content {
	width:960px;
	margin:0 auto;
	text-align:left;
	color:#FED9BD;
}

	#frame {
		background:url(../img/frame.png) no-repeat;
		width:874px;
		height:308px;
		margin:0 auto;
		margin-bottom:20px;
	}

		/*#frame .sub {

		background:url(../img/frame.png) no-repeat;
		width:874px;
		height:308px;
		margin:0 auto;
		margin-bottom:20px;		
		}*/

		#frame div {
			padding-top:17px;
			padding-left:17px;
		}

			#frame div img {
				display:block;
				float:left;
				padding-right:9px;
			}

			#frame div img.clear {
				float:none;
				padding:0;
			}

	#content .menu {
		text-align:center;
		padding-bottom:30px;
	}

		#content .menu li {
			font-family: TRAJAN PRO, Arial, Helvetica, sans-serif;
			display:inline;
			color:#ab5f26;
			font-size:16px;
			padding:0 12px;
			list-style-image:none;
		}

			#content .menu li a {
				text-transform:uppercase;
				text-decoration:none;
				color:#d4b39b;
				padding-left:4px;
			}

			#content .menu li a:hover {
				color:#9d7a60;
			}

#footer {
	text-align:center;
	width:960px;
	margin:0 auto;
	font:12px "CANDARA";
	clear:both;
}

	#footer p {
		font-size:0em;
		line-height:0em;
		text-indent:-1000000px;
		padding-bottom:20px;
	}

		#footer p img {
			display:block;
			margin: 0 auto;
		}

	#footer small {
		display:block;
		font-size:12px;
		color:#5F4747;
		padding-bottom:20px;
	}

		#footer small a {
			text-decoration:none;
			color:#5F4747;
		}

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