body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

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

a:link{
	color: #FFFF00;
	text-decoration: none;
}

a:visited{
	color: #FFFF00;
	text-decoration: none;
}

a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	MARGIN: 5px auto;
	WIDTH: 760px;
	float: none;
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000066;
		}

#leftbar{
	float: left;
	width: 20%;
	padding-top: 30px;
}

#rightbar{
	float:right;
	width: 20%;
	padding-top: 30px;
}

#content{
	float: left;
	width: 60%;
	padding-top: 35px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 5px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	padding-top: 300px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* styling for BOTTOM gallery */
#container_bottom {
	position:relative;
	width:425px;
	background:#d1c8c3;
	border:1px solid #a49188;
	margin:1em auto;
	height: 550px;
}
#container_bottom img {border:0;}
#container_bottom .thumbs {
	position:absolute;
	left:0px;
	bottom:0px;
	height:277px;
	top: 346px;
	width: 427px;
}

#container_bottom a.gallery:hover span {
	display:block;
	position:absolute;
	width:402px;
	height:30px;
	left:5px;
	padding:5px;
	font-style:italic;
	color:#fff;
	z-index:100;
	top: -25px;
}
#container_bottom a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {border:1px solid #000;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {display:block; position:absolute; width:402px; height:302px; top:-340px; left:5px; padding:5px; color:#000; border:1px solid #3d330f; z-index:50;}
#container_bottom h1 {clear:both; margin:0; padding-top:80px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_bottom h1 em {font-size:0.6em; color:#000;}
#Form {

	float: left;
	width: 100%;
}

