/* ParentingExpress.com: Main stylesheet */

/* Colours:

	-- #FD92C1 - BG Pink
	-- #F373AC - H1 Pink
	
	#FEE0C3 - Lt Peach - BG Btn
	#F3B374	- Peach
	#E05290 - Dark H1 (Dark Pink)
	#E05269 - Link (Dk Red)
	#D03E56 - Dk Link (Darker Red)
	#DF740C - Title H3
	
	#000	- Text
	
	#FEF0F7 - Lt Pink
	#FDE4F0 - Btn Hover Pink

*/

/* HTML tag styles */

body {
	background-color: #FFF;
	background-image: none;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 100%;		
}
#navigation {
	display: none;
}
#tagline {
	color: #000;
	top: 0;
}
#logo {
	left: 0;
	padding-bottom: 30px;
	width: 450px; height: 140px;
	background-image: url(../images/PEHeaderPrint.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
#logo img { display: none;}
#page {
	position: relative;
	top: 0; left: 0;
	margin-bottom: 0;
	padding-top: 0;
	clear: right;
	padding-bottom: 20px;	
}
.col {
	width: inherit;
	margin-left: 0;
}
#right-col {
	left: auto; right: 0;
	width: 507px !important; 
	width: 473px;
	background-image: none;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	top: 0;
}
#footer {
	height: auto;
	margin: 0;
	background-image: none;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
}


/* Navigation, links */

/* Buttons */

#nav-back {
	top: 10px; left: 50%;
}

/* Main Nav, Nav Words */




/* Boxes, text styles, etc */


