/* #0C0194=Dark Blue
   #0000CC=Lighter Blue
   #FF9900=Orange
   #3b6a8f=Silverish Blue(BGcolor)*/
   
body {
	background:url(http://thefatpenguin.com/Assets/pictures/background.jpg) repeat-y center #3b6a8f;
	color:#666;
	height: 100%;
	padding:0px;
}

#header {
	height: 226px;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
}

#middle {
	width: 950px;
	margin-right:auto;
	margin-left:auto;
}

#footer,  #footer a {
	height: 100px;
	width: 950px;
	margin-right:auto;
	margin-left: auto;
	padding-top: 75px;
	clear: both;
	text-decoration: none;
	color:#000;
	text-align: center;
	font-size: 10px; }
	
#footer li, #footer li a {
	list-style: none;
	display: inline;
	padding-right: 20px }

#featureContentLeft {
	width: 275px;
	min-height: 300px;
	padding-top: 10px;
	float: left;
	}
	
#featureContentRight {
	width: 665px;
	min-height: 300px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 275px;
	text-align: left;
	}

.title {
	font-size: 24px;
	font-weight: 600;
	font: "Broadway BT";
	color: #FF9900;
	width: 100%;
	border-bottom: 2px solid #3b6a8f;
	text-align: left;
	line-height: 90%;
	padding-top: 10px;
	}

#content {
	width: 950px;
	margin-left: 0px;
	margin-right: 0px;
	}

#adFooter {
	border-top: 2px solid #3b6a8f;
	}

#quickLinks {
	float: right;
	height: auto;
	}
	
#quickLinks a {
	text-decoration: none;
	color: #3b6a8f;
	}
	
#quickLinks a:hover {
	text-decoration: none;
	color: black;
	}

/*NAV BAR CODE*/
#navbar {
    margin: 0;
    padding: 0;
	width: 950px;
	margin: auto;
    height: 26px; 
	background-color: #3b6a8f }
#navbar li {
    list-style: none;
    float: left; }
#navbar li a {
    display: block;
    padding: 3px 20px;
    background-color: #3b6a8f;
    color: #fff;
    text-decoration: none; }
#navbar li ul {
    display: none;
    width: 10em; /* Width to help Opera out */
    background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
	z-index: 2; }
#navbar li:hover li, #navbar li.hover li {
    float: none; }
#navbar li:hover li a, #navbar li.hover li a {
    background-color: #3b6a8f;
    border-top: 1px solid #fff;
    color: #FFFFF; }
#navbar li li a:hover {
    background-color: #FF9900; }
#navBarExtend {
	top: 26px;
	left: -75px;
	margin: auto;
	position: relative;
	z-index: -1; }
/*END OF NAV BAR CODE*/

/*STAR RATING CODE*/
#star ul.star { LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url('../Assets/pictures/stars.gif') repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url('../Assets/pictures/stars.gif') left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; }
/*END OF STAR RATING CODE*/