body	{
	background: #FFF;
	margin: 0;
	font-family:  "Trebuchet MS", "Tahoma", "Verdana";
	font-size: 11px;
	color: #5d5d5d;
	line-height:150%;
	}
	
a, a:link, a:visited {
	color: #888;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 2px solid #999;
	}

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

#layout {  	
	width:634px;
	margin-left: auto; margin-right: auto;				
	margin-top:60px;
	text-align:left;
	}

#header {
	z-index:2;
	width:100%;
 	}

	
#mainarea {
	width:634px;
	text-align:justify;
	margin:10px 0 2px 0;
	float:left;
	}

#navigation {
	width:634px;
	text-align:center;
	margin: 5px 0 0 0;
	}

#footer {
	clear:both;
	width:634px;
	margin: 10px 0 50px 0;
	text-align:center;
	font-size:10px;
	}

#navigation a, #navigation a:link {
	padding: 0 15px 0 15px;
	}

#navigation a:hover {
	border-bottom:0px;
	}

/* main content */

h1 {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", "Tahoma";
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	color:#a3a3a3;
	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: "Georgia", "Times New Roman";
	font-size: 11px;
	color: #BBB;
	border: dotted 1px #222;
	padding:4px;
	}

input:hover, textarea:hover, option:hover, select:hover {
	background: #0B0B0B;
	font-family: "Georgia", "Times New Roman";
	font-size: 11px;
	color: #BBB;
	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:0 10px 0 0;
	font-family:  "Tahoma", "Verdana";
	font-size:11px;
	text-transform:uppercase;
	}

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

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