@charset "UTF-8";
/* CSS Document */

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		margin: 0;
		padding: 0;
		background-color: #b28f51;
		}
		
#container { 
		width:936px;
		height: 1520px;
		border-right: 6px solid #7a7134;
		}
		
#header { 
		background: url(images/Web_Background_2_01.jpg) 0 0 no-repeat;
		width: 936px;
		height: 169px;
		}
		
#sidebar { 
		width: 209px;
		height: 743px;
		background: url(images/Web_Background_2_02.jpg) 0 0 no-repeat;
		}
		
#side_nav {
		width: 151px;
		height: 131px;
		margin: 0 0 0 30px;
		padding-top: 60px;
		}
		
#top_nav {
		width:567px;
		height: 27px;
		margin: 20px 0 0 80px;
		}
		
#content_box { 
		width: 727px;
		height: 1350px;
		background: url(images/Web_Background_2_03.jpg) 0 0 no-repeat;
		background-color: #decfb4;
		position: absolute;
		top: 169px;
		left: 209px;
		}
		
#content1 {
		width: 600px;
		height: auto;
		margin: 70px 0 0 40px;
		font-size: .9em;
		line-height: 1.5em;
		}
		
#floating_image_a {
		float: right;
		margin: 0 20px 10px;
		border: 2px solid #666666;
		width: 160px;
		}

#floating_image_b {
		float: right;
		margin: 0 20px 10px;
		border: 2px solid #666666;
		width: 250px;
		}
#caption {float: right;
		margin: 0 10px 10px;
		width: 184px;
		height: 114px;
		clear: right;
		}
		
#bottom_nav {
		font-size: 14px;
		text-align: center;
		color: #556D36;
		margin-top: 70px;
		}
#bottom_nav a:link, a:visited {
		text-decoration: none;
		color: #556D36;
		}
#bottom_nav a:hover {
		font-weight: bold;
		}
h1		{
		font-size: 16px;
		color: #754c20;
		}