		body {
			background-image: url(assets/mainbg.jpg);
			font-family: "palatino", sans-serif;
			font-size: 11px;
			line-height: 5px;
			color: #644304;
			background-position: top;
			background-repeat: repeat-x;
			background-color: #d6d6d6;
		}
		.copy {font-size: 20px; line-height: 20px;}
		.navTitle {font-size: 14px;}
		ul li {
			list-style: none;
			padding: 5px;
		}
		img {border: none;}
		
		a {color: #644304;}
		a:link {text-decoration: none;}
		a:visited {text-decoration: #663300;}
		a:hover {text-decoration: #996600;}
		a:active {text-decoration: none;}
		
		#container {
			margin: 50px;
			padding: 30px 50px 55px;
			width: 940px;
			height: 550px;
			border: none;
			background: #fff;
		}
		#header {
			padding: 5px;
		}
		#left {
			width: 200px;
			height: 500px;
			margin: 5px;
			padding: 5px;
			float: left;			
			border-top: dotted 1px;
			border-bottom: dotted 1px;
		}
		#right {
			width: 700px;
			height: 500px;
			margin: 5px;
			padding: 5px;
			float: left;
			border-top: dotted 1px;
			border-bottom: dotted 1px;
			background: #fff;
			
		}	
		#footer {
			font-size: 8px;
			text-align: right;
			padding: 5px;
		}