@charset "utf-8";
/* CSS Document */
@import url("header.css");
@import url("left.css");
@import url("right.css");
@import url("footer.css");

html, body, div, span, h1, h2, h3, h4, h5, h6, p,a, dl, dt, dd, ol, ul, li, a, img
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 12px;
	font-family:"Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
	text-decoration:none;
}

body {
	background:#000000;
	}

#container {
	margin:0 auto;
	width:723px;
	}
.clear-both {
	clear:both;
	}
p {
	color:#666666;
	width:530px;
	text-align:justify;
	margin:0px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}