#splashcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #332324; /* dark brown */
	background-position: center center;
}
#splash {
	position: absolute;
	left: 50%;
	top : 50%;
	width: 780px;
	height: 500px;
	margin-left: -390px; /* half of width */
	margin-top: -250px; /* half of height */
	background-image: url(images/holsplash.jpg);
	background-repeat: no-repeat;
}
#splashlinkarea { /* clickable area */
	float: left;
	width : 100%;
	height: 100%;
}
#container {
	position: absolute;
	left: 50%;
	top : 50%;
	width: 780px;
	height: 650px;
	margin-left: -390px; /* half of width */
	margin-top: -325px; /* half of height */
}
#banner {
	position: relative;
	top: 13px;
	width: 100%;
	height: 70px;
	background-image: url(images/hollogowhitebrown.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 488px;
	border: 1px solid #CC9966; /*#D2B48C; /* tan */
	color: #332324; /* dark brown */
	padding: 5px;
	z-index: 30;
}
#mainflash {
	position: relative;
	top: 13px;
	width: 776px;
	height: 496px;
	border: 2px solid #CC9966; /*#D2B48C; /* tan */
}
#menu {
	position: relative;
	top: 18px;
	width: 100%;
	height: 20px;
	text-align: left;
}
#footer {
	position: relative;
	top: 96%;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}
body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .70em;
	text-align: left;
	color: #F5DEB3; /* wheat */
	background-color: #332324; /* dark brown */
}
html,body {
	height: 100%;
}
bodybold {
	font-weight: bold;	
}
.smalltext {
	font-size: .90em;
}
a:link {
	color: #D2B48C; /* tan */
 	text-decoration: underline;
}
a:visited {
	color: #D2B48C; /* tan */
 	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
 	text-decoration: underline;
}
a:active {
	color: #F5DEB3; /* wheat */
 	text-decoration: underline;
}
#horizline {
	height: 1px;
	border-bottom: 1px dashed #D2B48C; /* tan */
	margin-bottom: 3px;
	width: 100%;
}
#horizline2 {
	height: 1px;
	border-bottom: 1px dashed #D2B48C; /* tan */
	margin-top: 10px;
	margin-bottom: 12px;
	width: 100%;
}
img.borderdarkbrown {
	border: 1px solid #332324; /* dark brown */
}
img.borderwheat {
	border: 1px solid #F5DEB3; /* wheat */
}
img.bordertan {
	border: 1px solid #D2B48C; /* tan */
}
img.noborder {
	border: 0px;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-image: url(images/trianglesmall.gif);
	list-style-type: disc;
	margin-left: -5px;
}
