/* CSS Document */


body,td,tr,th,p{
	font-family: verdana;
	font-size: 12px;
}

p,ul,ol {line-height: 20px; }
p.quote {line-height: 14px;}

body {
	background-color: #000066;
	background-image: url(images/bg.jpg);
	margin: 0px;
}

a {
	text-decoration: none;
	color: #3063A5;

}

a.menuitem:hover { color: #000000;  text-decoration: none;}
a.menuthingy:hover { color: #000000; text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: #D58102;
	font-size: 12px;
}

.smallie {
	font-size: 8px;
}

i,em {
	color: #D58102;
}
b,strong {
	color: #D58102;
	font-weight: bold;
}
h1 {color: #D58102; 
	font-family: Century Gothic;	
	font-size: 18px;
	font-weight: bold;
}

.featurebox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px;
	color: #FF9900;
	text-align: justify;
	background-color: #000000;
	width: 230px;
}
blockquote {
	margin: 15px 20px 15px 20px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
small {
	font-size: 11px;
}

.menuthingy {
	text-align: center;
	width: 172px;
	font-size: 10px;
}

.menuitem {
	width: 172px;
	padding-left: 5px;
}

li.fronter {
	background-image:url(images/triangle.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 20px; 
}

li.stories {
	background-image:url(images/circle2.png);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding-left: 18px; 
	
}

li {
	background-image:url(images/circle.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 20px; 
}

ul {
	list-style-type:none;
}