@charset "UTF-8";
body {
	background-color: #BFBFC4;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

.structure #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFFFFF;
} 

.structure #containerinside {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/largebackground.gif);
	background-repeat: repeat-y;
} 

.structure #header {
	width: 900px;
	float: inherit;
}

.structure #indexlargeimage {
	width: 900px;
	height: 325px;
}

.structure #bottomindexnav {
	width: 900px;
	height: 75px;
}

.structure #bottomindexnavin {
	width: 900px;
	height: 75px;
	
}

.structure #bottomindeximage {
	width: 900px;
	height: 50px;
}

.structure #footer {
	width: 900px;
	height: 40px;
	color: #BFBFC4;
	margin-top: 10px;
}

.structure #footerin {
	width: 900px;
	height: 55px;
	color: #BFBFC4;
	float: left;
}

.structure #sidebar {
	width: 180px;
	float: left;
	margin-left: 60px;
}

.structure #maincontent {
	width: 656px;
	float: right;
}

.structure #mainContentshort {
	margin: 0px 0px 0px 245px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 656px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
} 

.structure #maintext {
	width: 546px;
	float: none;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
		
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 

#overlay img{ border: none; }
