body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #1F1F1F;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 180px;
}
#logo {
	height: 100px;
}
#navigation {
	height: 40px;
	width: 950px;
	background-image: url(../images/menuBckg.png);
	background-repeat: repeat-x;
}
#logo table tr td h3 {
	font-size: 12px;
	line-height: 1.3em;
}

#navigation ul {
	margin: 0;
	padding: 0;
	position: absolute;
	float: left;
	width: 950px;
	list-style: none;
}
#navigation ul li {
	float: left;
}
#navigation ul a {
	font-size: 12px;
	line-height: 40px;
	float: left;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	padding-top: 0;
	padding-right: 1.3em;
	padding-bottom: 0;
	padding-left: 1.3em;
	text-align: center;
	font-weight: bold;
}
#wrapper {
	background-image: url(../images/contentBckg.png);
	background-repeat: repeat-y;
	width: 950px;
	overflow: hidden;
}
#wrapper #mainContent h3 {
	font-size: 16px;
	font-style: normal;
	color: #0C9;
}


#mainContent {
	width: 570px;
	float: left;
	padding: 10px;
	line-height: 1.5em;
}

#clear {
	clear: both;
}

#sidebar {
	float: right;
	width: 300px;
	color: #FFF;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 10px;
}

#footer {
	width: 900px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer table tr th a {
	font-size: 12px;
	line-height: 1.7em;
}
a:link {
	color: #CC3;
	text-decoration: none;
}

a:visited {
	color: #CC3;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
#container #wrapper #mainContent h5 {
	font-size: 9px;
}
h2 {
	padding-bottom: 30px;
}
