@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
------------------------------*/
#wrapper {
	margin: 0px auto;
	height: 665px;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	height: 650px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 5px;
	top: 12px;
}
#header p {
	position: absolute;
	top: 75px;
	right: 136px;
}
#header ul {
	position: absolute;
	left: 5px;
	top: 440px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
}
#header ul li {
	list-style: none;
}
#header ul li a {
	font-weight: lighter;
}
#footer {
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	right: 3px;
	bottom: 3px;
	position: absolute;
	color: #333333;
}

