/* CSS Document */


		body {
			background-color:#F7BF66;
			color:#666666;
			font-family:  Helvatica ,Arial,Verdana,sans-serif;
			font-size:8pt;
			margin:0;
			padding:0;
			text-align:center;
			}
		#container {
			margin:auto;
			overflow:hidden;
			position:relative;
			text-align:left;
			width:1000px;
		}
		#navigationheader{
			padding-top:8px;
		}
		#navigationheader div{
			float:left;
			margin:0px 0px 0px 10px;
			padding:0;
		}
		#navigationfooter{
			padding-top:8px;
		}
		#navigationfooter div{
			float:left;
			margin:0px 0px 0px 10px;
			padding:0;
		}
		a {
			text-decoration:none;
			color:#8C6D58;
			font-weight:bold;
		}
		a img {
		border:0 none;
		}
		img {
		border:0 none;
		}

		#header {
			background-image:url(images/site/headertop.jpg);
			background-repeat:no-repeat;
			height:39px;
			margin:60px 0px 0px 0px;
			position:relative;
			width:100%;
		}
		#blogheader {
			background-image:url(images/site/headertop.jpg);
			background-repeat:no-repeat;
			height:39px;
			margin:0px 0px 0px 0px;
			position:relative;
			width:100%;
		}
		#main {
			background-image:url(images/site/contentmain.jpg);
			background-repeat:no-repeat;
			background-color:#000000;
			margin:0px 0px 0px 0px;
			height:535px;
			margin:none;
			padding:none;
			position:relative;
			width:100%;
		}
		
		#blogmain {
			background-image:url(images/site/blogbackgroundw.jpg);
			background-repeat:repeat-y;
			background-color:#000000;
			margin:0px 0px 0px 0px;
			overflow:visible;
			margin:none;
			padding:none;
			position:relative;
			width:100%;
		}
		#footer {
			background-image:url(images/site/footerbottom.jpg);
			background-repeat:no-repeat;
			height:48px;
			margin:00px 0px 0px 0px;
			position:relative;
			width:100%;
		}