			body{
				color:#605C39;
			}
			h1 {
				/*20px via YUI Fonts CSS foundation*/
				font-size:161.6%;  
			}			
			a:link,
			a:active,
			a:hover,
			a:visited{
				text-decoration:none;
				color:#605C39;
			}
			a:hover{
				color:#0F938D;
			}
			#wrapper{
				width:800px;
				margin-left:50;
			}
			#nav-wrapper{
				float:left;
				width:200px;
			}
			#content-window{
				float:left;
				width:550px;
				left:224px;
				position:absolute;
			}
			
			#header{
				margin-bottom:2px;
				margin-top:30px;
				border-bottom:1px solid #605C39;
				padding:0 25px 10px 25px;
				background:url('img/nib.gif') no-repeat 705px center;
				background-position:right;
			}
			#content{
				border-top:1px solid #605C39;
				padding:28px 25px 10px 25px;
				position:relative;
			}
			#leftArrow{
			position:absolute;
			top:240px;
			left:200px;
		
			}
			#rightArrow{
			position:absolute;
			top:240px;
			left:796px;
			}
			#header, #header a{
				text-decoration:none;
				font-weight:bold;
			}
			#header a{
				font-size:85%; 
			}
			
			ul#nav{
				margin:0;
				padding:0;
			}
			ul#nav li{
				padding-left:10px;
				background:url('img/bullet.gif') no-repeat 0px 7px;
				list-style-type:none;
				font-size:100%; 
				padding-bottom:3px;
			}
			ul#nav li li{font-size:100%; background: none; list-style-type:none;}
			
			a.selected{
				color:#762b2f;
			}
			#content-image-info{
				margin-top:10px;
			}
			#content-image-info p{
				margin:0;
			}
			#content-image-holder{
				width:550px;
			}
			
			div#about
			{
			display:block;
			float:left;
			width:350px;
			text-align:left;
			}
			div#contact
			{
			display:block;
			float:right;
			width:200px;
			text-align:right;
			}
			.title
			{
			color:#873534;
			}
			#contact a
			{
			color:#873534;
			}

			div#news
			{
			display:block;
			float:left;
			width:420px;
			text-align:left;
			}
