/* ================================================================ 
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:#737373;
	color:#000;
	font: 90% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", sans-serif;
	text-align: center;
}

#layout {
  	margin:0;
	padding:0;
	background-color:#ffffff;
}

#header {
	margin:0;
	padding:0;
	height:192px;
	background:#ffffff url(../images/layout/header_bg.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#header a:link, #header a:visited, #header span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#737373;
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}

#header-center {
	width:802px;
	height:192px;
	background:#ffffff url(../images/layout/header.jpg);
	background-position: 0px 0px ;
	margin-left: auto;
	margin-right: auto;
}
#header-title h1{
	z-index:20;
	font-size:20px;
	text-shadow:#000000;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}

#container {
	width:802px;
	margin:0px auto;
	padding:0;
}

#container-center {
	margin:0;
	padding:0;
	text-align:left;
	width:802px;
	background: #ffffff url(../images/layout/content_bg.jpg) repeat-y;
	background-position:0px 0px ;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	padding:0;
	margin:0 auto;
	background:#737373 url(../images/layout/footer_bg.jpg) repeat-x;
}

#footer-center {
	width:802px;
	height:83px;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#737373 url(../images/layout/footer.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;
}
