@charset "utf-8";
body {
	margin: 0px;
	background: #990000 url(images/bg.gif) repeat-y center center;
}
.header {
	height: 200px;
	width: 100%;
}
.logo {
	height: 200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo_img {
	float: left;
	height: 200px;
	width: 500px;
	margin-left: 4px;
	display: inline;
}
.main_menu {
	float: right;
	height: 25px;
	width: 300px;
	margin-top: 20px;
	margin-right: 5px;
}
.main_menu_links:link, .main_menu_links:visited, .main_menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.left_menu_links:link, .left_menu_links:visited, .left_menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.menu_ul {
	margin-top: 2px;
}
.menu_li {
	float: left;
	width: 33%;
	list-style-type: none;
	text-align: right;
}
.main_container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.h1_tag {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.h2_tag {
	height: 25px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ca1915;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 2px;
}


.live_top_feed {
	float: left;
	height: 186px;
	width: 204px;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}
.intro_text {
	float: right;
	width: 640px;
	margin-top: 20px;
	margin-right: 20px;
}
.text_align {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.second_cont {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.left_menu {
	display: inline;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
}
.rightside {
	float: right;
	width: 640px;
	margin-top: 10px;
	margin-right: 20px;
}
.cutenews {
	float: left;
	width: 420px;
	margin-left: 20px;
	display: inline;
}
.iframe_sidebar {
	float: right;
	width: 200px;
	text-align: center;
}

.footer_cont {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footer_text {
	text-align: center;
	padding-top: 2px;
}


ul {
	margin-top: 12px;
	}
li {
	list-style-type: none;
	line-height: 30px;
	}
a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}
