html, body{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #E3E9EE;
}
#page {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header {
	height: 305px;
	width: 930px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 920px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000000;
}
#name {
	height: 94px;
	width: 459px;
	padding: 10px;
	margin: 0px;
}
#navbar {
	height: 43px;
	width: 605px;
	margin: 0px;
	padding-top: 98px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	height: 20px;
	width: 920px;
	margin: 0px;
	font-style: italic;
	font-size: 10px;
	borderwidth: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #996639;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left {
	float: left;
}
#right {
	float: right;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	color: #ee7838;
	font-size: 14px;
}
a:link {
	color: #246338;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996639;
}
a:hover {
	text-decoration: underline;
	color: #3B515C;
}
a:active {
	text-decoration: none;
	color: #996639;
}

