@charset "iso-8859-1";
/* this stylesheet is for all pages of ramblermagazine.com*/


body {
	background-color: #999999;
	text-align: center;
}
p {  color: #000000; font-size: 14px; font-family: arial; font-weight: 600; text-indent:20px;}

img {
	border: none;
}


#topbar {
	text-align: center;
	width: 800px;
	position: relative;
	height: 363;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url("http://skullknight.net/encyclopedia/images/navbg.gif");
	padding-right: 0px;
	padding-left: 0px;
	width: 796px;
	text-align: center;
	margin-top: 0px;
border-top: 2px solid #000000; border-bottom: 2px solid #000000; border-right: 2px solid #000000; border-left: 2px solid #000000;
	
}
#nav ul {
	list-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0px;
}
#nav li {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	display: inline;
	letter-spacing: 1px;
}
#nav a:link, #nav a:visited {
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 12px;
	padding: 0px;
}
#nav a:hover {
	color: #FF6;
		font-size: 12px;
	font-weight: 800;
}
#nav .current a:link, #nav .current a:visited {
	color: #FFFF00;
	text-decoration: none;
}
#content {

	padding: 3px;
	background: white;
	margin-top: 0px;
	margin-bottom: 20px;

	text-align: center;
	border-top: 2px solid #000000; border-bottom: 2px solid #000000; border-right: 2px solid #000000; border-left: 2px solid #000000;

}
#content H1	{  
	color: #000000; 
	line-height: 35px;
	width: 788;
	height: 35px;
	vertical-align: middle;
	background-image: url(../images/itembg.gif);
	text-align: left; font-size: 22px; font-weight: 900; font-family: verdana; text-decoration: none; 
	position: relative;
}

#content H3 {  
	color: #747474; 
	font-size: 14px; 
	font-weight: 900;
	text-align: center;
	font-family: verdana; 
	text-decoration: none;
	margin-top: 5px;
}
#content H4 { 
	background: #F6F2DB; 
	font-size: 12px; 
	font-family: arial; 
	font-weight: 400; 
	border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000;
 } 
#content p {  
	color: #000000; font-size: 14px; font-weight: 600; font-family: arial; 
	left: 80px; 
	position: relative; 
	width: 85%; 
	text-align: left;
	margin-bottom: 20px;
}
#content ul {
	list-style-type: upper-roman;
	padding-right: 0px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 30px;
	font-family: arial; 
	font-weight: 800;
	font-size: 15px; 
}
#content li {
	text-align: left;
	padding-left: 20px;
}

#content a:link, a:visited {
	color: #900;
	letter-spacing: 1px;
	font-family: arial, Helvetica, verdana;
	text-decoration: none;
	font-size: 14px; 
	font-weight: 900;
}
#content a:hover {
	color: #000;
	letter-spacing: 1px;
	font-family: arial, Helvetica, verdana;
	text-decoration: underline;
	font-size: 14px; 
	font-weight: 900;
} 


#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	background-color: #9c6;
	line-height: 14px;
}
a:link, a:visited{
	color: #900;
	font-family: arial, Helvetica, verdana;
	text-decoration: none;
	font-weight: 900;
}
a:hover {
	color: #900;
	font-family: arial, Helvetica, verdana;
	text-decoration: underline;
	font-weight: 900;
} 