/*
http://www.panzerkunst.com main style sheet
*/

body {
	background-color: #FFF;
	background-image: url(images/bgwood.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

html {
	height: 100%;
}

#mainHolder {
	width: 100%;
	height: 100%;
}

#contentHolder {
	background-image: url(images/maincontentbg.png);
	background-repeat: repeat;
	width: 840px;
	/*height: 100%;*/
	margin: 0px auto -1px auto; 
}

#header {
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C4BCCF;
	margin-left: 61px;
	width: 718px;
	height: 155px;
	margin-top: 0px;
}

#header #logo {
	margin: 56px 0px 0px 56px;
	float: left;
	background-image: url(images/mainLogo.png);
	width: 232px;
	height: 45px;
}

#header ul {
	float: right;
	margin: 0px 2px 0px 0px;
}

#header li {
	width: 123px;
	height: 113px;
	margin-right: 1px;
	float: left;
	list-style: none;
}

#header a {
	padding-top: 90px;
	padding-left: 15px;
	font-family: tahoma, arial, sans-serif;
	font-size: .7em;
	color: #FFF;
	text-decoration: none;
	display: block;
}

#footerSpace {
	background-color: #000;
	margin-left: 61px;
	width: 718px;
	height: 60px;
}

#footer {
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	margin-top: -71px;
	margin-left: 61px;
	width: 718px;
	height: 71px;
}

#footer p {
	float: left;
	margin-top: 47px;
	margin-left: 60px;
	font-family: tahoma, arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #542200;
	text-decoration: none;
}

#footer ul {
	margin: 40px 2px 0px 0px;
	float: right;
}

#footer li {
	width: 123px;
	height: 30px;
	margin-right: 1px;
	list-style: none;
	float: left;
}

#footer a {
	padding-left: 13px;
	padding-top: 7px;
	width: 109px;
	height: 23px;
	font-family: tahoma, arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #FF3333;
	text-decoration: none;
	display: block;
}