* { margin: 0; padding: 0; }

html, body	{
	height:100%;
	margin:0;
	padding:0;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#floater	{height:50%; margin-bottom:-332px; position:relative;}
#content	{clear:both; height:664px; position:relative; margin:0 auto; background-color:#FFCC66; width:1000px; background-image:url(i/bg1.jpg) }

#content-left {
	position:absolute;
	left: 123px;
	top: 91px;
	width: 177px;
	height: 414px;
	color: white;
}

	#content-left p.small {
	margin: 0 0 8px 0;
	font-size: 10px;
	float: left;
	clear: both;
	}
	
	#content-left img {
	border: 1px solid black;
	}

#mycustomscroll {
	color: white;
	position:absolute;
	left: 352px;
	top: 111px;
	width: 370px;
	height: 414px;
	overflow: auto;
padding-right: 10px;
}

#mycustomscroll h1 {
	font-size: 16px;
	margin: 21px 0 5px 0;
	border-bottom: 1px solid white;
}

#mycustomscroll h2 {
	font-size: 14px;
	margin: 12px 0 5px 0;
	border-bottom: 1px dashed gray;
}

#mycustomscroll p {
	margin: 0 0 15px 0;
	}

#contact {
	position:absolute;
	left: 123px;
	top: 513px;
	width: 177px;
	height: 64px;
	color: white;
}

#menu {
	position:absolute;
	left: 128px;
	top: 560px;
	width: 745px;
	height: 79px;
}

#menu img {
border: none;
}

a:link, a:active, a:visited {
	color: #B19E9C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#faq {
	list-style: none;
}

#faq li {
	margin: 15px 0;
	border-bottom: 1px dashed gray;
	}
	
#home {
	position: absolute;
	top: 12px;
	left: 356px;
	width: 298px;
	height: 63px;
}
