* { margin: 0; padding: 0; 
}

body {
	background-color: #EBE4D3;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #ffffff;
	scrollbar-base-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

a:link {
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #3300FF;
}
a:visited {
	color: #63648F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #2B8A69;
	color: #FFFFFF;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

#top {
	background-image: url(../img/bg_top.gif);
	height: 28px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

#headder {
	height: 120px;
	width: 840px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/head.jpg);
}

#marea {
	width: 840px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headder h1 {
	font-size: 140%;
	display: none;
	line-height: 1em;
}

#main {
	padding-top: 50px;
	padding-right: 40px;
	width: 760px;
	padding-bottom: 40px;
	padding-left: 40px;
	height: auto;
}

#main h2 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

#main p {
	font-size: medium;
	line-height: 1.5em;
	padding-bottom: 1em;
	text-align: center;
}

#footer {
	text-align: center;
	height: 20px;
	width: 840px;
	padding-top: 3px;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-position: bottom;
}

#footer p {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
