body {
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: x-small;
	background: url('../images/page-shadow.gif') top center no-repeat;
}
.clearer {
	clear: both;
}
#main_container {
	font-size: 1.1em;
	margin: 6px auto 0 auto;
	background: url('../images/index-bg.jpg') top left no-repeat white;
	height: 550px;
	position: relative;
	width: 980px;
}
.container {
	float: right;
	width: 470px;
}

.logo {
	margin: 35px auto 10px auto;
	width: 206px;
}

.slogan {
	font-size: 1.8em;
	letter-spacing: 0.1em;
	color: #00595A;
}
.slogan p {
	margin: 0;
}
.index_text {
	position: absolute;
	width: 450px;
	bottom: 30px;
	right: 30px;
}
.index_text p {
	text-align: right;
	font-family: trebuchet ms;
	margin: 0;
	color: white;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.menu {
	margin: 20px 0;
}
.menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 100%;
	border-top: 1px solid white;
}
.menu ul li {
	margin: 0;
	padding: 0;
	height: 27px;
	border-bottom: 1px solid white;	
}
.menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: right;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	font-family: arial;
}
.menu a:link,.menu a:visited {
	background: #00595A;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.menu a:hover,.menu a:active {
	background: url('../images/arrow-head.gif') center right no-repeat #00595A;
	opacity: 1;
	-moz-opacity: 1;
	filter: none;
}
.menu ul li a span {
	line-height: 27px;
	margin-right: 60px;
}