@charset "utf-8";
/* formatting style
------------------------------------*/
body {
	color: #333;
	background-color: #999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	border-style: none;
}
a img{
	border-style:none
}
a:link {
	color: #333;
	text-decoration: none;
	border-style: none;
}
a:visited {
	text-decoration: none;
	color: #999;
	border-style: none;
}
a:hover {
	text-decoration: none;
	color: #999;
	border-style: none;
}
a:active {
	text-decoration: none;
	border-style: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#wrapper {
	background-color: #FFF;
	width: 1000px;
	border-right: 1px ridge #666;
	border-left: 1px ridge #666;
	margin: 0px auto;
}
#header {
	padding: 5px;
}
#mc {
	float: left;
	background-color: #FFF;
	width: 800px;
}
#ma {
	font-size: small;
	line-height: normal;
	width: 790px;
	padding: 5px 5px 5px 10px;
	background-color: #FFF;
}

#main {
	background-color: #999;
	float: left;
	width: 800px;
}
#mainleft {
	width: 395px;
	float: left;
	background-color: #999;
}
#mainright {
	float: right;
	width: 400px;
	padding-top: 1px;
	background-color: #999;
}


#sideber {
	background-color: #FFF;
	width: 190px;
	left: auto;
	margin: 0px;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 120%;
	font-size: x-small;
}
#footer {
	background-color: #333;
	clear: both;
	height: 200px;
	color: #FFF;
	padding: 5px;
	line-height: 110%;
}
#footera {
	float: left;
	width: 200px;
	line-height: 130%;
	height: 190px;
	border-right: thin dotted #666;
	border-left: thin dotted #666;
	font-size: 75%;
	padding-left: 5px;
}
#footerb {
	float: left;
	width: 200px;
	line-height: 110%;
	height: 190px;
	font-size: x-small;
	padding-left: 3px;
}
#footerc {
	float: left;
	width: 190px;
	height: 190px;
	border-right: thin dotted #999;
	border-left: thin dotted #999;
	font-size: x-small;
	line-height: 110%;
	padding-left: 3px;
}
#footerd {
	float: left;
	width: 180px;
	line-height: 110%;
	font-size: x-small;
	padding-left: 3px;
}
#footere {
	float: left;
	width: 180px;
	height: 190px;
	border-right: thin dotted #999;
	border-left: thin dotted #999;
	line-height: 110%;
	font-size: x-small;
	padding-left: 3px;
}





#ending {
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
