/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.thurnhofer.net
Copyright (c) 2009. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

html { 
  min-height: 101%; 
}

body {
	padding: 0;
	margin: 0;
	background-color: #fef5e8;
	color: #707070;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#layout {
	width: 982px;
	
	margin: 0;
	padding: 0;
	background-color:#fff0d8;
		
}

#header {
	margin:0;
	padding:0;
	height:180px;
	width:982px;
	/*background:#ffffff url(../images/header_bg2.png) repeat-x;*/
	margin-left: auto;
	margin-right: auto;
}



#container {
	width: 982px;
	margin: 0px auto;
	padding: 0;
	
}

#footer{
	width: 982px;
	height: 25px;
	padding: 0;
	margin: 0 auto;
	
	background: #fef5e8;
	font-family: monospace;
	
}



/*#container-center {
	margin:0;
	padding:0;
	text-align:left;
	width:982px;
	
	margin-left:auto;
	margin-right:auto;
}*/

/*#footer {
	padding:0;
	margin:0 auto;
	background:#737373 url(../images/footer_bg2.jpg) repeat-x;
}

#footer-center {
	width:802px;
	height:83px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#737373 url(../images/footer2.jpg) no-repeat 50% 0;
}

#footer-content {
	font: 70% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", sans-serif;
	color:#ffffff;
	margin: 0 auto;
	width:802px;
	text-align:center;
}

#footer-content a:link, #footer-content a:visited  {
	font: 100% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", sans-serif;
	color:#ffffff;
	text-decoration:none;
}

#footer p {
	text-align:center;
}*/
