body 
{
  font-size: 12px;
  font-family: arial;
  background-color: #FFF;
}

img 
{
	vertical-align: middle;
}

h1,h2
{
	font-size: 12px;
	padding-bottom: 4px;
}

h3
{
	font-size: 12px;
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
li
{
margin-top: 13px;
background-image: url('/images/red_bullet2.png');
background-repeat: no-repeat;
background-position: 0px 4px; 
padding-left: 18px; 
}
li.pink
{
margin-top: 13px;
background-image: url('/images/pink_bullet.png');
background-repeat: no-repeat;
background-position: 0px 4px; 
padding-left: 18px; 
}

p
{
	margin-top: 10px;
}

a:link, a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active
{
	color: #000;
	text-decoration: none;
}

/* --- Global Styles --- */

div#container 
{
	width: 915px;
	margin: 10px auto;
}

div#twitter_block
{
	width: 915px;
	height: 20px;
	text-align: right;
}

div#twitter_block img
{
	vertical-align: middle;
}


/* Header */

div#header 
{
	width: 915px;
	height: 88px;
	line-height:1.2em
}

div#header_logo 
{
	width: 452px;
	height: 78px;
	float:left;
}

div#header_fact 
{
	width: 443px;
	height: 78px;
	margin-left: 10px;
	float: left;
}

div#header_fact_text
{
	margin-top: 54px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.2em;
	margin-left: 2px;
}

/* Menus */

div#main_menu
{
	width: 912px;
	height: 29px;
	background-image:url('/images/menu/navbar.jpg');
}

.menu_image {
	float:left;
	width: 222px;
	height: 29px;
}

.menu_margin {
	margin-left: 10px;
}

div#popular_menu
{
	width: 220px;
	height: 28px;
	background-image:url('/images/menu/popularnavbar.jpg');
}

div#reading_menu
{
	width: 220px;
	height: 29px;
	background-image:url('/images/menu/readingnavbar.jpg');
}

/* Sub Menu */

div#submenu
{
	width: 220px;
	height: 200px;
	color: #EE2E24;
	float: left;
}

div#submenu_head 
{
	width: 204px;
	height: 22px;
}

div#submenu_list 
{
	margin-top: 10px;
}

div#footer
{
	width: 915px;
	padding-top: 20px;
	text-align: center;
	color: #999;
	clear: both;
}

