* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
	font-style: normal;
}
body {
	font-family: "lucida grande", arial, verdana, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	background: #EEDFCF url(../images/site-bg.gif) center top repeat-y;
}
#container {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 759px;
	overflow: hidden;
}
#content {
	width: 700px;
	padding: 30px;
	padding-bottom: 24px;
	padding-top: 502px;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
#content h1 strong {
	color: #DA0F46;
	font-weight: bold;
}
#content h2 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}
#content p,
#content h3 {
	padding-top: 20px;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #DA0F46;
}
#content p strong {
	color: #DA0F46;
	font-weight: bold;
}

#content #bold {
	font-weight: bold;
 }

#content ul li {
	list-style-type: square;
	list-style-position: inside;
}
#content p a,
#content p a:visited,
#content p a:active {
	color:#DA0F46;
}
#content p a:hover,
#content p a:active {
	border-bottom: 1px dotted #DA0F46;
}
#quote {
	width: 560px;
	float: right;
	padding: 20px;
}
img {
	float: left;
	padding-top: 26px;
}
#quote #author {
	float: right;
	padding: 0px;
}
#interested {
	clear: right;
}
#interested p {
	padding-top: 0;
}

#button {
	float: right;
	padding-top: 20px;
	padding-right: 34px;
	height: 44px;
	width: 187px;
}

#button img {
	padding-top: 0;
	}

#header {
	display: block;
	width: 759px;
	height: 443px;
	position: absolute;
	top: 30px;
	left: 0;
	background: url(../images/wood.jpg) left 78px repeat-x;
	overflow: hidden;
	z-index: 1;
}
#header a {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	width: 412px;
	height: 48px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/logo.jpg) left top no-repeat;
}
#header address {
	display: block;
	width: 149px;
	height: 439px;
	padding-left: 585px;
	padding-top: 4px;
	background: url(../images/photos.jpg) left 78px no-repeat;
	line-height: 16px;
	font-weight: bold;
}
#header address strong {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	color: #DA0F46;
}
#footer {
	width: 699px;
	border-top: 1px solid #CCCCCC;
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 0;
	font-size: 10px;
	line-height: 18px;
	background: #F4F4F4;
}
#footer p a,
#footer p a:visited,
#footer p a:active {
	color: #DA0F46;
}
#footer p a:hover,
#footer p a:active {
	border-bottom: 1px dotted #DA0F46;
}
#footer ul {
	overflow: hidden;
	padding-bottom: 24px;
	_padding-bottom: 43px;
}
#footer ul li {
	display: inline;
	float: left;
	margin-right: 16px;
	overflow: hidden;
}
