@charset "UTF-8";
#frame{
	height: 100%;
	width: 820px;
	margin: auto;
	background-image: url(images/bg_frame.png);
	background-repeat: repeat-y;
}
#header {
	height: 250px;
	width: 780px;
	margin: auto;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
}
#img_1 {
	float: left;
	height: 82px;
	width: 245px;
	padding-top: 165px;
	padding-left: 20px;
	padding-right: 10px;
}
#logo {
	margin: auto;
	height: 170px;
	width: 225px;
	padding-top: 30px;
	float: left;
	padding-left: 10px;
}
.bodyWrap {
	height: auto;
	width: 780px;
	margin: auto;
}
#banner {
	height: 300px;
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9D0000;
	border-bottom-color: #9D0000;
}
.topWrap {
	height: 350px;
	width: 780px;
	margin: auto;
}
#footer {
	height: 60px;
	width: 800px;
	padding-left: 20px;
	margin: auto;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	color: #CCC;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #000;
}
#nav_bar {
	margin: auto;
	height: 40px;
	width: 780px;
	background-image: url(images/bg_nav.png);
	background-repeat: repeat-x;
}
.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}
.content {
	float: left;
	height: 300px;
	width: 349px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCC;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: .8pt;
}
#right {
	width: 400px;
	padding-right: 20px;
	padding-left: 0px;
}
#bottom{
	height: 300px;
}
#news{
	height: 250px;
	width: 250px;
	background-image: url(images/news_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.titleSmall {
	float: left;
	height: auto;
	width: 230px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
}
#pic {
	float: left;
	height: auto;
	width: 230px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
}
#header_right {
	float: right;
	height: auto;
	width: 175px;
	padding-top: 200px;
	padding-left: 75px;
}
#footer_right {
	float: right;
	height: 50px;
	width: 300px;
}
#leftFooter {
	float: left;
	height: 30px;
	width: 300px;
	padding-top: 20px;
}
