@charset "utf-8";
/* CSS Document */

body {
	margin:0px; background-image: url('images/BG_Master.jpg');
	background-repeat: repeat-x;
	background-color: #171717
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #008be3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008be3;
}
a:hover {
	text-decoration: none;
	color: #4bb9ff;
}
a:active {
	text-decoration: none;
	color: #008be3;
}

.Header {
	text-align: center;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.Navigation {
	clear: both;
	height: 37px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.Footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
	color: #5B5B5B;
}
.MASTER_LatestNews {
	float: left;
	height: auto;
	width: 494px;
	padding-left: 24px;
	padding-bottom: 24px;
}
.MASTER_SideBody {
	background-image: url('images/BG_SideBody.jpg');
	background-repeat: repeat-x;
	height: auto;
	padding-top: 35px;
	width: 170px;
	padding-right: 15px;
	padding-left: 15px
}

.MASTER_Body {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/BG_Body.jpg');
	background-repeat: repeat-x;
	background-color: #171717;
	clear: both
}

.Latest_News_Title {
	font-size: 16px;
	font-weight: bold;
	color: #02aee6;
}
.Posted_By {
	font-size: 9px;
	color: #666666;
}
.Line_Color {
	color: #202020;
}
.Page_Titles {
	font-size: 20px;
	font-weight: bold;
	color: #02aee6;
}

#wrapper {height: 200px; position:relative;}
#bottomDweller {position: absolute; bottom:0;}