@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #FFFFFF;
	margin-bottom: 35px;
}
#header {
	width:900px;
	height:60px;
	z-index:1;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#header  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin: 0px;
	line-height: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header_contact {
	height: 45px;
	width: 450px;
	padding-top: 15px;
}
#header_contact a:link {
	color: #666666;
	text-decoration: none;
}
#header_contact a:visited {
	text-decoration: none;
	color: #666666;
}
#header_contact a:hover {
	text-decoration: none;
	color: #FF6600;
}
#header_contact a:active {
	text-decoration: none;
	color: #666666;
}
#navigation {
	width:900px;
	z-index:2;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#navigation h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333333;
	margin-top: 25px;
}
#navigation a:link {
	color: #666666;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #666666;
}
#navigation a:hover {
	text-decoration: none;
	color: #FF6600;
}
#navigation a:active {
	text-decoration: none;
	color: #666666;
}

