@import "navi_styles.css";
a {
	text-decoration: none;
	color: #8A5959;
}
a:hover {text-decoration: underline;}
.to_top {
	text-align: center;
	float: right;
	margin: 20px 0;
}
.to_top a {
	display: block;
	width: 100px;
	padding: 7px;
	background: #8A5959; color: white;
	border: 2px solid #ffffff;
}
.to_top a:hover {
	background: #E7DEDE;
	color: black;
	border: 2px solid #8A5959;
}

#hd {
	width: 100%; height: 225px;
	background: url(assets/logo.gif) top right no-repeat;
}
#bd {width: 100%;}
#main {
	padding: 70px 50px 0 220px;
}
.text {
	margin: 0 0 50px 65px;
	text-align: justify;
}
.text ul li {
	list-style: disc;
	margin: 10px 0 0 30px;
}
.text p {margin: 7px 0;}
.more_formatting {
	font-style: italic;
	font-weight: bold;
	margin-right: 15px;
	border-bottom: #8A5959 1px dotted;
}

#keyboard {
	margin-left: -220px; 
	position: absolute;
	z-index: 1;
}
#ft {
	border-top: #8A5959 1px solid;
	padding: 10px;
	font-style: italic;
}
#ft a {text-decoration: underline;}


#introduction {
	background: url(assets/intro.gif) top left no-repeat;
	height: 120px;
	z-index: 2;
	position: relative;
}
#news {
	background: url(assets/news.gif) top left no-repeat;
	height: 120px;
	position:relative;
	z-index: 2;
}
#more_about {
	background: url(assets/more_about.gif) top left no-repeat;
	height: 120px;
}
#what_others_say {
	background: url(assets/what_others_say.gif) top left no-repeat;
	height: 120px;
}
#other_features {
	background: url(assets/other_features.gif) top left no-repeat;
	height: 120px;
}

#introduction span, #news span, #more_about span, #what_others_say span, #other_features span {display: none;}
