body {
	margin: 0px;
	padding: 0px;
	background: #000;
}

#logo {
	width: auto;
	background: url(../img/headerthin.jpg);
	height: 49px;
}

#logo-text {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 10px;
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
}

#wrapper {
	margin-top: 20px;
	color: #fff;
}

#content {
	padding-left: 20px;
}

#content h1 {
	color: #e7c995;
	font-size: 18px;
}

#content .content_title {
	font-size: 14px;
}

#content a {
	color: #fff;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
}

#content label {
	font-size: 12px;
	font-weight: normal;
}

#content input[type=text] {
	height: 12px;
	font-size: 10px; 
}

#content textarea {
	font-size: 12px;
}

#content input[type=submit] {
	background-color: #fff;
	font-size: 12px;
}

#sitemap{
	width:500px;
}
#sitemap h3{
	color:#c6c6c6;
	font-size:14px;
}

#sitemap #gallery{
	float:left;
	width:250px;
}
#sitemap #site {
	float:right;
	width:250px;
}
#sitemap #heading {
	color:#f2f2f2;
}
#sitemap .linkCat{
	padding-left:10px;
	padding-bottom:18px;
}

#sitemap .link {
	padding-left:10px;	
}
#sitemap .link a{
	text-decoration:none;
}