* {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

A:link {
	text-decoration: none;
	color: #A0978E;
}
A:visited {
	text-decoration: none;
	color: #A0978E;
}
A:active {
	text-decoration: none;
	color: #A0978E;
}
A:hover {
	text-decoration: underline;
	color: #A0978E;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 700px;
}

#content {
	float: left;
	color: #A0978E;
	background: #000000;
	height: 620px;
	width: 400px;
	display: inline;
}

#header {
	color: #333;
	width: 755px;
	float: left;
	height: 5px;
	background: #000000;
}

#footer {
	width: 755px;
	height: 25px;
	clear: both;
	color: #333;
	background: #000000;
}

#navigation {
	float: left;
	width: 755px;
	height: 25px;
	color: #333;
	background: #000000;
}

#leftcolumn {
	color: #898579;
	height: 620px;
	width: 200px;
	float: left;
	background-color: #000000;
}
