	body	{
		background: #001502;
		text-align: center;
		margin: 0;
		font-family: "Georgia", "Times New Roman", "Verdana";
		font-size: 14px;
		color: #555;
		line-height:160%;
		}
	
	a, a:link, a:visited {
		color: #006000;
		text-decoration: none;
		}
	
	a:hover {
		color: #04BC0E;
		text-decoration: none;
		}

	p, li {
		margin:0 0 10px 0;
		padding:0px;
		text-align:justify;
		}
	td {
		}


	#layout {  	
		width: 650px;
		margin-left: auto; margin-right: auto;				
		text-align:left;
		background: #000;
		}

	#header {
		z-index:2;
		padding:0px;
		}

	#navigate {
		float:right;
		width:100px;
		text-align:right;
		line-height:normal;
		padding: 20px 20px 20px 0;
		}
		
	#mainarea {
		z-index:3;
		width:490px;
		float:left;
		padding: 20px;
		}

	#footer {
		width:650px;
		margin: 0;
		padding-top:10px;
		text-align:center;
		clear:both;
		font-size:10px;
		line-height:110%;
		}



/* navigate */

	#navigate a {
		display:block;
		padding: 1px 4px 1px 4px;
		text-transform:lowercase;
		width:92px;
		border-bottom: 0px;
		}
	#navigate h1 {
		margin:0px;
		padding:0 4px 0 0;
		font-family: "Georgia", "Times New Roman";
		font-size:12px;
		font-weight:bold;
		color: #323232;
		text-transform:lowercase;
		text-align:right;
		letter-spacing:1px;
		font-style:italic;
		}

/* main content */

	h1 {
		font-style:italic;
		margin:0px;
		padding:0px;
		font-family: "Georgia", "Times New Roman";
		font-size:12px;
		font-weight:bold;
		color: #323232;
		text-transform:lowercase;
		text-align:left;
		letter-spacing:1px;
		}

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

/* images */

	p.affiliates, p.icons, .codes {
		text-align:left; }


/* Forms */
	.commentform {
		width:98%; }

	.form {
		width:98%; }

	.password {
		width: 45%;	}

	input, textarea, option, select {
		font-family: "Georgia", "Times New Roman";
		font-size: 11px;
		color: #797874;
		border: dotted 1px #5F5E59;
		padding:4px;
		background: #191B1A;
		}

	input:focus, textarea:focus, option:focus, select:focus {
		border: solid 1px #5F5E59;
		}



p.archivelink, p.filed {
	display:none;
	}

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

