body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background: #FEF0F2 url('images/pink-bg.gif');
	line-height: 130%;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #F9FEE7 url('images/green-bg.gif'); }

#header {
	background: #FFFFFF  url('images/banner.gif') right no-repeat;
	width: 750px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #FFCDD3;
	border-right: 1px solid #FFCDD3;
	text-align: left;
	vertical-align: middle;
}

#indexheader {
	background: #FFFFFF  url('images/banner2.gif') right no-repeat; background-position:top;
	width: 750px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #FFCDD3;
	border-right: 1px solid #FFCDD3;
	text-align: left;
	vertical-align: middle;
}

#indexheader h1 {
	margin: 0;
	padding-left: 90px;
	color: #000000;
	font-size: 30px;
	letter-spacing: 3px;
	font-family: Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
}

.pink {color: #F399B0;}

#wrapper-menu {
	background: #FFFFFF url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 750px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #FFB2BB;
	border-right: 1px solid #FFB2BB;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFCDD3;
}

#menu a:hover {background: #FFFFFF url('images/menu-hover.png') repeat-x; color: #FFF6F9;}

#content {
	width: 730px; 
	margin: 0 auto;
	padding: 3.5em 10px 10px 10px;
	border-left: 1px solid #FFCDD3;
	border-right: 1px solid #FFCDD3;
	background: white;
	font-size: 12px;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 730px;
	text-align: center;
	color: white;
	letter-spacing: 0.05em;
	background: #FFFFFF url('images/menu-background.png') top left repeat-x;
	border: 1px solid #FFCDD3;
	font-size: 11px;
}

#footer a:link, #footer a:visited {color: #FFFFFF; text-decoration: none;}

#footer a:hover {color: #FFFFFF; text-decoration: underline;}

#credit {font-size: 10px; color: #D9A6B3; text-align: center;}

h1 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px dotted #D9E9A4;
	font-size: 150%;
	letter-spacing: 1px;
}

h2 {
	color: #666;
	padding-top: 3px;
	/* border-bottom: 1px dotted #D9E9A4; */
	font-size: 125%;
	letter-spacing: 1px;
}

a:link, a:visited {color: #B40479; text-decoration: none;}

a:hover {color: #DD86C0; text-decoration: underline;}

p { padding-bottom: 10px; margin: 0px 15px 0px 15px;}

