@charset "utf-8";
/* Images of Life CSS */


body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #61002D;
	margin: 0;
	padding: 0;
	color: #7D0040;
	}
	
h1 {
	font-size: 130%;
	color: #BD0F6B;
	text-transform: uppercase;
	}	
	
h2 {
	font-size: 120%;
		color: #C00263;
	}		
	
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #C00263;
	}		
	
a:link {
	color: #E1028B;
	text-decoration: none;
	}
	
a:visited {
	color: #E1028B;
	text-decoration: none;
	}	
	
a:hover {
	color: #E3B1C3;
	text-decoration: none;
	}		
#container {
	border-top: 6px solid #F5E5E8;
	border-bottom: 6px solid #F5E5E8;
	width: 775px;
	margin: 10px auto;
	background-color: #fff;
	padding: 10px 20px;
	}
	
#top {
	margin-top: 5px;
	width: 775px;
	background: transparent url(images/logo.jpg) center 0 no-repeat;
}

#top h1 {
	text-indent: -3000px;
	font-size: 0.8em;
	line-height: 0;
	}
	
#nav-left {
	min-height: 110px;
	}	
	
#nav-right {
	min-height: 110px;
	}		
		
ul#nav-left {
	margin-top: 40px;
	width: 220px;
	color: #7D0040;
	float: left;
	text-transform: lowercase;
	text-align: left;
	}


#nav-left li {
	list-style: none;
	text-transform: lowercase;
	text-align: left;
	background-image: url("images/swirl-left.gif");
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 4px;
	padding-left: 48px;
	}
		
	
#logo {
	width: 300px;
	float: left;
	text-align: center;
}
	
ul#nav-right {
	margin: 40px 34px 0 0;
	width: 240px;
	color: #7D0040;
	float: right;
	text-transform: lowercase;
	text-align: right;
}
	
#nav-right li {
	list-style: none;
	text-transform: lowercase;
	text-align: right;
	background: transparent url("images/swirl-right.gif") right 0 no-repeat;
	height: 26px;
	padding: 4px 48px 0 0;

	}
			

#topborder {
	height: 20px;
	background-color: #F4D6E8;
	border-bottom: 3px solid #5C0029;
	}
	
#images-holder {
	width: 775px;
	margin: 15px 0 25px 0;
	padding-top: 20px;
	}
	
#images-left {
	float: left;
	width: 385px;
	padding-right: 4px;
	height: 255px;
	}

#images-left img {
	border: 1px solid #F4D6E8;
	}
	
#images-right {
	float: right;
	width: 385px;
	height: 255px;
	}
	
#images-right img {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	border: 1px solid #F4D6E8;
	}				
	
#strapline {
	text-align: center;
	}	

#content {
	clear: both;
	width: 775px;	
	margin-top: 10px;
	text-align: left;
	font-size: 105%;
	background-image: url("images/swirls.gif");
	background-repeat: no-repeat;
	background-position: top;
	min-height: 350px;
	}
	
#content-heading h2 {
	font-size: 120%;
	color: #C00263;
	padding: 10px 0;
	}
	
#content-left h2 {
	font-size: 110%;
	color: #C7005F;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}	
	
#content-left {
	width: 370px;
	line-height: 1.4em;
	float: left;
	padding: 0 0 20px;
	color: #7D0040;
	}	
	
#content-left p {
	text-align: left;	
	}
	
#content-right {
	width: 370px;
	line-height: 1.4em;
	float: right;
	padding: 0 0 20px;
		color: #7D0040;
	}	
	
#content-right p {
	text-align: left;	
	}	
	
#content-right h2 {
	color: #C00263;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}		
	
	
#content-left-wide h2 {
	font-size: 120%;
	color: #C7005F;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}	
	
#content-left-wide {
	width: 450px;
	line-height: 1.4em;
	float: left;
	padding: 0 30px 0 40px;
	color: #7D0040;
	}	
	
#content-left-wide p {
	text-align: left;	
	}
		
#content-right-wide {
	width: 220px;
	line-height: 1.4em;
	float: right;
	padding: 0 0 20px;
	color: #7D0040;
	}	
	
#content-right-wide img {
	padding: 3px;
	border: 1px solid #EAC6D6;
	}	
	
	
#content-right-wide p {
	text-align: left;	
	}	
	
#content-right-wide h2 {
	font-size: 120%;
	color: #C7005F;
	margin-top: 20px;
	padding: 0 30px;
	text-transform: uppercase;
	}	
	
#content-right h3 {
	text-align: left;
	color: #C7005F;
	}	
	
	
#content-heading-wide h2 {
	font-size: 120%;
	color: #C00263;
	padding: 20px 40px 10px;
	}	

		
#strapline {
	background-color: transparent;
	padding: 6px;
	text-align: center;
	}	
	
#footer {
	clear: both;
	margin-top: 10px;
	color: #7C003F;
	font-size: 0.8em;
	text-align: center;
	padding: 8px 4px;
	}	
	
#footer a:link{
	color: #7D0040;
	}	
	
#footer a:visited{
	color: #7D0040;
	}
	
#footer a:hover{
	color: #7D0040;
	}	
	
	
#content-left-general h2 {
	font-size: 120%;
	color: #C7005F;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}	
	
#content-left-general {
	width: 255px;
	line-height: 1.4em;
	float: left;
	padding: 0 30px 0 40px;
	color: #7D0040;
	}	
	
#content-left-general p {
	text-align: left;	
	}
		
#content-right-general {
	width: 450px;
	line-height: 1.4em;
	float: right;
	padding: 0 0 20px;
	color: #7D0040;
	}	
	
#content-right-general img {
	padding: 3px;
	border: 1px solid #EAC6D6;
	}	
	
	
#content-right-general p {
	text-align: left;	
	}	
	
#content-right-general h2 {
	font-size: 120%;
	color: #C7005F;
	margin-top: 20px;
	padding: 0 30px;
	text-transform: uppercase;
	}		
	
#content-right-general h3 {
	text-align: left;
	}		

#center p {
	text-align: center;
}
#center h2, h3 {
	text-align: center;
	}
	
#center h4 {
	color: #CD006E;
	text-align: center;
	}	
