@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.bkg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.container {
	width: 1000px;
	height:100%;
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;	
}

.nav {
	float:left;
	width:300px;
	height:100%;
	margin-right: 50px;
	background-image: url(images/contentbkg.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom:10px;

}


.content {
	float:left;
	width:650px;
	height:auto;
	background-image: url(images/contentbkg.png);
	background-repeat: repeat;
	clear: none;
	overflow: visible;
	left: -50px;
}

.push {
	height:100px;
}


.footer {
	margin-top:100px;
	clear:both;
	width:1000px;
	background-image:url(images/contentbkg.png);
	background-repeat:repeat;
	bottom:0px;
	padding-top: 25px;
	padding-left: 50px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}li {
	text-indent: 0px;
	left: 0px;
}
