/*--------------- DEFAULT -----------------*/
body{
	margin:0; padding:0; background:#04088f; color:#4A4344;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
}
p, img, ul, a, form, input, h1, h2, h3 {margin:0; padding:0;}
ul{list-style:none;}
a{text-decoration:none; outline:none; color:#872657}
.spacer{font-size:0; line-height:0; clear:both;}
img {border:none;}
/*--------------- HEADER -----------------*/
#header {
	width:797px; margin:0 auto; background:url(images/header_bg.jpg) 0 0 no-repeat;
	height:356px; padding:0 0 0 83px;
}
#header div {width:504px; height:356px; float:left;}
#header div img { display:block;}
#header div h2 {
	background:url(images/punchline.jpg) 0 0 no-repeat; width:245px; line-height:0;
	height:29px; text-indent:-2000px; margin:76px 0 0 0; font-size:0;
}
#header ul { 
	width:128px; height:285px; background:url(images/topmenu_bg.jpg) 0 0 no-repeat;
	padding:71px 0 0 22px; font-weight:bold; float:left;
}
#header ul li {
	
	padding:0 0 1px 0;
}
#header ul li a {
	color:#000; height:18px; display:block; padding:0 0 0 9px;
	
}
#header ul li a:hover {
	color:#872657;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
#header ul li span {
	color:#872657; height:18px; display:block; padding:0 0 0 9px; cursor:default;
	background:url(images/bull_topmenu_hover.gif) 0 40% no-repeat;
}
/*------------------- BODY -----------------------*/
#body {
	width:868px; background:#fffaf8 url(images/body_bg.gif) 0 0 repeat-x;
	padding:29px 0 0 12px; margin:0 auto; color:#4A4344;
}
#body h2 {text-indent:-2000px; line-height:0; font-size:0;}
/*----------- LEFT PANEL ----------*/
#leftPanel {width:228px; float:left; padding:0 39px 0 0;} 
#leftPanel h2.latestHeader {
	background:url(images/latest_hdr.gif) 0 0 no-repeat;
	height:44px;
}
#leftPanel p {
	font:normal 12px/15px Arial, Helvetica, sans-serif; padding:24px 4px 0 12px;
	clear:both;
}
#leftPanel a.readmoreBtn {
	color:#7C0E33; text-decoration:underline; font-weight:bold; float:right;
	font-size:11px; background-color:#fffaf8;
}
#leftPanel a.readmoreBtn:hover {text-decoration:none;}
/*----------- RIGHT PANEL ----------*/
#rightPanel {
	width:566px; float:left; padding:0 5px 15px 0;
}
#rightPanel h2.welcomeHeader {
	background:url(images/welcome_hdr.gif) 0 0 no-repeat; height:38px;	
}
#rightPanel p {padding:0 0 10px 3px;}
#rightPanel p.readmore {
	height:16px; background:url(images/midline_bg.gif) 0 50% repeat-x;
	margin:0 9px 10px 6px; padding:0;
}

#rightPanel p.readmore a:hover {
	color:#fff; background:#E4DDCB url(images/readmore_bg.gif) 0 0 no-repeat;
}
#rightPanel h2.coupleHeader {
	background:url(images/couple_hdr.gif) 0 0 no-repeat; height:38px;	
}
#rightPanel h2.profilesHeader {
	background:url(images/profiles_hdr.gif) 0 0 no-repeat; height:33px;	
}
#rightPanel ul.profiles li {float:left; padding:0 1px 0 0;}
#rightPanel ul.pagination li {
	float:left; color:#7C1F3E; background-color:#fffaf8; font-weight:bold;
	padding:0 6px 0 0;
}
#rightPanel ul.pagination {padding:10px 0 0 7px;}
#rightPanel ul.pagination li a {color:#7C1F3E; background-color:#E4DDCB; margin:0 6px 0 0;}
#rightPanel ul.pagination li.left { padding-right:116px;}
#rightPanel ul.pagination li.right { padding-left:122px;}

#footer {
	width:880px; margin:0 auto; padding:25px 0 0 0; color:#000;
	background:#fffaf8 url(images/fo0ter_bg.gif) 0 0 repeat-x;
}
#footer ul {font-weight:bold; width:500px; margin:0 auto;}
#footer ul li { float:left; padding:0 1px;}
#footer ul li a {
	padding:1px 10px; color:#ffffff; display:block; background:#872657;
}
#footer ul li a:hover {
	color:#ffffff; background:#872657;
}
#footer p {clear:both; padding:8px 0 17px 0; font-size:11px; text-align:center;}
#footer p a{ color:#000; text-decoration:underline;}
#footer p a:hover{ text-decoration:none;}
/*--------------- MISCLENIOUS -----------------*/
.centerAlign {text-align:center !important;}
.botPad {padding-bottom:25px !important;}