html, body {
	height: 100%;
	width: 100%;
	}
body {
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

div#header {
	background-color: #2f2f2f;
	}
	div#header-main {
		background: #2f2f2f url(../_img/logo-left.jpg) 10px 0px no-repeat;
		height: 159px;
		width: 825px;
		margin: 0 auto;
		padding: 0 55px 0 55px;
		}
		div#header-in {
			background: #2f2f2f url(../_img/logo.jpg) top left no-repeat;
			height: 159px;
			width: 825px;
			}
			div#header-top {
				float: left;
				height: 49px;
				width: 100%;
				text-align: right;
				}
			div#header-nav {
				float: left;
				height: 110px;
				margin-left: 8px;
				}
				div#header-nav a.current {
					border-color: #fff;
					background: #fff url(../_img/nav-current.jpg) repeat-x;
					color: #222;
					font-weight: bold;
					}
				div#header-nav a.current:hover {
					background: #fff url(../_img/nav-current.jpg) repeat-x;
					color: #222;
					}
				div#header-nav a {
					display: inline-block;
					margin-top: 77px;
					margin-right: 5px;
					height: 26px;
					padding: 6px 18px 0 18px;
					border: 1px solid #1C1D1F;
					border-bottom: none;
					background: transparent url(../_img/nav-inactive.jpg) repeat-x;
					color: #aaa;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: normal;
					text-decoration: none;
					font-size: 0.7em;
					}
				div#header-nav a:hover {
					background: transparent url(../_img/nav-active.jpg) repeat-x;
					color: #fff;
					}
div#content {
	width: 805px;
	margin: 0 auto;
	padding: 0 65px 0 65px;
	}
	div#content-in {
		padding: 15px 0 10px 0;
		}
		div#content-in h1 {
			font-size: 1.9em;
			color: #888;
			}
		div#content-in p {
			font-size: 1.1em;
			}
div#footer {
	border-top: 4px solid #c0b99a;
	border-bottom: 2px solid #ccc;
	background: #dedaca url(../_img/footer-bg.jpg) top left repeat-x;
	min-width: 935px;
	}
	div#footer-in {
		width: 805px;
		margin: 0 auto;
		padding:  0 65px 0 65px;
		}
		div#footer-in p {
			font-size: 0.9em;
			}
		div#footer-in h1 {
			font-size: 1.4em;
			}
		div#footer-in h2 {
			font-size: 1.0em;
			}
		div#footer-all, div#footer-left, div#footer-right {
			padding: 10px 0;
			}
		div#footer-left {
			float: left;
			width: 518px;
			padding-right: 40px;
			margin-right: 20px;
			border-right: 2px solid #ccc;
			}
		div#footer-right {
			float: left;
			width: 225px;
			}
			div#footer-right h1 {
				font-size: 1.05em;
				}
			div#footer-right p {
				font-size: 0.85em;
				}
div#sub-footer {
	width: 805px;
	margin: 0 auto;
	padding: 0 65px 0 65px;
	padding-bottom: 1px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	}
	div#sub-footer-left {
		float: left;
		width: 500px;
		}
	div.sub-footer-right {
		float: left;
		width: 135px;
		}
		div.sub-footer-right a {
			display: block;
			margin-bottom: 2px;
			}
	div#sub-footer b {
		font-size: 1.1em;
		}				
					
					