@charset "utf-8";
body {
	padding-top: 75px;
	padding-bottom: 50px;
	background-color: #484C55;
}

/* CSS Document */

a { color:#FFF; text-decoration:none; }
a:hover { color:#036; }

div#text-layer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:justify;
	background:url('../images/text-back.png');
	padding:10px;
	margin-top:107px;
	margin-left:60px;
	float:left;
	width:350px;
	height:300px;
}

div#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-left:195px;
	margin-top:385px;
	width:165px;
	height:47px;
	line-height:15px;
	float:left;
}
#bottom {
	background-image: url(bottom.jpg);
	height: 78px;
	width: 800px;
	text-align: left;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}
#bottom h1 {
	color: #999967;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#bottom ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 900px;
	height: 20px;
	background-color: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom ul li {
	display: block;
	float: left;
	text-align: center;
	width: 120px;
}

