@charset "utf-8";
/* CSS Document */

body{
width: 1002px;
margin: 0 auto;
text-align: center;
}

#wrapper{
margin: 0 auto;
text-align: left;
bordeR: 1px solid #ff0000;
}

#header{
background-image: url(header.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 1000px;
height: 225px;
}

#navigation ul, #navigation li, #navigation a
{
	padding: 0;
	margin: 0;
}

#navigation
{
	background: #f96658;
}

#navigation ul
{
	height: 30px;
}

#navigation li
{
	list-style: none;
	float: left;
}

#navigation a
{
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 5px 10px 2px 10px;
}


#navigation a:hover
{
	text-decoration: underline;
}


#main{
width: 1000px;
}

#right h1{
color:#00427f;
font-size: 1.3em;
}

#right h2{
color:#00427f;
font-size: 1.0em;
}

#right{
font-family: Helvetica, sans-serif;
font-size: 1.0em;
float:right;
width: 750px;
padding-right: 30px;
line-height: 150%;
padding-top: 20px;

}

#right p{
margin-bottom: 20px;
}



#left{
_float: left;
width: 203px;
}

#caryn{
background-image: url(caryn.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 203px;
height: 209px;
float: left;
clear: left;
}

#sarah{
background-image: url(sarah.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 203px;
height: 208px;
float: left;
clear: left;
}

#reception{
background-image: url(reception.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 203px;
height: 206px;
float: left;
clear: left;
}

#bottom{
clear: both;
background-image: url(bottom.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 1000px;
height: 346px;
}

#footer{background-image: url(footer.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 1000px;
height: 283px;
}