body	{
	background: #000;
	margin: 50px 0 50px 0;
	font-family: "Georgia", "times new roman";
	font-size: 12px;
	color: #FFF;
	line-height:160%;
	}
	
a, a:link, a:visited {
	color: #383838;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #4b4b4b;
	}

p {
	margin:0;
	padding:0 0 10px 0;
	}

#layout {  	
	width: 491px;
	margin-left: auto; margin-right: auto;				
	text-align:left;
	}

#header {
	z-index:2;
	width:491px;
	text-align:center;
 	}

	
#mainarea {
	width:417px;
	padding:0px 26px 2px 22px;
	text-align:justify;
	}

#footer {
	clear:both;
	width:491px;
	text-align:center;
	font-size:10px;
	line-height:normal;
	}



/* main content */

h1 {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color: #383838;
	text-align:left;
	letter-spacing:1px;
	}

ul {
	list-style-type: square;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
	}
	

/* Forms */
.form {
	width:95%;
	}

.password {
	width: 45%;
	}

input, textarea, option, select {
	background: #000;
	font-family: "Tahoma", "Arial", "Verdana";
	font-size: 12px;
	color: #fff;
	border: 0;
	padding:4px;
	border: 1px #030303 dotted;
	}
	
input:focus, textarea:focus, option:focus, select:focus {
	border: 1px #383838 solid;
	}
	

p.archivelink {
	display:none;
	}

p.filed, p.entry {
	padding:0;
	}

p.affiliates {
	text-align:center;
	}

p.affiliates img {
	margin:2px;
	}

#nav a {
	margin:0 15px 0 15px;
	}

#nav a:hover {
	border:0px;
	background:none;
	}

div#left {
	float:left;
	width:64%;
	text-align:left;
	}
	
div#right {
	float:right;
	width:34%;
	text-align:right;
	}

div#clear {
	clear:both;
	}
	
#right h1{
	text-align:right;
	}
