body {
	background-image: url('../../images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #495314;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

li {
	list-style: none;
}

#container {
	width: 900px;
	//background-color: #FFFFFF;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	//background-image: url(../../images/banner.png);
	background-repeat: no-repeat;
	height: 361px;
	border: 0px;
}

.content {
	background-color: #FFFFFF;
	position: relative;
	width: 898px;
	margin-bottom: 10px;
	border-left: 1px solid;
	border-right: 1px solid;
}

#menu {
	background-color: #72a6d4;
	position: relative;
	width: 100%;
	height: 20px;
	float: left;
	font-size: 14px;
	padding-left: 0px;
}

#menu li {
	display: inline;
	padding-left: 80px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	font-size: 12px;
	clear: both;
	padding-left: 30px;
	padding-top: 5px;
}

#copy {
	background-image: url('../../images/footer.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 102px;
	width: 900px;
	position: relative;
	text-align: right;
	font-size: 10px;
	clear: both;
	margin-bottom: 5px;
	margin-left: -1px;
	padding-top: 40px;
}

