html, body {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
	
body {
	background: #fce7f1 url("images/bkg_body.png") repeat top center;
	}
	
#container {
	width: 780px;
	margin: 0px auto 0px auto; 
	padding: 0px;
	
	border: 0px solid #00FF00; /* Change to 1px to see if things are behaving */
	position: relative;
	background: url() repeat-y;
	
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
	/* Default link values for the site */
	a:link {color: #000; text-decoration: underline;}
	a:visited {color: #333; text-decoration: underline;}
	a:hover {color: #666; text-decoration: none;}
	a:active {color: #999; text-decoration: none;}

#masthead {
	height: 180px;
	background: url(images/bkg_masthead.png) no-repeat;
	padding: 0px;
	}

/* MENU */

#menu {
	height: 30px;
	background: url() repeat-x;
	}

#menu h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
	#menu h2 a:link {color: #000; text-decoration: none;}
	#menu h2 a:visited {color: #333; text-decoration: none;}
	#menu h2 a:hover {color: #999; text-decoration: none;}
	#menu h2 a:active {color: #999; text-decoration: none;}

#menu .spacer {
	color: #999;
	padding: 0px 4px;
	}
	
#menu_home, #menu_services, #menu_doctors, #menu_faq, #menu_pregnancyzone, #menu_pregnancycalendar, #menu_hospitals, #menu_forms, #menu_blank {
	display: block;
	margin: 0px 0px 2px 0px; 
	width: 240px; 
	height: 20px; 
	background: url(images/bkg_menu.png) no-repeat; 
	background-position: 0 0;
	text-align: center; 
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #ed5da0; 
	padding-top: 4px;
	text-decoration: none;
	}

#menu_home:hover, #page_home #menu_home, 
#menu_services:hover, #page_services #menu_services,
#menu_doctors:hover, #page_doctors #menu_doctors,
#menu_faq:hover, #page_faq #menu_faq,
#menu_pregnancyzone:hover, #page_pregnancyzone #menu_pregnancyzone,
#menu_pregnancycalendar:hover, #page_pregnancycalendar #menu_pregnancycalendar,
#menu_hospitals:hover, #page_hospitals #menu_hospitals,
#menu_forms:hover, #page_forms #menu_forms
 { background-position: 0px -24px; color: #FFF; }
	
/* SUBMENU */
	
#submenu {
	height: 30px;
	background: url() repeat-x;
	}

#submenu h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
	#submenu h3 a:link {color: #000; text-decoration: underline;}
	#submenu h3 a:visited {color: #333; text-decoration: underline;}
	#submenu h3 a:hover {color: #999; text-decoration: none;}
	#submenu h3 a:active {color: #999; text-decoration: none;}

/* FULL */

#full {
	background: url() repeat-y center;
	padding: 10px 10px 0px 10px;
	vertical-align: top;
	text-align: center;
	}
#full h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #f28dba;
	}
#full h2 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 18px;
	font-weight: bold;
	}
#full h3 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	}
#full h4 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	}
#full h5 {
	margin: 0px;
	padding: 0px 10px;
	font-size: ;
	font-weight: bold;
	}
#full h6 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 9px;
	font-weight: bold;
	}
#full p {
	margin: 0px;
	padding: 0px 10px;
	}

/*******************/
/****  CONTENT  ****/
/*******************/

#content {
	width: 475px; /* 585px is 3/4 and 520px is 2/3 on a 780px site */
	height: 300px;
	background: url("images/bkg_content.png") repeat-y right;
	vertical-align: top;
	text-align: left;
	padding: 7px 25px 0px 15px; /* if you add left/right padding, subtract if from the width above */
	}

#content h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	color: #ed5da0;
	}
	
#content .h1_banner { /* modifier to put header in a box above banner graphic */
	background: #f7941d url(images/bkg_h1.png) no-repeat; 
	color: #FFF; 
	padding-bottom: 7px;
	}

#content h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	color: #000;
	}
	#content h3 A:link {color: #000; text-decoration: none;}
	#content h3 A:visited {color: #000; text-decoration: none;}
	#content h3 A:hover {color: #999; text-decoration: none;}
	#content h3 A:active {color: #666; text-decoration: none;}

#content h3 { /* Good for an author or date. If author and date should be separate, define a span to go inside h4 */
	font-size: 14px;
	margin: 0px;
	padding: 0px 10px 0px 10px; 
	color: #000;
	}

#content .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 520px; /* this should be the full width of the main area */
	height: 218px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #EEE;
	text-align: center;
	}

#content .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 500px; /* make this 498px if you include a border */
	height: 333px; /* just for testing ... make "auto" for real images */
	margin: 5px 10px;
	background-color: #999;
	text-align: center;
	}

#content .caption { /* for captions underneath image_full or image_banner */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#content .description {
	margin: 0px;
	border: solid 0px #00FF00; 
	padding: 0px 0px 0px 0px;
	}
	
#content .description h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px; 
	color: #000;
	}

#content p {
	margin: 0px 0px 1em 0px;
	}
	
#content ul {
	margin: 0px 40px 15px 40px;
	padding: 0px;
	}
#content ul li {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	color: #ed5da0;
	}
	#content ul li span A:link {color: #666; text-decoration: none;}
	#content ul li span A:visited {color: #666; text-decoration: none;}
	#content ul li span A:hover {color: #999; text-decoration: none;}
	#content ul li span A:active {color: #666; text-decoration: none;}

#content .plain_list ul {
	margin: 0px 40px 15px 40px;
	padding: 0px;
	}
#content .plain_list ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	color: #000;
	}
	#content .plain_list ul li A:link {color: #666; text-decoration: none;}
	#content .plain_list ul li A:visited {color: #666; text-decoration: none;}
	#content .plain_list ul li A:hover {color: #999; text-decoration: none;}
	#content .plain_list ul li A:active {color: #666; text-decoration: none;}

#content .image_third {
	width: 162px; /* make this 164px if you include a border */
	float: right;
	margin: 10px 10px 10px 10px;
	border: solid 1px #429a58;
	}

#content .image_half {
	width: 250px; /* make this 248px if you include a border */
	height: 167px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#content .table {
	width: 100%;
	margin: 15px 0px 0px 0px;
	}

#content .table_label {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ed5da0;
	vertical-align: top;
	}

#content .table_value {
	padding: 0px 15px 1em 10px;
	font-size: 14px;
	}

#content #slideshow {
	margin: 0px 0px 10px 0px;
	display: block;
	border: solid 0px #333;
	overflow: auto;
	}

#slideshow #frame {
	position: absolute; 
	z-index: 100; 
	top: 187px; 
	bottom: auto; 
	left: auto; 
	right: auto;
	width: 475px;
	height: 206px;
	border: solid 0px #00FF00;
	}

#slideshow .slide_caption {
	background-color: #FFF;
	padding: 8px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	display: none;
	}


/*******************/
/****  SIDEBAR  ****/
/*******************/

#sidebar {
	width: 240px; /* 195px is 1/4 and 260px is 1/3 on a 780px site */
	background: url("images/bkg_content.png") repeat-y left;
	vertical-align: top;
	text-align: left;
	padding: 7px 0px 0px 25px; /* if you add left/right padding, subtract if from the width above */
	}

#sidebar h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px 0px 9px; /* 1px less left padding to line up straight letters like "H" */
	color: #000;
	}

#sidebar h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 10px 0px 10px; 
	color: #000;
	}
	#sidebar h3 A:link {color: #000; text-decoration: none;}
	#sidebar h3 A:visited {color: #000; text-decoration: none;}
	#sidebar h3 A:hover {color: #999; text-decoration: none;}
	#sidebar h3 A:active {color: #666; text-decoration: none;}

#sidebar .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 260px; /* this should be the full width of the sidebar */
	height: 173px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #CCC;
	text-align: center;
	}

#sidebar .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 240px; /* make this 238px if you include a border */
	height: 160px; /* just for testing ... make "auto" for real images */
	margin: 5px 10px;
	background-color: #999;
	text-align: center;
	}

#sidebar .caption { /* probably only for captions underneath image_full */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#sidebar .image_thumb {
	width: 80px; /* make this 238px if you include a border */
	height: 53px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#sidebar .short_description {
	margin: 0px;
	padding: 0px 10px 10px 12px;
	}

#sidebar .description {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	}

#sidebar .description p {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar .readmore A:link {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:visited {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:hover {color: #999; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:active {color: #666; text-decoration: none; font-weight: bold;}

#sidebar ul {
	margin: 0px;
	padding: 4px 10px 15px 30px;
	}

#sidebar li {
	list-style: disc outside;
	font-size: 14px;
	font-weight: bold;
	}
	#sidebar li A:link {color: #000; text-decoration: none;}
	#sidebar li A:visited {color: #999; text-decoration: none;}
	#sidebar li A:hover {color: #CCC; text-decoration: none;}
	#sidebar li A:active {color: #666; text-decoration: none;}

#sidebar .sponsor_logo {
	margin: 4px 10px;
	border: solid 0px #00FF00;
	}

/* FOOTER */


#footer {
	height: 100px;
	background: url("images/bkg_footer.png") no-repeat bottom center;
	vertical-align: bottom;
	padding: 25px;
	text-align: center;
	color: #999;
	}
#footer .spacer {
	color: #666;
	padding: 0px 4px;
	}
#footer h2 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
	color: #000;
	text-align: center;
	}
#footer h3 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 9px;
	color: #000;
	text-align: center;
	}