html, body {
/*	height:                  50%;*/
	margin:                  0;
	padding:                 0;
	border:                  none;
}

body {
	font-family:             Georgia, 'Times New Roman', Times, serif;
	font-size:               12px;
	color:                   rgb(192,192,192);
}

#mainPageBody {
	background-color:        rgb(128,128,128);
}

#contactPageBody {
	background-color:        rgb(128,128,128);
}

#mainLeft {
	position:                absolute;
	top:                     0;
	bottom:                  0;
	left:                    0;
	width:                   300px;
	background-color:        rgb(115,115,115);
	background-image:        url(images/backGrad-02.gif);	
	background-repeat:       repeat-x;
}

#mainLogoContainer {
	width:                   250px;
	height:                  159px;
	margin-top:              10%;
	margin-right:            auto;	
	margin-left:             auto;
}

#mainContactContainer {
	position:                absolute;
	top:                     auto;
	right:                   auto;
	bottom:                  0;
	left:                    auto;
	width:                   300px;
/*	height:                  200px;*/
	margin-right:            auto;	
	margin-left:             auto;
}

#progressInfoContainer {
	text-align: center;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 20px;
	font-weight: bold;
	white-space: pre;
}

#progressIndicatorContainer {
	width:                   128px;
	height:                  128px;
	margin-top:              10%;
	margin-right:            auto;	
	margin-left:             auto;
	
}

#mainContacts {
	font-family:             Verdana, Arial, Helvetica, sans-serif;
	font-size:               10px;
	text-align:              center;
	color:                   rgb(192,192,192);
}

#mainJumpContainer {
	position:                absolute;
	top:                     40%;
	left:                    0;
	width:                   300px;

}

#mainJump {
	font-family:             Verdana, Arial, Helvetica, sans-serif;
	font-size:               10px;
	text-align:              center;
	color:                   rgb(192,192,192);
}

#mainJump a:hover {
	border-bottom: 2px solid rgb(155,15,0);
}


#mainRight {
	position:                absolute;
	top:                     0;
	right:                   0;
	bottom:                  0;
	left:                    300px;
} 

#mainSpotlightContainer {	
	width:                   426px;
	margin-top:              5em;
	margin-left:             auto;
	margin-right:            auto;
}

#mainSpotlightImage {	

	border:                  1px solid black;
}


#galleryJumpContainer {
	width:                   650px;
	margin-top:              3em;
	margin-right:            auto;	
	margin-left:             auto;
}

#galleryJumpContainer        a, a:link, a:visited {
	color:                   rgb(192,192,192);
	text-decoration:         none;
	font-size:               1.5em;
}

#galleryJumpContainer        a:hover {
	color:                   rgb(214,41,41);
	text-decoration:         none;
	font-size:               1.5em;
}



#galleryJumpContainer img {
	display:                 block;
	margin:                  0;
	padding:                 0;
	border-style:            none;
}

