			body {
				background-image: url('/images/bg.gif');
				margin: 0px;
			}
			body,p,div {
				font-family: sans-serif;
				font-size: 0.95em;
				color: #2B1900;
			}
			#container {
				width: 756px;
				margin: 0 auto;
				background-color: #fff;
			}
			#navbar {
				height: 24px;
				background-image: url('/images/navbar.gif');
				background-repeat: repeat-x;

			}
			#content h1 {
				/*color: #2b1900;*/
				color: #2B1900;
				font-family: sans-serif;
				font-size: 1.4em;
				margin: 3px;
			}
			#content {
				color: #393939;
				padding: 0px 5px 0px 5px;
			}
			#footer {
				background-color: #1c1107;
			}
			h3 a {
				color: #aaa;
			}
			h3 a:visited {
				color: #777;
			}
			#footer p {
				text-align: center;
				color: #fff;
				padding: 4px 0px 6px 0px;

			}
			#footer p a {
				color: #ffff00;
			}

			#navigation {
				display: inline;
				margin: 0px;
				padding:0px;
				
			}
			#navigation li {
				display: inline;
			}
			#navigation li a {
				font-family: sans-serif;
				display: block;
				color: #fff;
				text-decoration: none;
				font-weight: bolder;
				padding-left: 8px;
				border-right: 1px solid #96825c;
				padding-right: 7px;
				font-size: 12px;
				height: 24px;
				line-height: 24px;
				float:left;
				width:auto;
				background-image: url('/images/navbar.gif');
				background-repeat: repeat-x;

			}
			#navigation li a:hover {
				text-decoration: underline;
				background-image: url('/images/navbar-hover.gif');
				background-repeat: repeat-x;

			}
