@charset "utf-8";

/* CSS Document */



body {

	background-image: url(images/bg2.jpg);

	background-repeat: repeat;

}

#PageWidth {

width:981px;

background-color:#FFFFFF;

margin: 0 auto 0 auto;

}

.homeBG {

background-image:url(images/homeBG.jpg);
background-position:top left;
background-repeat:no-repeat;


}

.homeBG h1 {
margin-top:30px;
}

#Header {

background-image:url(images/header.jpg);

background-repeat:no-repeat;

height: 152px;

width:981px;

margin: 0;

padding:0;

}



#Nav {

margin-left:13px;

margin-right:13px;

height:50px;

background-image:url(images/nav_bg.gif);

background-repeat:repeat-x;

}

#Photo {

float:right;

margin-right:10px;

}

body, td, div, p{
	font-family:"Century Gothic",Century, Verdana, Arial, sans-serif;
	font-weight:bold;
	color: #E37D77;
}

#Content {

padding:30px;

}



h1 {

	color:#EEAAA7;

	font-size: 18px;

}



#Footer {

padding: 0 30px 30px 30px;

}



li {

padding-bottom:10px;

list-style-image:url(images/heart.gif);

}



a:link, a:visited, a:hover, a:active {

color:#EEAAA7;

text-decoration:none;

}

#rightFloat {
float:right;
width:230px;
height:550px;
text-align:center;
}