/*Webpage Body*/	body
	{
		background-image:url(background.jpg);
		background-attachment:fixed;
	}/*Header Section*/	#header
	{
		position:absolute;
		top:0px;
		left:50px;
		background-image: url(thelodge2.jpg);
		background-repeat: no-repeat;
		background-color: #3399ff;
		width:891px;
		height:160px;
	}/*Main Content Section*/	#maincontent
	{
		position:absolute;
		width:891px;
		height:auto;
		top:160px;
		left:50px;
		background-color: #FFFFFF;
		overflow:visible;
	}	
	#maincontent a:link, #maincontent a:visited
	{
		border-left-style:solid;
		border-left-width:5px;
		border-left-color:#000099;
		border-right-style:solid;
		border-right-width:5px;
		border-right-color:#000099;
		background-color:#cccccc;
		padding-left:5px;
		padding-right:5px;
		font-size: 14px;
		font-weight:bold;
		color:#000099;
		text-decoration:none;
		line-height: 2em;
		border-bottom:ridge;
		border-top:ridge;
		margin-bottom:5px;	}
	
	#maincontent a:hover
	{
		border-left-style:solid;
		border-left-width:5px;
		border-left-color:#cc0000;
		border-right-style:solid;
		border-right-width:5px;
		border-right-color:#cc0000;
		background-color:#cccccc;
		font-weight:bold;
		color: #3399ff;
		text-decoration: none;
	}/*Images*/	#imageview img
	{
		border:solid;
		border-color:#3399ff;
		border-width:2px;
	}
	#imageview img:hover
	{
		border:solid;
		border-color:#000099;
		border-width:2px;
	}
	#imageview a:link, #imageview a:visited, 		#imageview a:hover
	{
		border:none;
		color:#ffffff;
		background-color:#ffffff;
		text-decoration:none;
	}/*Menu Section*/
	.menu
	{
		background-image:url(menuback.jpg);
		padding-bottom:10px;
		padding-top:5px;
		border: ridge;
		border-width:3px;
		border-left: none;
		border-right: none;	}	#mlinks a:link, #mlinks a:visited
	{
		background-color:#ffffff;
		padding:3px;
		font-size:14px;
		border:none;
	}
	#mlinks a:hover
	{
		border:none;
		color:#FFFFFF;
		background-color: #3399ff;
		text-decoration:underline overline;
	}/*Footer Section*/	#footer
	{
		position:static;
		float:none;
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}
	#footer a:link, #footer a:visited
	{
		background-color:#ffffff;
		border:none;
		font-size:12px;
		color: #3300cc;
	}
	#footer a:hover
	{
		background-color:#ffffff;
		border:none;
		font-size:12px;
		text-decoration:underline overline;
		color:#3300cc;
	}/*Various Settings*/	h3[class="h3back"]
	{
		border-top-style:ridge;
		border-bottom-style:ridge;
		width:120px;	}	div[class="margin"]
	{
		margin-left:5px;
		margin-right:5px;
	}
	#plain a:link, #plain a:visited
	{
		border:none;
		background-color:#ffffff;
		text-decoration:none;
	}
	#plain a:hover
	{
		border:none;
		text-decoration:underline overline;
	}
