html, body{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	text-align: left;
	height:100%;
} 
 
#pagewidth{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
} 
 
#header{
	position:relative;
	height:200px;
	z-index: 0;
} 
 
#maincol{
	float: none;
	display:inline;
	position: relative;
	height: 495px;
	width: 745px;
 }
 
#footer{
 height:45px; 
  background-color:#000000; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	background-color: #333333;
	font-size: 11px;
	text-align: left;
	height:100%;
	padding-left: 2em;
	text-align: left;
	padding-right: 2em;
	background-image: url(bg.jpg);
	background-attachment: fixed;
}
p {
	padding-right: 300px;
	padding-left: 15px;
}
 
p, td {
	text-align: left;

}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
}


a:link, a:visited {
	color: #666666;
}
.copyright a:link, a:visited {
	color: #999999;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.floatLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}.white {
	color: #CCCCCC;
}
.padding{
	padding-left: 2em;
}
ul {
	margin-left: 0px;
	padding-right: 300px;
	padding-left: 30px;
	text-indent: 0px;
}
