
#leftcontent {
	position: absolute;
	left:0px;
	top:100px;
	width:100px;
	}

#centercontent {
	margin-left: 100px;
	margin-right:0px;
	background:url(main.png);
	}
	
html>body #centercontent {
	padding:0px 40px 0px 0px;
	}

#banner {
	position:absolute;
	left:0px;
	top:0px;
	background:url(topfull.png);
	height:100px;
	width:100%;
	}

html>body #banner {
	height:100px;
	}

#rightcontent {
	position: absolute;
	right:0px;
	top:100px;
	width:100px;
	background:#ffffff;
	color:#000000;
}


body {
	margin:100px 0px 0px 0px;
	padding:0px;
	color:#000000;
	background:#bab387 url(left.png);
	background-repeat:repeat-y;
}

img {
	border:0;
	padding:0px 0px 5px 0px;
}

img.counter {
	border:solid white 2px;
}

div.menubox {
	background:#aaa377;
	color:#ffffff;
	width:75%;
	border:solid #faf0e0 2px;
	padding:5px;
}

.borderline {
	border:dotted #faf0e0 2px;
	padding:5px;
}

table.wp {
	width:100%;
}

table.wp td {
	width:33%;
	text-align:center;
	vertical-align:top;
}

.quote {
	font-family:"courier new",monospace;
}

h1 {
	font-family:arial,sans-serif;
}

h2 {
	font-family:arial,sans-serif;
}

a:link {
	color:#6a6307;
	background-color:inherit;
}

a:visited {
	color:#6a6307;
	background-color:inherit;
}

a:active {
	color:#6a6307;
	background-color:inherit;
}

a:hover {
	color:#6a6307;
	background-color:inherit;
}

