/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	}
body {
	background:#DCCB85;
	background-image:url(background.png);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
a {
	color:black;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
h1 {
	background-image:url(headerImg.png) no-repeat;
	}	
h2 {
	font-size:large;
	font-weight:bold;
	padding:30px 0 10px 20px;
	}
h2 .welcome {
	background:url(welcomeImg.gif) no-repeat;
	}
h2 .mission {
	background:url(missionImg.gif) top left no-repeat;
	}
h2 .locations {
	background:url(locationsImg.gif) top left no-repeat;
	}
h2 .features {
	background:url(featuresImg.gif) top left no-repeat;
	}
h2 .mediaKit {
	background:url(media_kitImg.gif) top left no-repeat;
	}
h2 .coupons {
	background:url(couponsImg.gif) top left no-repeat;
	}
h1 span, h2 span {
	display:none;
	}
	
	
#container {
	position:relative;
	width:800px;
	overflow:visible;
	padding-bottom:15px;
	}
#header {
	position:relative;
	background-image:url(headerImg.png);
	background-repeat:no-repeat;
	width:800px;
	height:230px;
	}
#text {
	position:relative;
	width:600px;
	min-height:400px;
	}
#text .p2block {
	position:relative;
	margin-top:30px;
	}
#text .p1 {
	padding:10px 10px 5px 25px;
	font-style:normal;
	}
#text .p2 {
	padding-left:320px;
	}
#text .p3 {
	padding-right:100px;
	padding-left:25px;
	}

#sideBar {
	position:absolute;
	width:200px;
	height:100%;
	left:600px;
	top:0px;
	padding-top:15px;
	}
#sideBar .photo {
	background:url(coupleImg2.jpg) no-repeat;
	position:absolute;
	top:94px;
	left:30px;
	height:130px;
	width:140px;
	}
#sideBar p {
	padding-left:5px;
	padding-right:2px;
	}
#linkList {
	position:absolute;
	top:230px;
	width:200px;
	margin-bottom:15px;
	}
#linkList h3.paper {
	background:url(thePaper.gif);
	margin-bottom:5px;
	height:40px;
	}
#linkList h3.partnerships {
	background:url(partnershipsImg.gif);
	margin-bottom:5px;
	height:40px;
	}
h3 span {
	display:none;
	}
#linkList ul {
	list-style:none;
	display:block;
	padding-left:4px;
	padding-right:2px;
	}
#linkList ul li {
	margin-bottom:5px;
	}
#linkList ul a {
	text-decoration:none;
	font-style:oblique;
	}
#linkList ul a:hover {
	text-decoration:underline;
	}
	
#footer {
	position:relative;
	width:575px;
	padding-left:25px;
	margin-top:30px;
	margin-bottom:10px;
	border-top:groove;
	padding-top:5px;
	}
#footer .flower {
	background:url(floralIMG.png) no-repeat;
	position:absolute;
	left:550px;
	bottom:-10px;
}
