#divLogo {
	width: 100%;
	background-color: 474747;
	text-align: center;




}

/* SPLASH */

#divSplash {
	width: 100%;
	background-color: 474747;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	clear: both;
}


/* MAIN NAV */
#divMainNav {
	width: 100%;
	background-color: 474747;
	height: 21px;
	text-transform: uppercase;
}
ul#MainNav
{
	white-space: nowrap;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	text-align: right;
}

#MainNav li
{
	display: inline;
	list-style-type: none;
	text-indent: 0pt;
	text-transform: none;
}

#MainNav a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#MainNav a:link, #MainNav a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 4px 3px;
}

#MainNav a:hover
{
	color: #fff;
	background-color: #999999;
	text-decoration: none;
	padding: 4px 3px;
}
/* SUB NAV */
#divSubNav {
	width: 100%;
	background-color: #ffffff;
	height: 20px;
	text-transform: uppercase;
}
ul#SubNav
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#SubNav li
{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

#SubNav a {
	
}

#SubNav a:link, #SubNav a:visited
{
color: 474747;
text-decoration: none;
padding: 4px 3px;
}

#SubNav a:hover
{
	color: #FFFFFF;
	background-color: 474747;
	text-decoration: none;
	padding: 5px 3px;
}

/* MAIN CONTENT */

#divMainContent {
	text-align: center;
	max-width: 100%;
	margin-top: 9px;
	height: 100%;
	background-color: #474747;

}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;

}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	font-weight: normal;
}

h2 {
}

#divLeftColumn {
	width: 50%;
	background-color: 474747;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #FFFFFF;
	padding: 15px;
	text-align: left;
	font-size: 12px;

}
ul#LeftColumn
{
}

#LeftColumn li
{
	list-style-type: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	padding: 4px 3px;
}
#divLeftColumn a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;	
}

#divLeftColumn a:link, #LeftColumn a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 4px 3px;
}

#divLeftColumn a:hover
{
	color: #fff;
	background-color: #999999;
	text-decoration: none;
	padding: 4px 3px;
}

#divRightColumn{
	margin-left: 50%;
	height:700px;
	background-color: 474747;
}

/* EPIG */

#divGallery {
	width: 100%;
	height: 100%;
	background-color: 474747;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 15px;
	text-align: left;
	font-size: 12px;

}
/*
.thumbnail {
border: 1px solid #FFFFFF;
}
*/
.caption {
color: white;
font-size: small;
}
.captiontitle {
color: white;
font-size: small;
font-weight: bolder;
text-align: center;
}

.gallery
{
text-align: center;
}

.gallery img
{
border: 1px solid black;
margin: 6px 6px 6px 6px;
padding: 2px;
}

.gallery img:hover, .gallery img:focus

{
}

/* FOOTER */

#divCopyright {
	width: 100%;
	background-color: 474747;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	clear: both;




}
#divZerflin {
	width: 100%;
	background-color: 474747;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	font-size: 9px;
	text-align: center;


}
#divZerflin a {
	color: #FFFFFF;
	text-decoration: none;
}
.logo {
	padding: 12px;
}
#divCopyrightText {
	padding: 5px;
}
body {
	height: 100%;
	background-color: 474747;
}
