body	{
	background: #fff url(bgmain.gif) repeat-x;
	margin: 0;
	font-family:  "Georgia", "Times New Roman", "Tahoma", "Verdana";
	font-size: 12px;
	color: #7E7E7E;
	line-height:160%;
	}
	
a, a:link, a:visited {
	color: #d62172;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #e3a72b;
	border-bottom: solid 2px #DDD;
	}

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

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

#header {
	z-index:2;
	width:650px;
	text-align:center;
	background: url(top.gif) no-repeat;
	height:31px;
	text-align:right;
	padding: 30px 0 0 0;
 	}

	
#mainarea {
	width:594px;
	padding:28px;
	text-align:justify;
	background:#FFF;
	}

#footer {
	clear:both;
	width:600px;
	text-align:center;
	font-size:10px;
	line-height:normal;
	background: #FFF;
	padding:25px;
	}



/* main content */

h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	text-transform:lowercase;
	color: #e3a72b;
	font-style:italic;
	text-align:left;
	font-size:11px;
	letter-spacing:1px;
	border-bottom: dotted 1px #CCC;
	}

ul {
	list-style-type: square;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
	}
	
p.date {
	background: url('public/clock.gif') no-repeat left center;
	padding: 0 0 0 13px;
	color: #CCC;
	text-transform:uppercase;
	font-family: Tahoma, Verdana, Arial;
	font-size:9px;
	}

p.update {
	padding:0 0 5px 5px;
	margin-left:13px;
	border-left: dotted 1px #EEE;
	}

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

.password {
	width: 45%;
	}

input, textarea, option, select {
	background: #EEE;
	font-family: "Georgia", "Times New Roman";
	font-size: 12px;
	color: #7e7e7e;
	border: 0;
	padding:4px;
	}

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;
	color: #e3a72b;
	font-style:italic;
	}

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