*
	{
	margin:0px;
	padding:0px;
	border:none;
	}

a
	{
	font-family: "Arial", "helvetica", "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-weight:300;
	color:#ffffff;
	text-decoration:none;
	}
a:hover
	{
	color:#252525;
	}
	
body
	{
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	}
	
h1	
	{
	font-family: Arial, helvetica, Microsoft Sans Serif, sans-serif;
	font-size: 12px;
	font-weight:300;
	color:#999999;
	line-height:20px;
	display:inline;
	}
	
h2
	{
	font-family: "Arial", "helvetica", "Microsoft Sans Serif", sans-serif;
	text-align: left;
	list-style-type:none;
	margin-bottom:10px;
	font-size: 16px;
	font-weight:200;
	color:#999999;
	letter-spacing:1px;
	}
	
#wrapper
	{
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	width:1030px; 
	padding-right:15px;
	padding-left:15px;
	height:800px;
	}
	
/* ---------------- LEFT SECTION ------------------ */ 
	
#left
	{
	float: left;
	width:200px; 
	height:800px;
	}

/* -------------- RIGHT SECTION ------------- */

#right
	{
	float: left;
	width:800px; 
	height:800px;
	margin-left:10px;
	padding-left:10px;
	}
	
	
	
	

