@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #441910;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E9E9CA;
	line-height: 20px;
}
body a {
	color:#E9E9CA;
	text-decoration:underline
}
body a:hover {
	color:#FFFFFF;
	text-decoration:underline
}
.header {
	background:url(images/ee_01.jpg) no-repeat;
	width:788px;
	height:74px;
	padding-left:62px;
	padding-top:145px;
	color:#431A0F;
}
.content {
	width:850px;
	background:url(images/ee_08.jpg) no-repeat;
}
.content-left {
	padding: 10px 10px 10px 50px;
	width:520px;
}
.content-right {
	padding:10px 50px 10px 10px;
	width:196px;
	float:right;
	height:auto;
}
.footer {
	background:url(images/footer.jpg) top center no-repeat;
	width:850px;
	height:32px;
}
.inputboxes {
	margin:3px 0 3px 0;
	color:##441910;
	padding:4px;
}
.btn-margin {
	margin: 10px 0px 10px 0px;
}
.picleft {
	margin: 5px 10px 5px 0;
	border:#D5D5B8 1px solid;
}
p {
	margin:0;
}
a {
	outline:0;
}

