body {
	margin-top:20px;
	background-color: #000;
}


.menu{
	text-align: left;
	height: 30px;
}

.menu img{
	border:0px;
}

.menu a{
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
}

.menu a:hover{
	border-bottom: 1px solid #a1a1a1; 
}

#container {
	width: 1024px;
	height:600px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align:center;
} 

#content{ 
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	line-height:25px;
	font-size: 80.5%; /* Resets 1em to 10px */
	margin-left:255px;
	text-align:justify;
	color:#a59e9e;
	width:540px;
}

#content a{ 
	border:0px;
	color:#a59e9e;
}
#content img{ 
	border:0px;
}

#content ul{ 
	margin-top:4px;
	list-style: square;
	text-align:left;
}

.box {
	border-left:10px solid #c2c1bf;
	border-right:10px solid #c2c1bf;
	border-top:1px solid #c2c1bf;
	border-bottom:1px solid #c2c1bf;
	background-color: #fbfbf8;
	padding:20px;
	text-align:center;
}

.bordercontent {
	margin-top:50px;
	height:400px;
}

h1 {
	text-transform:uppercase;
	font-family:  Arial, Verdana, Sans-Serif;
	font-size:17px;
	line-height:30px;
    margin-top:0px;
	color:#aca7a7;
}

#logo {
	float:left;
}
#footer {
	width:1024px;
	text-align:right;
}
