@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
#container {
	margin:0;
	padding:0;
}
#menu {
	bottom:35px;
	left:30px;
	width: 600px;
	padding-left: 45px;
	height: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#logo {
	top:330px;
	left:30px;
	overflow:auto;
	position:fixed;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 172px;
	padding-right: 20px;
	padding-left: 20px;
	height: 180px;
}
#images {
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottom {
	left:30px;
	position:fixed;
	bottom:0px;
	overflow:auto;
	height: 40px;
	width: 900px;
	padding-left: 25px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #CCCCCC;
	text-decoration: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #666666;
	text-decoration: none;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #999999;
	text-decoration: none;
}

