html
{
	height: 100%;
}

body {
	background-color: #1A1A1A;
	text-align: center;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* MAIN LAYERS */
#container {
	background-color: #000000;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
	background-color: #000000;
	text-align: left;
	width: 800px;
	padding-left: 174px;
	padding-top: 30px;
	float: left;
	line-height: 30px;
	font-size: 11px;
	color: #CCCCCC;
}
#header {
	text-align: left;
	width: 974px;
}
#logo img {
	margin-left: 53px;
}
#bg {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	background-color: #FFFFFF;
}
#tracks {
	margin-left: 174px;
}

#buttonsmain {
	margin-left: 174px;
	position: relative;
	background-color: #000000;
	height: 41px;
}
#buttonsmain img {
	margin-right: 8px;
	vertical-align: top;
	float: left;
}
#mainwindow {
	text-align: left;
	background-color: #000000;
	height: auto;
	float: left;
	width: 974px;
}
#content {
	background-color: #000000;
	margin-top: 0px;
	width: 974px;
}


#leftmenu {
	width: 117px;
	margin-left: 57px;
}
#leftmenu img {
	padding-bottom: 2px;
}


#maintexthome {
	margin-left: 0px;
	width: 648px;
	border: 1px solid #9fd54e;
	background-color: #333333;
	height: 350px;
	float: left;
	min-height:395px;
}
#linksmenu {
	margin-left: 20px;
	width: 130px;
	height: 200px;
	float: left;
}

#photo {
	height: 210px;
	width: 974px;
}

#clear {
	clear: both;
}

.bg {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
}
#advbox {
	float: left;
	width: 174px;
}

/* LINK STYLES */
a:link,a:visited,a:active {
	border:none;
	color: #CCCCCC;
	text-decoration: underline;
	}

a:hover {
	color:#91ce55;
	text-decoration: underline;
}

.identra {
	font-size: 11px;
	color: #CCCCCC;
}

a.identra:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.identra:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a.identra:hover {
	color: #AC2076;
	text-decoration: underline;
}	


#thb img {
	padding:2px;
}
.subtitle {padding: 7px 0 0 50px; font-size:25px; color: #70c027; font-style:italic; line-height:27px;}