
#topBg {
        background: #F47E7F url(images/bkg-top.jpg) repeat-x;
}

body {
	background: #F47E7F url(images/bkg.jpg);
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(images/bkg-bod.jpg);
	width: 790px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	}

#bottomBg {
        background: #F47E7F url(images/bkg-bot.jpg) repeat-x;
}

#footer {
	background: #F47E7F url(images/footer.jpg);
	width: 790px;
	height: 125px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}
	

#header {
	background: #F47E7F url(images/header.jpg);
	width: 790px;
	height: 244px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	text-decoration: none;
	}
	
#header h3 {
	color: #b50301;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}


#signature {
	  color: #FFFFFF;
	  font-size: 10px;
	  font-family: Tahoma, Arial, Helvetica, sans-serif;
	  text-align: center;
	  }

#signature a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#signature a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
