@charset "utf-8";
body {
	background-color: #CCC;
	background-image:url(../images/background2.png);
	background-repeat:repeat;
	background-attachment:scroll;
}
#Content_Nav {
	width:760px!important;
	margin-left:auto;
	margin-right:auto;
	min-height: 852px;
}
#header {
	height: 95px;
	width: 760px;
	margin-top: -9px;
	background-color:transparent!important;
	margin-left: auto;
	margin-right: auto;
}
#NavBar {
	background-color:transparent!important;
	float:left;
	width:159px!important;
}
#NavBar_top {
	background-image:url(../images/nav_top.png);
	background-repeat:no-repeat;
	width:159px;
	background-color:transparent!important;
}
#NavBar_middle {
	height: 852px;
	background-color:transparent!important;
	background-image:url(../images/nav_middle.png);
	background-repeat:repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width:157px;
	padding-left:2px;
	}
#NavBar_bottom {
	background-repeat:no-repeat;
	background-image:url(../images/nav_bottom.png);
	width:159px;
	background-color:transparent!important;
	height:17px!important;
}
#content {
	float:right;
	width:600px!important;
	height: auto;
	display: relative;
}
#content_top {
	background-image:url(../images/content_top.png);
	background-repeat:repeat-y;
	width:600px;
	background-color:transparent!important;
	height:26px!important;
}
#Content_middle {
	width:600px!important;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/content_middle.png);
	background-repeat:repeat;
	min-height:850px;
	height:auto;
}
#content_bottom {
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	width:600px;
	height:77px!important;
	background-color:transparent!important;
}
#footer {
	height: 77px;
	width: 760px;
	text-align:center;
	background-image:url(../images/footer.png)
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	margin-left: auto;
	margin-right: auto;
}
a:link {
	color: #8E1617;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	color:#8E1617;
	text-decoration: underline;
}
a:visited {
	color:#8E1617;
}
