html, body{
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/clouds1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
}
#page {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	height: 195px;
	width: 950px;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 0px 10px #000000;
	border-width: 1px;
	border-color: #48320e;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
}
#logoHEAD {
	height: 185px;
	width: 465px;
	margin: 0px;
	padding: 5px;
	float: left;
}
#rightHEAD {
	height: 195px;
	width: 475px;
	margin: 0px;
	float: right;
	padding: 0px;
}
#navbar {
	height: 37px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/navbarBG.jpg);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 10px #000000;
	border-width: 1px;
	border-color: #48320e;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
#contain {
	width: 910px;
	margin: 0px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #48320e;
	box-shadow: 0px 0px 10px #000000;
}
#content {
	width: 910px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#footer {
	height: 20px;
	width: 950px;
	margin: 0px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
#left {
	float: left;
}
#right {
	float: right;
}
.small{
	font-size: 11px;
}
.medium{
	font-size: 14px;
}
.big{
	font-size: 16px;
}
.title{
	color: #599849;
	font-size: 15px;
	font-weight: bold;
}
a:link {
	color: #996633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #996633;
}
