body{
	padding:0px;
	margin:0px;
	color:#ffffff;
	background:#000000;
	font-size:10pt;

}
a{
	color:#ffffff;
}
img{
	border:0px;
}
.floater{
	float:right;
}
.white{
	color:#ffffff;
}
.red{
	color:#ff0000;
}
.yellow{
	color:#FCE36A;
}
.blue{
	color:#0B2F9E;
}

.nav a{
	display:block;
	height:36px;
	float:left;
}
.home{
	width:89px;
	background:url('images/nav_home_off.jpg') no-repeat;
}
.korner{
	width:184px;
	background:url('images/nav_korner_off.jpg') no-repeat;
}
.services{
	width:111px;
	background:url('images/nav_services_off.jpg') no-repeat;
}
.gallery{
	width:105px;
	background:url('images/nav_gallery_off.jpg') no-repeat;
}
.bio{
	width:140px;
	background:url('images/nav_bio_off.jpg') no-repeat;
}
.home:hover{
	background:url('images/nav_home_over.jpg') no-repeat;
}
.korner:hover{
	background:url('images/nav_korner_over.jpg') no-repeat;
}
.services:hover{
	background:url('images/nav_services_over.jpg') no-repeat;
}
.gallery:hover{
	background:url('images/nav_gallery_over.jpg') no-repeat;
}
.bio:hover{
	background:url('images/nav_bio_over.jpg') no-repeat;
}

.leftmost{
	background:url('images/leftmost_background.jpg') repeat-y;
}
.left{
	background:url('images/left_background.jpg') repeat-y;
}
.contact_box{
	height:209px;
	width:278px;
	background:url('images/left_contact.jpg') no-repeat;
}
.events_box{
	height:124px;
	width:278px;
	background:url('images/left_events_background.jpg') no-repeat;
	color:#FCE36A;
	text-align:center;
	font-size:12pt;
}
.content{
	background:#590500;
}
.rightmost{
	background:url('images/rightmost_background.jpg') repeat-y;
}
p {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}
.footer {
	background:url(images/footer.jpg) no-repeat;
}
h2 {
	padding-left:10px;
}
.marquee {
	color:#FFF;
}
.childrens:link {
	color:#FCE36A;
}
.childrens:hover {
	color:#0B2F9F;
}
.childrens:visited {
	color:#ff0000;
}
