@charset "utf-8";
/* CSS Document */

body  {
	font-family:Tahoma;
	font-size:14px; 
	background: #422017;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #422017;
	background-image:url(../images/bg.png);
    }
	
#container {
	width:960px;
	margin: 0px auto;
	border-left: 1px solid #ffe1cf;
	border-right: 1px solid #ffe1cf;
	background: #ffe1cf;
    } 

#header { 
	background: #ffe1cf;
	height:448px; 
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-left: 300px;
    } 
	
#content {
	padding: 30px 30px 15px 30px;
	} 

#footer { 
	height:400px;
	background-image:url(../images/footer.png);
	}


h2{ 
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	padding:0px;
	margin:0px;
	} 
.table {
	font-size:14px; 
	text-align: left; 
	}
.left {
	text-align: left; 
	}
.right {
	text-align: right; 
	}
a  {
	color:  #FF8800;
	text-decoration:none;
    }
#cookie-info {
	position: fixed; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	background: #e77817; 
	color:#422017;
	padding: 15px; 
	font-size: 14px; 
	font-family: verdana;
	text-align: left;
	}

#cookie-info a.button {
	cursor: pointer; 
	background: #422017; 
	padding: 5px 5px; 
	margin-left: 10px;
	margin-top:0px;
	border-radius: 2px; 
	font-weight: bold; 
	float: right;
	}
#cookie-info a {
	color:#ffe1cf;
	}

#cookie-info a.button:hover {
	background-color: #69382a;
	}

#cookie-info p.cookiemessage {
	display: block; 
	padding: 0; 
	margin: 0;
	}