html, body {
	height:100%;
	}
body {
	background-image: url(images/background_only.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	text-align: center;
	min-width:980px;

}

#siteHolder {
	margin:0 auto;
	position:relative;
	text-align:center;
	height:950px;
	width:980px;
	clear:left;

	}
.topHolder {
height:230px;
width:980px;
}
.menu {
margin:0 0 auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
width:980px;
	position: relative;

}
.splashphoto {
	background-image: url(images/photo_only.gif);
position:relative;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 30px;
	width:980px;
	height: 725px;

}
.logo {
	height: 0px;
	width:980px;
	top: 0px;
	position: relative;
text-align:center;

}

.krhsplash {
	height: 100px;
	top: 5px;
	position: relative;

}

.krh {



}


.content {
	margin:0 auto;
	overflow: auto;
	height: 450px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	border-color:#FFFFFF;
	border: 1px solid;
	padding: 10px;	

}
.content h1,h2 {
	color: #FFFFFF;
	text-align: center;
}
.content p {
	color: #FFFFFF;
	text-align: left;
}
.menu ul,li,h1,h2,h3 {
	display:inline;
margin-left:0px;
margin-right:7px;
}
.menu a,a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.content a,a:link,a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover {
	color: #CC0033;

}
.menu a:hover {
	color: #CC0033;

}

