.defaultFont {
	font-family: Arial, Helvetica, sans-serif;
	
}

body 
{
text-align:center; 
background-color:#97ab83;
}


#main_wrapper {
	width:766px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */

}



#mainTable

{background-color:#FFF;
font-size:11px;
border-bottom: #b6beac solid 1px;
border-left: #b6beac solid 1px;
border-right: #b6beac solid 1px;
}


#welcomeBody
{
	background-color:#bccea9;

}

#divWelcomeContent
{
	margin-left:30px;
	margin-right:5px;
}

#spWelcomeHeading
{
	color:#9d2007;
	font-weight:bold;}
	
	#logoContactDetails
	{
		background-color:#638e38;
	}

#divContact
{
	color:#FFF;
	margin-left:32px;}
	
	a
	{
		color:#C0F5D0;}
		
#galleryRoooms
{
	background-color:#82a560;
	text-align:center;
}

a:hover#mailLink
{
	color:#CFC;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:197px;
	height:330px;
}


#imageContainer2 {
	position:relative;

	width:373px;
		height:330px;

}


/* styles unrelated to the application follow */


	

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


#imageContainer2 img {
	display:none;
	position:absolute;
	top:0; left:0;

}






