@charset "UTF-8";
html,body  {
	font: "Times New Roman", Times, serif;
	background: #230b3f;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fffddf;
	line-height: 120%;
	font-weight: 300;
}
a {
	color: #fffddf;
}
.nakedearth #container { 
	position: relative;
	margin: 0 auto; 
	width: 1000px; 
	background: #3f2d57; 
	text-align: left; 
} 
.nakedearth #header { 
	height: 389px; 
	padding: 0 0px 0 0px;
	background: url(images/header-bg.png);
} 
.nakedearth #homeheader { 
	height: 389px; 
	padding: 0 0px 0 0px;
	background: url(images/entryheader-bg.png);
} 
.nakedearth #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.nakedearth #sidebar1 {
	position: absolute;
	top: 445px;
	left: 160px;
	width: 181px;
	padding: 10px 10px 10px 8px;
}
.nakedearth #sidebar2 {
	position: absolute;
	top: 473px;
	right: 150px;
	width: 215px;
	padding: 0px 0px 0px 0px;
}
.nakedearth #sidebar3 {
	position: absolute;
	top: 670px;
	left: 160px;
	width: 181px;
	padding: 10px 10px 10px 10px;
	height: 310px;
}
.nakedearth #mainContent { 
	margin: 0 367px; 
	padding: 10px 10px 10px 10px;
	line-height: 120%;
}
.nakedearth #footer {
	padding: 0 235px;
	background: #202a5f;
	border-top: solid 7px #303d6e;
} 
.nakedearth #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
