@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: 700px;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	height: 670px;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#header #logo {
	position: absolute;
	left: 5px;
	top: 12px;
}
#header address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #666666;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header img {
	position: absolute;
	left: 200px;
	top: 30px;
}
#footer {
	height: 30px;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	position: relative;
}
#footer p {
	text-align: center;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

