@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #FFF url(images/bg_dot.gif) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:  #999999;
	text-decoration: none;
}
h1 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#container_fade {
	margin: 0 auto auto auto;
	width: 820px;
	background: url(images/bg_fade.gif) top center repeat-y;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 766px;
	background: #FFF;
	text-align: center;
}
#header {
	margin: 0;
	width: 766px;
	height: 191px;
	text-align: left;
}
#menu {
	margin: 0;
	border-bottom: 1px solid #000;
	width: 716px;
	line-height: 14px;
	background: #ECFFB1;
	padding: 5px 25px;
	text-align: left;
}
#main {
	margin: 0;
	width: 716px;
	background: #FFF;
	padding: 25px;
	text-align: justify;
}
#footer {
	margin: auto auto;
	border-top: 1px solid #000;
	width: 746px;
	line-height: 14px;
	background: #4796E5;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
}
#bottom {
	margin: 0 auto;
	border: 0;
	width: 798px;
	height: 15px;
	background: url(images/bg_fade_bottom.gif) top left no-repeat;
	padding: 0;
}

