@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 12px;
	color: #003;
	background-image: url(../img/buck.jpg);
}
a:link {
	color: #033;
	text-decoration: none;
}
a:visited{
	color: #366;
	text-decoration: none;
}
a:hover {
	color: #366;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
#wrapperLine {
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}



#wrapper {
	padding: 0px;
	width: 800px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 90px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
#header h1 {
	width: 700px;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	height: 20px;
	float: right;
	color: #FFFDE7;
}
#headerLogo {
	padding: 0px;
	float: right;
	height: 41px;
	width: 780px;
	margin: 0px;
}
#header p {
	font-size: 12px;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	padding-top: 8px;
	margin: 0px;
	float: right;
	clear: both;
	width: 700px;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-image: url(../img/footer.jpg);
	height: 50px;
	clear: both;
	background-repeat: no-repeat;
}
#footerLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

#footer p {
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
