@charset "UTF-8";
/* CSS Document */

#wrap {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 5px solid #000000;
}
body {
	background-image: url(../images/bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #663300;
}
#top {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-image: url(../images/top.png);
	height: 76px;
}
#nav {
	height: 20px;
	width: 800px;
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 800px;
	height: 300px;
}
#foot {
	background-image: url(../images/foot.png);
	height: 41px;
	width: 800px;
}
#col1 {
	float: left;
	background-color: #FFFFFF;
	width: 70%;
	margin: 20px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
#col2 {
	float: right;
	width: 20%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
hr {
	background-color: #CC6600;
	color: #CC6600;
	font-size: None;
	border: 5px solid #CC6600;
	margin: 0px;
	padding: 0px;
}
#wrap2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	width: 800px;
	margin: 0px;
	padding: 0px;
	border: 5px solid #000000;
}
.content {
	background-image: url(../images/content.png);
	background-repeat: repeat;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: underline;
}
