html, body{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background1.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#page {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	height: 210px;
	width: 910px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header4.gif);
	background-repeat: no-repeat;
}
#navbar {
	height: 33px;
	width: 553px;
	margin: 0px;
	padding-top: 165px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#content {
	width: 850px;
	background-image: url(images/contentbg1.gif);
	background-repeat: repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 20px;
}
#bottom {
	width: 840px;
	height: 15px;
	background-image: url(images/bottombg1.gif);
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#footer {
	height: 20px;
	width: 920px;
	margin: 0px;
	font-style: italic;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
#left {
	float: left;
}
#right {
	float: right;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	color: #CD9A6E;
	font-size: 14px;
}
a:link {
	color: #8E6691;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #391D39;
}
a:active {
	text-decoration: none;
	color: #666666;
}
