	body	{
		background: #0c0e11 url(bg.jpg) fixed;
		font-family: "Baskerville", "Georgia", "Times New Roman";
		font-size: 15px;
		color: #FFF;
		line-height:160%;
		text-align:left;
		margin: 0;
		padding:0
		}
	
	a, a:link, a:visited {
		color: #4e617f;
		text-decoration: none;
		}
	
	a:hover {
		color: #333b49;
		}

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


	#layout {  	
		width: 960px;
		margin: 0;		
		}

	#header {
		z-index:2;
		width:360px;
		height:100%;
		margin:0;
		padding:0;
		position:fixed;
		left:0;
		top:0;
		background: #0c0e11 url('castles/rotate.php') no-repeat; 
		}
		
	#content {
		z-index:3;
		width:520px;
		text-align:justify;
		margin: 60px 0 0 400px;
		padding: 20px;
		background: url(divbg.png);
		}

	#footer {
		width:500px;
		clear:both;
		margin: 0 0 0 420px;
		font-size:10px;
		line-height:110%;
		}
		
	#navigation {
		width:600px;
		padding: 0;
		font-size:18px;
		font-weight:normal;
		text-transform:lowercase;
		position:fixed;
		top: 0px;
		left:360px;
		z-index:999;
		background: url('nav-bg.png');
		height:80px;
		
	}


/* navigation menu */
ul.menu {
padding:8px 0;
margin:0 40px;
height:21px;
text-align:center;
list-style-type:none;
}

.menu li {
padding:0;
display:inline;
}

.menu li a {
padding:4px 5px 13px 5px;
margin: 1px 0;
text-decoration:none;
}

.menu li a:hover {
text-decoration:none;
background: url(link.png) center bottom no-repeat;
}
	#footer2 {
		text-align:left;
		font-size:10px;
		line-height:110%;
		}


/* main content */
h1 {
	display:none;
	}

	h2{
		margin:10px 0 0 0px;
		padding:0px;
		font-size:36px;
		font-weight:normal;
		font-style:italic;
		color: #333b49;
		text-align:left;
		text-transform:lowercase;		}

	h3{
		margin:5px 0 0 0px;
		padding:0px;
		font-size:26px;
		font-weight:normal;
		font-style:italic;
		color: #4e617f;
		text-align:left;
		text-transform:lowercase;		}
		
	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: "Baskerville", "Georgia", "Times New Roman";
		font-size: 15px;
		color: #555;
		background: none;
		border: solid 1px #333b49;
		padding:4px;
		}

	input:focus, textarea:focus, option:focus, select:focus {
		background: #0d0e10;
		color: #FFF;
		}

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

