body {
	background-color: #fef4f4;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}

#main {
	width: 800px;
	margin: 25px auto 0px;
	padding: 0;
}

#top{
	padding: 0;
	margin: 0;
}

ul#top{
	margin-left: 265px;
	margin-bottom: 8px;
	padding: 0;
}

#top li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top a{
	font-weight: bold;
	color: #f8b4ba;
	text-decoration: none;
	font-size: 1.2em;
}

#top a:hover{
	color: #f48292;
}

div.dots {
	width: 100%;
	height: 4px;
	padding: 0;
	background: url(dots.gif) repeat-x;
	margin: 2px 2px 0;
	line-height: 4px;
}

#menu {
	width: 100%;
	height: 315px;
	color: #fff;
	position: relative;
	background: #636466;
	margin: 0;
	padding: 0;
}

#menu img{
	margin: 10px;
}

img.main {
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding-left: 0;
	padding-bottom: 0;
	margin-left: 12px;
	margin-bottom: 0;
}

#menu li {
	list-style-type: none;
}

#menu a {
	color: #fff;
	font-size: 1.3em;
	line-height: 2.8em;
	text-decoration: none;
}

#menu a:hover{
	color: #f48292;
}

div#content {
	color: #828387;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 80px 0 265px;
	padding: 0;
	position: relative;
}

#content a{
	text-decoration: none;
	color: #828387;
}

#content a:hover{
	color: #f48292;
}

p.head {
	color: #f8b4ba;
	font-weight: bold;
	margin-top: 10px;
}

span.indent1 {
	margin-left: 140px;
}

span.indent2 {
	margin-left: 250px;
}

span.indent3 {
	margin-left: 60px;
}

span.indent4 {
	margin-left: 90px;
}

#content ul {
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: square;
	width: 205px;
	text-align: left;
}

ul.col2 {
	position: absolute;
	right: 0;
	bottom: 0;
}