.Site {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image: url(imgs/background.png);
}
.Logo {
	background-image: url(imgs/logo_banner.png);
	height: 90px;
	width: 950px;
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-top: -1px;
	background-image: url(imgs/body_backgound.png);
}
.Contents {
	width: 950px;
	display:table-cell;
	background-repeat: repeat-y;
}
.Menu {
	width: 110px;
	padding-left: 15px;
	float: left;
	height: 508px;
}
.Text {
	margin-left: 125px;
}
.Text_Item {
	width: 810px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #577CB3;
	display: table-cell;
	margin-bottom: 10px;
	background-color: #484848;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #577CB3;
}
.Text_Item ul {
	margin: 0px 0px 0px 15px;
	padding: 2px;
	list-style-type: square;
}
a {
	color: #4E84A4;
	font-weight: normal;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #E24124;
}
.Sitemap {
	background-color: #484848;
	height: 15px;
	clear: both;
	font-size: 11px;
	padding-left: 125px;
}
.Orange {
	color: #E24124;
}
