	body	{
		background: #000;
		text-align: center;
		font-family: "Arial", "Tahoma", "Verdana";
		font-size: 12px;
		color: #fff;
		line-height:160%;
		margin:0;
		}
	
	a, a:link, a:visited {
		color: #484848;
		text-decoration: none;		}
	
	a:hover {
		color: #636363;
		text-decoration: none;
		border-bottom: solid 1px #222;
		}

	p, li {
		margin:0 0 10px 0;
		padding:0px;
		text-align:justify;
		}
	td {
		}


	#layout {  	
		width: 600px;
		margin-left: auto; margin-right: auto;				
		text-align:left;
		background: #090909;
		}

	#header {
		z-index:2;
		width:600px;
		}
		
	#mainarea {
		z-index:3;
		width:560px;
		padding:20px;
		}

	#footer {
		width:560px;
		padding:20px;
		text-align:center;
		clear:both;
		font-size:10px;
		line-height:110%;
		background: #050505;
		}


/* main content */

	h1 {
		margin:0px;
		padding:0px;
		font-family: "Georgia", "Times New Roman";
		font-size:13px;
		font-weight:normal;
		color: #232323;
		text-transform:lowercase;
		text-align:left;
		font-style:italic;
		}

	h2 {
		margin:0px;
		padding:0px;
		font-family: "Georgia", "Times New Roman";
		font-size:11px;
		font-weight:normal;
		color: #232323;
		text-align:left;
		text-transform:uppercase;
		}
		
	ul {
		list-style-type: square;
		padding:0px;
		margin-left:20px;
		margin-top:0px;
		}
li {
	padding:0;
	margin:0;
}

/* images */

	p.affiliates img , p.icons img, .codes img {
		text-align:center;
		margin:2px;
		 }


/* Forms */
	.commentform {
		width:98%; }

	.form {
		width:98%; }

	.password {
		width: 45%;	}

	input, textarea, option, select {
		font-family: "Tahoma", "Verdana";
		font-size: 11px;
		color: #FFF;
		background: #121212;
		border: dotted 1px #333;
		padding:4px;
		}

	input:focus, textarea:focus, option:focus, select:focus {
		border: solid 1px #333;
		}

/* other */
	p.archivelink, p.filed {
		display:none;
		}

	p.entry {
		padding:0px;
		margin:0px;
		}

	div#left {
		float:left;
		width:62%;
		text-align:left;
		}

	div#right {
		float:right;
		width:37%;
		text-align:right;
		}
		
	div#clear {
		clear:both;
		}
		
	#right h1{
		text-align:right;
		}

#quote {
	width:540px;
	padding:10px;
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #333;
	background:#121212;
}

.gallerybox:hover {
	background: #171717;
	border:0;
}

.gallerybox a:hover {
	border:0;
}