/* CSS Document - Basic CSS for Basic Template */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin:0;
	padding:0;
	border:0;
}
body {	
	background-color: #000000
}
#content {
	height: auto;
	width: 740px;
	left: 10px;
	top: 225px;
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#pagetitle {
	position:absolute;
	top:17px;
	left:446px;
	width:242px;
	height:auto;
	z-index:24;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
#lfooter {
	height: 75px;
	width: 740px;
	margin: 0px;
	padding: 10px 0px 0px;
	clear: both;
	position: relative;
	top: 10px;
	background-color: #000000;
}
