@charset "utf-8";
@import "reset.css";
@import "fonts.css";
@import "navigation.css";

html {background: #151621 url(assets/bg.gif) 50% 0 no-repeat;}
a {
	text-decoration: none;
	border-bottom: 1px dotted #377c30;
	color: #303a72;
}
a:hover {
	border: none;
	color: #377c30;
}
a:visited {
	color: #7a93d2;
	border: none;
}

#hd {
	height: 318px;
	background: url(assets/header.gif) 0 0 no-repeat;
}

#doc {
	background: white;
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#bd {background: url(assets/edge.gif) 6px 0 repeat-y;}

#main {margin: 0 50px;}

#main li {
	list-style: disc;
	margin: 10px 0 10px 30px;
}

.text {margin: 0 0 70px 0;}

#intro_text {
	margin-left: 270px;
}

.more_formatting {
	font-weight: bold;
	display: block;
	margin: 5px;
	margin-left: -15px;
}

.to_top {
	float: right;
	font-size: 85%;
	margin: 10px;
	margin-right: 30px;
}

#introduction {
	margin-left: 245px;
	height: 80px;
	display: block;
	background: url(assets/introduction.gif) 0 0 no-repeat;
}
#news {
	height: 80px;
	display: block;
	background: url(assets/news.gif) 0 0 no-repeat;
}
#what_others_say {
	height: 80px;
	display: block;
	background: url(assets/what_others_say.gif) 0 0 no-repeat;
}
#more_about {
	height: 80px;
	display: block;
	background: url(assets/more_about.gif) 0 0 no-repeat;
}
#other_features {
	height: 80px;
	display: block;
	background: url(assets/other_features.gif) 0 0 no-repeat;
}
#introduction span, #news span, #more_about span, #what_others_say span, #other_features span {display: none;}

#ft {
	margin-top: 20px;
	padding: 10px 25px;
	border-top: 1px solid #1B1C2F;
}
