@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#page_background {
	background-image: url(../images/under_construction_bckgrnd_gradient.jpg);
	background-color:#baab86;
	background-repeat: repeat-x;
	margin: 0px;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #999999;
}
 

.main_text {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

