/* <![CDATA[ */
		body		
		{
			font-size: 62.5%;
			/* Resets 1em to 10px */
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
			color: #000;
			background-color: #fff;
			position: relative;
			margin: 0;
		}
		h1, h2, h3{
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
			font-weight: bold;
			margin:0px;
			padding:0px;
		}
		h1 {
			font-size: 2.4em;
			font-weight: 600;	
			margin-bottom:10px;		
			/*display:inline;*/
			/*color: #A2958F;	
			color:#C67940;
			color:#A06234;
			color:#D2846F;
			color:#C67A40;
			color:#b9723c;*/
			color: brown;
		}
		h2 {
			font-size: 1.5em;
		}
		h3 {
			text-transform:uppercase;
			font-weight:light;
			letter-spacing:0.1em;
			font-size: 1.3em;
		}
		/*h5 {
			text-transform:uppercase;
			font-weight:light;
			letter-spacing:1px;
			color:#666;
		}
		*/
		img {
			border: 0;
		}
		a:link {
			color: #000;
		}
		a:visited {
			color: #000;
		}
		a:hover {
			color: #333;
		}
		a:active {
			color: #333;
		}
		#page {
			display: block;
			margin:0px;
			width: 990px;
		}
		#header {
			margin: auto;
			width: 760px;
			height: 120px;
			padding:0px;
		}
		#main {
			float: left;
			margin: auto;
			width: 990px;
		}
		/**
		*	SUBNAV: 
		*/
		#leftbar {
			float: left;
		}
		#leftbar img{
			border-left:100px solid #990000;
			border-right:0px solid #a2958f;
		}
		/**
		*	CONTENT:
		*/
		#content {
			margin:0px;
			padding:0px;
			margin-left: 10px;
			float: left;
			width: 640px;
		}
		#content p{
			/*font-weight:light;*/
			letter-spacing:1px;
			color:#888;
			margin-top:10px;
		}
		#content a {
			text-decoration: none;
			text-transform:lowercase;
			/*color:#b9723c;*/
			/*color:brown;*/
			color:#990000;
		}
		#content a:hover {
			text-decoration: none;
			/*color:#B9A09A;*/
			/*color:maroon;*/
			color:#000
		}
		#content ul.navbar{
			font-weight:bold;
			text-align: left;
			padding-left: 0;
			margin-left:0px;
			margin-top:0px;
			list-style-type: none;	
			line-height:11px;
		}
		#content ul.navbar li {
			display:inline;
			text-align: left;
			font-weight:normal;
			margin:0px;
			padding:0px;
		}
		ul{
			margin:0px;
			margin-bottom:6px;
		}
		li{
			margin:0px;
		}

		/*
		#content a:link {
			color: #c66;
			text-decoration: none;
		}
		#content a:visited {
			color: #c66;
			text-decoration: none;
		}
		#content a:hover {
			color: #868693;
			text-decoration: underline;
		}
		#content a:active {
			color: #c66;
			text-decoration: none;
		}
		#content p {
			line-height: 1.6em;
			text-align: justify;
			font-size: 1.2em;
		}
		#footer {
			float: left;
			clear: both;
			position: relative;
			width: 600px;
			height: 50px;
			text-align: center;
			margin: auto;
		}
		#footer p {
			font-family: verdana, sans-serif;
			font-size: 9px;
			margin-top: 1em;
		}
		*/
		/* ]]> */