body{
	background-color: #000000;
	font-family: Georgia;
	color: #AAAAAA;
	height: 95%;
}

html{
	height: 95%;

}

a{
	color: #CCCCCC;
	text-decoration: none;
}

a.displayedCenter{
	border: none;	
}

.displayedCenter{
	border: none;	
	margin-left: 225px;
}

.alink{
	color: #680000;
}

.alink:hover{
	text-decoration: underline;
	color: #990033;
}

#Container{
	position: relative;
	width:755px;
	min-height: 100%;
	margin:0px auto;
	text-align:left;	
}

#Nav{
display: inline;

}

#HomeContent{
position: relative;
width: 350px;
float: left;
}

#HomeGallery{
float: left;
}

#homeContainer{
	height: 350px;
}

#imageContainer { height:400; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:-100px; 	
			height:400;  	
			width:237; 	
			opacity: -0.01; } 			

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.floatRight{
	float: right;	
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

#Header{
	margin-bottom: 20px;	
}

#Footer{
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	height: 20px;	
	width: 740px;
	padding: 10px;
	font-size: 8pt;
}

img.nohover {
	border: none; 
	padding-left: 16px;
}
img.hover {
	border: none;
	display:none;
	text-decoration: none;
	padding-left: 16px;
	
	}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}

.section{
padding-bottom: 20px;
padding-top: 10px;
}

.Headline{
font-weight: bold;	
padding-bottom: 5px;
color: #CCCCCC;
}

.HeadlineHome{
position: relative;
font-style: italic;
display: block;
padding-bottom: 5px;
color: #CCCCCC;
width: 400px;
right: 100px;
top: 250px;
text-align: center;
}


.bold{
font-weight: bold;	
}

.standOut{
font-weight: bold;	
color: #CCCCCC;
}

.subImage{
cursor: pointer;		
}

.correction{
padding-right: 30px;	
}

#imageGallerySpot{
	position:relative;
	float:right;
	width: 300px;
}

.homePageSlogan{
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 200px;
	width: 100%;
	text-align: center;
}

.homeLogos{
	position: relative;
}