div#top
{
	position:relative;
	height:123px;
	background:#cccccc url(backgroundTop.png) no-repeat;
	z-index:1;
}
	ul#menu
	{
		position:absolute;
		bottom:2px;
		right:10px;
		z-index:2;
	}

div#center
{
	background-color:#ffffff;
}
	div#content
	{
		background:#cccccc right repeat;
		border-top:8px solid #ffffff;
		margin:0px 8px 0px 8px;
	}
	div#content, div#box
	{
		position:relative;
		padding:8px;
		height:262px;
	}
		div#map a
		{
			display:block;
			position:absolute;
			top:0px;
			right:0px;
			height:25px;
			width:100px;
		}
		div#box
		{
			position:absolute;
			right:9px;
			bottom:10px;
			overflow-x:hidden;
			overflow-y:auto;
			height:215px;
			width:427px;
		}
			div#box div#thumbs div.thumb
			{
				float:left;
				/*background-color:#ffffff;*/
			}
	div#address, div#news, div#subscription
	{
		display:inline;
		background:#FDFDFD url(backgroundUnderCenter.png) repeat-x;
		float:left;
		padding:8px;
	}
		div#address, div#subscription
		{
			margin:8px;
		}
		div#address
		{
			width:204px;
		}
		div#news
		{
			margin:8px 0px;
			width:284px;
		}
		div#subscription
		{
			width:232px;
		}

div#footer
{
	height:100px;
	padding-right:15px;
}

div#pageMessageBox, div#pageMessage
{
	padding:50px;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 590px;
	height:390px;
	margin-top: -250px;
	margin-left: -350px;
}
div#pageMessageBox
{
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	z-index:110;
	border:5px solid #BB0000;
	
}
div#pageMessage
{
	z-index:111;
}
