	body	{
		background: #26272C;
		text-align: center;
		margin: 20px;
		font-family: "Trebuchet MS", "Arial", "Verdana";
		font-size: 11px;
		color: #a0b0c1;
		line-height:160%;
		}
	
	a, a:link, a:visited {
		color: #596777;
		text-decoration: none;
		}
	
	a:hover {
		color: #7c98b5;
		text-decoration: none;
		}

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


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

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

	#navigate {
		float:left;
		width:100px;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:10px;
		text-align:center;
		}
		
	#mainarea {
		z-index:3;
		width:435px;
		float:right;
		padding-top:10px;
		padding-right:10px;
		padding-bottom:10px;
		}

	#footer {
		width:540px;
		padding-bottom:10px;
		padding-top:10px;
		text-align:center;
		clear:both;
		}



/* navigate */

	#navigate ul {
		list-style-type: square;
		margin-left:15px;
		padding:0px;
		}
	
	#navigate li {
		font-family: "Arial", "Verdana", "Tahoma";
		font-size:11px;
		line-height:normal;
		font-weight:bold;
		text-transform:lowercase;
		margin:0;
		padding:0;
		}
	#footer ul {
		list-style-type: none;
		margin:0px;
		}
	#footer li {
		padding-left:5px;
		padding-right:5px;
		display:inline;
		font-family: "Arial", "Verdana", "Tahoma";
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		}

/* main content */

	h1 {
		margin:0px;
		padding:0px;
		font-family: "Arial", "Verdana", "Tahoma";
		font-size:12px;
		font-weight:bold;
		color: #596777;
		text-transform:uppercase;
		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: "Trebuchet MS", "Arial", "Verdana", "Tahoma";
		font-size: 11px;
		color:#a0b0c1;
		background:#26272C;
		border: 0px;
		padding:4px;
		border-bottom: solid 1px #37383F;
		}

	input:focus, textarea:focus, option:focus, select:focus {
		background: #37383F;
		border-bottom: solid 1px #40424F;}



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

