body {
	margin: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6a859b;
	line-height: 1.75em;
	}
	
img {
	border: 0;
	}
	
A:link { 
	text-decoration: none;
	font-weight: bold;
	color: #6a859b;
	}
	
A:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #6a859b;
	}
	
A:hover {
	text-decoration: underline;
	color: #6a859b;
	font-weight: bold;
	}  
	
A:active { 
	text-decoration: none;
	color: #6a859b;
	font-weight: bold;
	} 
	
.wood {
	background-image: url(images/bg_wood.jpg);
	margin-bottom: 0px;
	padding: 0px;
	} 
	
.pattern {
	background-image: url(images/bg_pattern.gif);
	margin: 0px;
	padding: 0px;
	}
	
div#header {
	width: auto;
	margin: auto;
	padding: 0;
	height: 100px;
	background-image: url(images/bg_pattern.gif);
	}
	
div#holder {
	width: 800px;
	margin: auto;
	height: 100px;
	}
		
div#logo {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 20px 0px 20px 0px;
	float: left;
	text-align: left;
	}
	
div#nav {
	width: 400px;
	height: 35px;
	margin: 0;
	padding: 32px 0px 33px 0px;
	float: left;
	text-align: right;
	}
	
div#aboutleft {
	width: 500px;
	background-color: #FFFFFF;
	height: 400px;
	padding: 0px 25px 0px 0px;
	margin: 0;
	float: left;
	}
	
div#aboutright {
	width: 200px;
	background-image: url(images/bg_dash.gif);
	height: 400px;
	margin-top: 10px;
	padding-left: 25px;
	float: left;
	color: #666666;
	}
	
div#main {
	width: 750px;
	background-color: #FFFFFF;
	height: auto;
	padding: 10px 25px 25px 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	}

div#desc {
	width: 200px;
	padding-top: 18px;
	margin: 0px;
	height: auto;
	float: left;
	color: #666666;
	}
	
div#image {
	float: left;
	padding: 35px 0px 35px 25px;
	height: auto;
	width: 525px;
	}
	
div#footer {
	font-size: 10px;
	width: 750px;
	padding: 15px 0px 0px 0px;
	height: auto;
	}
	
div#footleft {
	width: 375px;
	text-align: left;
	float: left;
	}
	
div#footright {
	width: 375px;
	text-align: right;
	float: left;
	}
	
div#textleft {
	width: 600px;
	text-align: left;
	padding: 25px;
	float: left;
	}
				
.bold {
	font-weight: bold;
	}
	
.italics {
	font-style: italic;
	}