* {
	margin: 0;
	padding: 0;
	
	}

html {
overflow-x:hidden;
}


body {
	background: #000;
	margin: 20px 0 0 80px;
	padding: 0;
	color: #CCCCCC;
	font-family: Helvetica, Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: inherit;
	letter-spacing: normal;
	line-height: 2em;

}

#site {
	width: 800px;
	margin: auto;
	}

#nav {
	height: 100px;
	display: block;
	}

#boxl1 {
	float: left;
	width: 380px;
	}
	
#boxd {
	float: left;
	width: 500px;
	}

#boxr1 {
	float: right;
	width: 200px;
	}
	
#boxl {
	float: left;
	width: ;
	}

#boxr {
	float: right;



	width: ;
	}

#boxall {
	width: 800x;
	}

#foot {
float: center;
	width: 800px;
	text-align: center;
	background: #000;
	display: block;
	}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #666;
