body {
	color: #999;
	background: url(../images/back.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#divMenu {
	background-color: #eae9e9;
	width: 770px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
}
#divMenu UL {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#divMenu li {
	display: inline;
	padding-left: 35px;
	margin: 0px;
	padding-top: 0px;
}
#divMenu a {
	text-decoration: none;
	color: #999;
}
#divMenu a:hover {
	color: #666;
}
#divMenu a:active {
	color: red;
}
#divIndex {
	background-color: #FFF;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	height: 386px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: right;
}

#divIndex a {
	color: #999;
}
#divIndex a:hover {
	color: #666;
}
#divIndex a:active {
	color: blue;
}
.logostor {
	float: right;
}
#divFooter {
	padding: 0px;
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divFooter a {
	text-decoration: none;
	color: #BBB;
}

