body {
	background-color: #fff;
	background: url('../images/bg.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 849px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 1;
}

#logo {
	height: 87px;
	background: url('../images/logo.gif') no-repeat;
	position: relative;
	left: -100px;
}

#header {
	height: 278px;
}

.image {
	width: 336px;
	float: left;
	position: relative;
	margin: 62px auto auto 0;
}

.image img {
	border: 1px solid #999;
}


#menu {
	position: absolute;
	width: 500px;
	top: 25px;
	left: 445px;
}

#menu li {
	float: left;
	font-size: 18px;
	line-height: 50px;
}

#menu .current {
	text-decoration: underline;
}

#menu a, #menu a:visited {
	color: #db1980;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	text-decoration: underline;
}

.seperator {
	margin: 0px 20px 0px 20px;
	background: url('../images/seperator.gif') no-repeat;
	height: 50px;
	width: 1px;
}

#main_container {
	background: url('../images/header_reflection.gif') no-repeat;
	margin-top: 8px;
}

#content {
	width: 458px;
	float: left;
}

#content h1 {
	color: #db1980;
	font-size: 16px;
	font-weight: bold;
	margin: 62px auto 10px 65px;
}

#content p {
	line-height: 29px;
	color: #808d9e;
	font-size: 14px;
	margin: 0 65px 34px 65px;
}

#content a, #content a:visited {
	color: #671e61;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content ul {
  list-style-type: disc;
}

#content li {
	color: #808d9e;
	margin: 10px 15px 34px 65px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

#quote {
	width: 336px;
	height: 256px;
	background: url('../images/quote_block.gif') no-repeat;
	margin: 62px auto auto 0;
	float: left;
	position: relative;
}

#quote a, #quote a:visited {
	color: #fff;
	text-decoration: none;
}

#quote a:hover, #quote a:active {
	text-decoration: underline;
}

.quote {
	line-height: 29px;
	color: #fff;
	position: relative;
	top: 30px;
	left: 48px;
	font-size: 14px;
	width: 246px;
}

.quoted {
	color: #db1980;
	font-size: 14px;
	font-weight: bold;
	width: 240px;
	position: absolute;
	bottom: 8px;
	right: 4px;
}

.quoted em {
	font-weight: lighter;
	color: #808d9e;
	font-style: italic;
}

#footer {
	background: url('../images/footer.gif') no-repeat;
	height: 136px;
	margin: 50px 0 0 0;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer p {
	color: #fff;
	font-size: 11px;
	line-height: 64px;
	position: absolute;
	right: 122px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}