html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
}
#page {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#name {
	height: 75px;
	width: 950px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
}
#main {
	width: 950px;
	height: 419px;
	margin: 0px;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	width: 535px;
	height: 407px;
	margin: 0px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
}

#navbar {
	height: 35px;
	width: 950px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
}
#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;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	color: #ee7838;
	font-size: 14px;
}
a:link {
	color: #103885;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #103885;
}
a:hover {
	text-decoration: underline;
	color: #397924;
}
a:active {
	text-decoration: none;
	color: #397924;
}
