	body	{
		background: #FFF;
		font-family: "Georgia", "Times New Roman";
		font-size: 14px;
		color: #333;
		line-height:160%;
		margin:15px 0 0 0;
		}
	
	a, a:link, a:visited {
		color: #888;
		text-decoration: none;		}
	
	a:hover {
		color: #AAA;
		text-decoration: underline;
		}
	a.active {
		font-weight:bold;
		color: #333;
		}
	p, li {
		margin:0 0 10px 0;
		padding:0px;
		text-align:justify;
		}
	td {
		}


	#layout {  	
		width: 960px;
		margin: 0 auto;				
		text-align:justify;
		}

	#header {
		z-index:2;
		width:960px;
		text-align:center; 
		}
	
	#title {
		width:230px;
		float:left;
		text-align:left;
	}
	
		
	#content {
		z-index:3;
		width:960px;
		}

	#content img {
		margin: 2px;
		background: #FFF;
		border: solid 1px #EEE;
		padding:2px;
		}
	
	#sidebar {
		width:240px;
		float:left;
		text-transform:lowercase;
		}
	
	#mainarea {
		width:700px;
		float:right;
		}
	#footer {
		width:960px;
		clear:both;
		font-size:10px;
		line-height:110%;
		}
		
	#navigation {
		padding: 0;
		font-weight:normal;
		text-transform:lowercase;
		width:730px;
		float:right;
	}


/* navigation menu */
	ul.menu1, ul.menu2, ul.menu3 {
		width:140px;
		height:140px;
		float:left;
		padding:0 0 0 10px;
		margin:0 10px 10px 0;
		overflow:auto;
		display:inline;
		font-style:italic;
	}

	ul.menu1 {
		padding:0 20px;
		border-right: solid 1px #EEE;
	}

	ul.menu3 {
		padding:0 0 0 20px;
		margin: 0 0 0 15px;
		border-left: solid 1px #EEE;
	}
		
	.menu1 li, .menu2 li, .menu3 li {
		margin:0;
		padding:0;
		height:22px;
		list-style-type:none;
		border-bottom: dotted 1px #DDD;
	}
	
	li.item-one {
		list-style-type:none;
		font-family: "Baskerville", "Georgia";
		font-variant: small-caps;
		border:0;
		font-style:normal;
		}	
		
	li.last-item {
		border:0;
		}	
		
		
	#footer2 {
		text-align:left;
		font-size:10px;
		line-height:110%;
		}

	#sidebar ul{
		list-style-type:none;
		}
/* main content */
h1 {
	display:none;
	}

	h2{
		font-size:26px;
		font-weight:normal;
		color: #999;
		margin: 20px 0 5px 0;
		text-align:left;
		font-style:italic;
		text-transform:lowercase;
		font-family: "Baskerville", "Georgia";
		}

	h3{
		font-size:12px;
		font-weight:bold;
		letter-spacing:2px;
		text-align:left;
		margin: 5px 0;
		color: #333;
		text-transform:uppercase;
		font-family: "Baskerville", "Georgia";
		}		

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

/* images */

	p.affiliates img , p.icons img, .codes img {
		text-align:center;
		margin:2px;
		 }


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

	.form {
		width:90%; }

	.password {
		width: 40%;	}

	input, textarea, option, select {
		font-family: "Georgia", "Times New Roman";
		font-size: 14px;
		color: #333;
		background: #EEE;
		border: solid 1px #888;
		padding:4px;
		}

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

/* other */
	p.archivelink, p.filed {
		display:none;
		}

	p.entry {
		padding:0px;
		margin:0px;
		}

	div#left {
		float:left;
		width:62%;
		text-align:left;
		}

	div#right {
		float:right;
		width:37%;
		text-align:right;
		}
		
	div#clear {
		clear:both;
		}
		
	#right h2{
		text-align:right;
		}

