html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,blockquote { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img {border:none}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #e8a46b;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
}
#header {
	height: 217px;
	width: 100%;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat;
	text-align: center;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 217px;
	width: 313px;
	background-position: left top;
	position: absolute;
	left: 220px;
}
#headercontent {
	height: 217px;
	width: 780px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#girl {
	background-image: url(images/girl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 232px;
	width: 200px;
	position: absolute;
	z-index: 999;
	left: 560px;
}
#promo {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 145px;
	width: 145px;
}
#topnav {
	width: 100%;
	background-color: #e8a46b;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: 000;
	height: 35px;
	padding-top: 15px;
	background-image: url(images/topnav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#topnav ul li{
	display: inline;
	font-size: 14px;
	padding-right: 3em;
}
	
#topnav ul li a {
	text-decoration: none;
	color: #8D1200;
}
#topnav ul li a:hover {
	color: #DC833A;
}
#content {
	text-align: left;
	width: 780px;
	color: #FFFFFF;
	font-size: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#rightcol {
	width: 260px;
	text-align: center;
}
#gallery {
	float: right;
	width: 480px;
}
#content p {
	line-height: 1.5em;
	margin-bottom: 24px;
}
.photo {
	position: relative;
	padding: 5px;
	margin: 0 17px 30px 0;
	float: left;
	border: 1px solid #FFF;
	line-height: 1em;
}
.photo p {
	position: absolute;
	bottom: 0px;
	left: 5px;
	display: block;
	width: 125px;
	margin:0;
	padding:0 0 0 5px;
	background: url(images/tint.png);
	font: .90em/0em Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .05em;
}
.phoro p span {
	display: block;
	padding: 0;
}
.photo img {
	margin: 0;
	padding: 0;
	display: block;
}
#footer {
	height: 40px;
}
#footer p {
	font-size: 80%;
	padding-left: 10px;
	color: #CCCCCC;
}
/* ------ Headings -------
*/
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(images/divider.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(images/divider.gif);
	height: 50px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#intro_leftcol {
	width: 380px;
	text-align: center;
	float: left;
}
#intro_rightcol {
	width: 380px;
	text-align: center;
	float: right;
}
