body	{
	background: #fff;
	margin: 30px 0 30px 0;
	font-family: "Verdana", "Arial", "Tahoma";
	font-size: 13px;
	color: #333;
	line-height:140%;
	}
	
a, a:link, a:visited {
	color: #5bccd1;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #49999d;
	}

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

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

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

#navigation {
	width:700px;
	text-align:center;
	padding: 10px 0;
}
	
#mainarea {
	width:700px;
	background: url('bg.gif') repeat-y;
	margin: 0;
	text-align:justify;
	}

	#mainarea img {
		margin:3px;
		padding:2px;
		background: #FFF;
		border: solid 1px #EEE;
		}
		
#footer {
	clear:both;
	width:700px;
	text-align:right;
	font-size:10px;
	line-height:normal;
	border-top: 1px solid #ddd;
	}

#navi {
	text-align:center;
	text-transform:uppercase;
}

/* main content */


h1 {
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.5px;
	padding: 5px 0;
	font-size:15px;
	color: #5bccd1;
	text-align:left;
	}

ul {
	list-style-type: square;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
	}
	
.number {
	color: #BBB;
	}

/* Forms */
.form {
	width:95%;
	}

.password {
	width: 45%;
	}

input, textarea, option, select {
	background: #FFF;
	font-family: "Geneva", "Tahoma", "Arial", "Verdana";
	font-size: 11px;
	color:#333;
	border: 0;
	padding:4px;
	border: 1px #888 solid;
	}
	
input:focus, textarea:focus, option:focus, select:focus {
	border: 1px #49999d solid;
	}
	

p.archivelink {
	display:none;
	}

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

p.affiliates {
	text-align:center;
	}

p.affiliates img {
	margin:2px;
	}

#nav a {
	margin:0 15px 0 15px;
	}

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

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

