@charset "utf-8";
/* CSS Document */

body {
	background-color:#572600;
	font-family:Arial, Helvetica, sans-serif;
}

.master {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}

.container {
	position:relative;
	width:955px;
	height:459px;
}
.header {
	width:954px;
	height:137px;
}
.header a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.header a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.header a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.panel {
	float:left;
	width:auto;
}
.footer1 {
	float:right;
	width:500px;
	font-size:9px;
	color:white;
}
.footer1 a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.footer1 a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.footer1 a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.footer2 {
	float:right;
	width:360px;
	font-size:10px;
	color:white;
}