body	{
	background: #000 url('bg.gif') repeat-x center top;
	margin: 0;
	font-family: "Verdana", "Arial", "Tahoma";
	font-size: 11px;
	color: #9C9C9C;
	line-height:150%;
	}
	
a, a:link, a:visited {
	color: #444;
	text-decoration: none;
	}
	
a:hover {
	color: #EEE;
	text-decoration: none;
	border-bottom:dotted 2px #333;
	}

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

#layout {  	
	width: 500px;
	margin-left: auto; margin-right: auto;				
	text-align:left;
	background: #0B0B0B;
	}

#header {
	z-index:2;
	width:500px;
 	}

		
#mainarea {
	width:460px;
	padding:20px;
	text-align:justify;
	background: url('bg.jpg') no-repeat center bottom;
	}

#footer {
	clear:both;
	}



/* main content */

h1 {
	margin:0px;
	padding:0 0 0 7px;
	font-family: "Arial", "Tahoma";
	font-size:11px;
	font-weight:bold;
	text-transform:lowercase;
	color: #333;
	text-align:left;
	letter-spacing:1px;
	}
	
h2 {
	margin:0px;
	padding:0 0 0 7px;
	font-family: "Arial", "Tahoma";
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	text-transform:lowercase;
	color: #333;
	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: #0B0B0B;
	font-family:"Verdana", "Arial", "Tahoma";
	font-size: 11px;
	color: #9C9C9C;
	border: solid 1px #222;
	padding:4px;
	}

p.archivelink {
	display:none;
	}

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

p.affiliates {
	text-align:center;
	}

p.affiliates img {
	margin:2px;
	}

#nav a {
	padding:5px;
	text-transform:uppercase;
	font-size:10px;
	}

#nav a:hover {
	padding:5px;
	text-transform: uppercase;
	border:0px;
	}

blockquote {
	border-left: solid 2px #333;
	padding-left:5px;
	}

	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;
		}
	
