body {
	background: url(/doom/images/bg.gif);
	background-repeat: repeat-y;
	background-color: #b36525;
	margin-top: 0px;
	padding: 0px;
	font-family: "Georgia", "Courier", serif;
	font-size: 11px;
	color: #1c0c04;
	}
	
	
h2 { 
	font-family: "Georgia", "Courier", serif;
	font-size: 14px;
	color: #1c0c04; 
	text-align: right;
	text-transform: lowercase; 
	letter-spacing: 2px; 
	margin: 0;
	margin-bottom: 0px;
	padding: 0px;
	} 


p, td {
	font-family: "Georgia", "Courier", serif;
	font-size: 11px;
	color: #1c0c04;
	}
	
	
p {
	line-height: 16px;
	margin: 0px 0px 6px 0px;
	}

p#copy {
	font-size: 9px;
	padding-top: 4px;
	border-top: 1px dotted #beced8;
	margin-top: 16px;
	line-height: 14px;
	text-align: center;
	}
	
a {
	font-style: italic;
	color: #1c0c04;
	text-decoration: none;
	font-weight: bold;
	}


blockquote {	  
	background: #ebd8ad;
	color:  #1c0c04;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	font : 8pt "Georgia", "Courier", serif; 
	width: 290px;
} 

div#layout {
	background: url(/doom/images/bg.gif);
	background-repeat: repeat-y;
	margin-left: -8px;
	margin-right: 0px;
	margin-top: 0px;
	width: 700px;
	}
	
#images {
	padding: 0px;
	width: 260px;
	float: left;
	}

	
#menus {
	border: 0px;
	width: 262px;
	float: right;
	}

#nav {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	width: 85px;
}

#content {
	left: 60px;
	top: 318px;
	width: 320px;
	position: absolute; 
	overflow: auto; 
	border: 0px;
}




