body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font: normal 13px "century gothic", Arial, Helvetica, sans-serif;
}

a:link {
	color: #999;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #999;
	}

a:hover {
	text-decoration: underline;
	color: #999;
	}

a:active {
	text-decoration: none;
	color: #999;
	}


/* Header */

#header {
	width: 768px;
	height: 175px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	
}

#header h2{
		float: right;
		margin:0;
		padding:0;
		display: none;
	}
	
#menu{
	font-size:14px;
	font-weight: bold;
	padding-top: 130px;
	
	}
	
#menu li { 
	list-style-type: none;
	float: left; 
	text-align: center;
	padding-right: 50px;
	}

#menu li a {
		margin: 0 0 0 10px; 
		color: #c2c3c5;
	}
	

/* Content */

#content {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #fff;
	
}

#content h3 {
		color: #999;
	}
	
#content h4 {
		color: #999;
	}
	
#link1{
	width: 255px;
	float: left;
	font-size: 12px;
	}	

#link1 li{
		list-style-image: url(images/button.jpg);
	}

#link2{
	width: 255px;
	float: left;
	font-size: 12px;
	}	
	
#link2 li{
		list-style-image: url(images/button-blue.jpg);
	}
	
#link3{
	width: 255px;
	float: left;
	font-size: 12px;
	}	
	
#link3 li{
		list-style-image: url(images/button-orange.jpg);
	}
	
#link4{
	width: 255px;
	float: left;
	font-size: 12px;
	}	
	
#link4 li{
		list-style-image: url(images/button-red4.jpg);
	}
	
	#link5{
	width: 255px;
	float: left;
	font-size: 12px;
	}	
	
#link5 li{
		list-style-image: url(images/button-fucsia.jpg);
	}
	
	#link6{
	width: 255px;
	float: left;
	font-size: 12px;
	}	
	
#link6 li{
		list-style-image: url(images/button-yellow.jpg);
	}

/* Footer */

#footer {
	width: 768px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}