body { 
		background-color: #669966;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#frame {
		text-align: left;
		width: 800px;
	}
	
	#header {
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
		height: 100px;
	}
	
	h1 { 
		color: #336633; 
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 0px; 
		margin-bottom: 0px;
	}
	
	#menu {
		height: 31px;
		background-color: #336633;
		line-height: 31px;
		vertical-align: middle;
		color: #ffffff;
		text-align: center;

	}
		#menu a { 
			color: #ffffff; 
			text-decoration: none;
			font-weight: lighter; 
			margin: 2px; 
			font-size: 1.1em;
			font-weight: bold;
		}

	#main {
		background-image: url(../images/mainbg.jpg);
		height: 452px;
		background-repeat: no-repeat;
	}
	
	#mainfull {
		background-color: #FFFFFF;
	}
	
	.padding20 { 
		padding: 16px; 
	}
	
	#content { 
		float: left; 
		clear: none; 
		width: 450px;
	}
	
		#content a { 
			color: red; 
			text-decoration: underline 
		}
	
		#content a:hover { 
			text-decoration: none; 
		}
	
	#fullwidth {
		width: 800px;
		background-color: #FFFFFF;
	}
	
		#fullwidth a { 
			color: red; 
			text-decoration: underline 
		}
	
		#fullwidth a:hover { 
			text-decoration: none; 
		}
	
	
	#footer { 
		clear: both; 
		background-color: #336633; 
		color: #ffffff; 
		font-size: 1.0em; 
		line-height: 31px; 
		height: 31px; 
		vertical-align: middle; 
		/*background-image: url(../images/footer.jpg); */
	}
	
		#footer a { 
			color: #ffffff; 
			text-decoration: none; 
		}

	#bookbtn {
		padding-top: 10px;
		padding-right: 10px;
		text-align: right;
	}
