@charset "utf-8";

#sideban {
	float: left;
	width: 150px;
	text-align: left;
	height: 270px;
}
#bottom {
	clear: both;
	margin-top: 40px;
	margin-bottom: 15px;
}


#footer {
	background-color: #E4E1DE;
	clear: both;
	font-size: 13px;
}
#site {
	width: 770px;
	margin: auto;
	background-color: #FFFFFF;
}

div {
	padding: 1px;
	margin: 10px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/bg.gif);
	margin: 0px;
}
#header {
	height: 150px;
	text-align: right;
}
#right {
	font-size: 13px;

}


#content {
	float: left;
	width: 510px;
	text-align: right;
}
#menu {
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#menu img {
	margin-right: 10px;
	margin-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#menu a:hover {
	color: #999999;
}
a {
	color: #24206A;
	text-decoration: none;
}
a:hover {
	color: #61697E;
	text-decoration: underline;
}


h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #252063;
}
#index_box {
	background-color: #D7CAD4;
	padding: 10px;
	float: right;
	width: 290px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#index_box_2 {
	background-color: #D7CAD4;
	clear: right;
	padding: 10px;
	width: 290px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#index_box_3 {
	background-color: #D7CAD4;
	width: 130px;
	float: left;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#index_bottom {
	background-color: #E4E1DE;
	text-align: center;
	padding: 10px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tp {
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#rt {
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#lf {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#bt {
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
	background-position: center;
}
