body {
	background: #b97e7e url(bg.jpg) repeat-x; 
	color: #000;
	font-family: arial, verdana, sans-serif; 
	font-size: 80%; 
	font-weight: normal; 
	text-align: center;
	margin: 0;
	}
	
h1 {font-size: 130%;}

h2 {font-size: 115%;}

form table tr td, table tr td {
	font-size: 80%; 
}

#main {
	background: #fff; 
	width: 760; 
	margin: 0 auto 0 auto; 
	text-align: left; 
	padding: 0;
	}
	
#title {
	background: url(title.jpg) no-repeat;
	height: 120;
	width: 760;
	margin: 0;
	padding: 0px;
	}
	
#nav {
	text-align: left;
	margin: 100px 0px 0px 80px;
	height: 20px;
	line-height: 18px;
	font-size: 15px;
	}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

#nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	}

#nav ul li a {
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 20px;
	background: url(green.jpg);
	color: #e7e5d5;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	}

#nav ul li a.sel {
	background: url(red.jpg);
	}
	
#nav ul li a:hover {
	background: url(red.jpg);
	}
	
.leftcol {
	display: block;
	padding: 5px;
	margin: 10px 0px 5px 5px;
	background: #fff;
	float: left;
	width: 500px;
}

.rightcol {
	display: block;
	padding: 5px;
	margin: 10px 5px 5px 0px;
	background: #e7e5d5;
	float: right;
	width: 230px;
}

.rightcol ul li a, a {
	text-decoration: none;
	color: #54543c;
}

.rightcol ul li a:hover, a:hover {
	text-decoration: underline;
}

.fullcol {
	display: block;
	padding: 5px;
	margin: 10px 5px 5px 5px;
	background: #fff;
	float: left;
	width: 740px;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 5px;
}
	
#footer {
	display: block;
    clear: both;
	background: #d2d2be;
	width: 760px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	color: #54543c;
}

#footer a {
	text-decoration: none;
	color: #747454;
	}
	
#footer a:hover {
	text-decoration: underline;
	}