* { padding: 0; margin: 0; }
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Tahoma, Arial, Verdana; 
 background-color: #353535; 
} 
body {font-size:62.5%; } /* start with 10px */ 
/* child target px / parent px = child em */
ul {
 list-style-type: disc;
 padding-left:1.3em;
 margin-left:0;
}
fieldset { border: 0; } 
ol { padding-left:1.7em; margin-left:0; } 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
 margin-bottom: 1em;
}
h1, h2, h3, h4, h5 { color: #663300; } 
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
input, select, th, td {font-size:1em}
img { border: 0; } 

#mainheader, #content, #footer { 
 width: 1020px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 font-size:1.2em;
} 

#headercont { 
	background-color: #121212; 
	background-image: url('../images/menubgstripes.jpg'); 
	background-repeat: repeat-x;
	background-position: bottom; 
	height: 135px; 
	width: 100%; 
}
#mainheader { 
}
	#logo { 
		position: absolute; 
		top: 20px;
	} 
	#headertext h1 { 
		font-size: 1.16em; 
		font-weight: normal;
		position: absolute; 
		top: 50px; 
		margin-left: 500px; 
		color: #fff;
	} 
	#header { 
		color: #fff; 
	}
	#menu { 
		color: #fff; 
		position: absolute;
		top: 114px; 
		margin-left: 40px; 
		font-size: 1.16em; /* 14px */
	}
	#menu ul { padding: 0; } 
	#menu ul li { 
		height: 21px; 
		list-style: none; 
		float: left; 
		margin: 0px 20px 0px 0px; 
		padding: 0; 
	}
	#menu ul li a { 
		color: #fff; text-decoration: none;  
		padding: 0px 0px 0px 0px; 
		margin: 0; 
		float: left; 
		font-weight: bold; 
	} 
	#menu ul li a:hover { 
		background-image: url('../images/menunol2.png'); 
		background-repeat: no-repeat; 
		background-position: top left;
	}
	#menu ul li a span { 	
		float: left; 
		padding: 2px 12px 4px 10px; 
		margin-right: -10px; 
	}
	#menu ul li a span:hover { 
		background-image: url('../images/menunor.png'); 
		background-repeat: no-repeat; 
		background-position: top right;
	}
	#menu ul li.act a { 
		color: #000;
		background-image: url('../images/menuactl2.png'); 
		background-repeat: no-repeat; 
		background-position: top left;
	}
	#menu ul li.act a span { 
		background-image: url('../images/menuactr.png'); 
		background-repeat: no-repeat; 
		background-position: top right;
	}
#maincontent { 
	min-height: 400px; 
	background-color: #fff; 
	display: block;
}
	.clear { clear: both; } 
	#content { 
		padding: 20px 0px; 
		display: block;
	}
	#content h1, #content h2 { 
		font-size: 1.41em; 
		border-bottom: 1px solid #663300;
		padding-bottom: 4px; 
	}
	#content h2 { font-size: 1.3em; } 
	#content p { 
		line-height: 1.5em;
	}
	#content a { color: #663300; }
	#content a:hover { text-decoration: none; }  
	#content h1 a, #content h2 a { 
		text-decoration: none; 
		padding-left: 20px; 
		background-image: url('../images/readmore.jpg'); 
		background-repeat: no-repeat;
		background-position: center left; 
	} 
	#content h1 a:hover, #content h2 a:hover { 
		text-decoration: overline;
	}
	#content b { color: #4C2600; font-weight: 900; } 
	#content ul li { 
		list-style: url('../images/bullet.gif'); 
	}
	#content .csc-textpic, #content .csc-header { clear: both; } 
	#content .news-list-image { float: right; } 
	#content .tx-veguestbook-pi1 { clear: both; } 
	#content .news-latest-date { float: right; } 
	#content .tx-veguestbook-pi1 h2.tx-guestbook-header { width: 100%; } 
	.banner { 
		margin: 0px auto 10px auto; 
	}
	.box30 { 
		float: left; 
		width: 317px !important; 
		margin: 0px 14px 10px 0px; 
	}
	.box30top, .box30bottom { 
		background-image: url('../images/smallTop.jpg'); 
		background-repeat: no-repeat;
		height: 8px; 
		width: 317px; 
		display: block;
		font-size: 0; 
	}
	.box30bottom { background-image: url('../images/smallBottom.jpg'); }
	.box30content { 
		display: block;
		background-image: url('../images/smallBg.png'); 
		padding: 7px 13px 5px 13px; 
		min-height: 280px; 
	} 
	.box60 { 
		float: left; 
		width: 648px; 
		min-height: 100px; 
		margin: 0px 14px 10px 0px; 
	}
	.box60top, .box60bottom { 
		background-image: url('../images/mediumTop.jpg'); 
		background-repeat: no-repeat;
		height: 8px; 
		width: 648px; 
		display: block; 
		font-size: 0; 
	}
	.box60bottom { background-image: url('../images/mediumBottom.jpg'); } 
	.box60content { 
		display: block; 
		background-image: url('../images/mediumBg.png'); 
		padding: 7px 13px 5px 13px; 
		min-height: 280px; 		
	}
	.container { float: left; } 
#footercont { 
	color: #969696; 
	width: 100%; 
	height: 200px; 
	background-image: url('../images/footergrad.jpg'); 
	background-repeat: repeat-x; 
}
#footercont a { color: #969696; } 
	#footer { 
		min-height: 200px; 
		padding-bottom: 20px; 
	}
	#footer h2 { 
		color: #969696; 
		font-size: 1.3em; 
	} 
 	#footer #footermenu { 
		float: right; 
		margin: 5px 0px 0px 0px; 
	}
		#footer #footermenu ul li { 
			float: left; 
			list-style: none;
			margin: 0px 10px 0px 0px;  
		} 
		#footermenu ul li a { 
			color: #fff;
			font-weight: bold; 
			text-decoration: none; 
		}
		#footermenu ul li a:hover { text-decoration: underline; } 
	#footer #totop { 
		float: right; 
	}
	.footerbox { 
		float: left; 
		width: 200px; 
		margin: 0px 10px 20px 0px;
	}
	.footerlogo { 
		float: right; 
	}

	#footer .copyright { float: right; } 
