/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
#container{
	background: none;
	text-align: center;	/* Center (IE) */
	padding-top:25px;
}
#page{
	background: transparent url(../img/page-bg.gif) repeat-y scroll top;	/* Page background */
	width: 928px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

#top{
	min-height: 111px;
	height:		auto !important;
	height: 	111px;
	padding:4px 5px 0px 5px;
	background:url(../img/top-bg.gif) no-repeat top;
	position:relative;
	z-index: 500000;
}

	#header {
		height:111px;
		background:url(../img/header-bg.gif) repeat-x bottom;
		position:relative;
	}
		#search {
			position:absolute;
			width:152px;
			right:10px;
			top:10px;
		}
		#lang {
			position:absolute;
			top:11px;
			right:192px;
		}
			#lang a img { vertical-align: middle; margin-left:3px; }
			
			#lang .facebook {
				margin-right:25px;
				padding-left:23px;
				background:url(../img/facebook.png) no-repeat 0% 50%;
				text-decoration:none;
			}
			
		#logo {
			position:absolute;
			left:35px;
			top:-22px;
		}
	
	#top-bar{
		min-height: 36px;
		height:		auto !important;
		height: 	36px;
		position:absolute;
		right:0px;
		top:57px;
		background:url(../img/topmenu-bg.gif) repeat-x;
		z-index: 500000;
	}
		
		#menu-top{}


#flashtop { padding:0 5px; }

#middle {
	clear: both;
	float: left;
	width:918px;
	margin:0 5px;
	background:url(../img/middle-bg.gif) repeat-x top;
}

	#left-column {
		float: left;
		margin-top:17px;
		width: 200px;
		padding:5px 5px;
		margin-left:21px;
		background:url(../img/left-column-bg.gif) no-repeat;
	}
		#menu {
			padding:5px;
			margin-bottom:20px;
		}
		#mailing-list {
			padding:10px;
			margin-bottom:20px;
		}
		#extra-content {
			margin-bottom:15px;
		}

	#main-column {
		float: right;
		width: 595px; /* 10px margin right */
		margin-right:51px !important;
		margin-right:25px;
		margin-top:30px;
	}
		#news {
			margin-bottom:30px;
		}
		
		#content {
			height: 	1%;
			line-height:20px;
		}


	/* BOTTOM */

#bottom {
	clear: both;
	text-align: center;
	
	background: url(../img/bottom-bg.gif) no-repeat bottom;
	padding:0 5px 5px 5px;
}

	#footer {
		background:url(../img/footer-bg.gif) repeat-x top;
		padding:20px;
	}
		#footer p {
			margin:0px;
			padding:0px;
		}
		#footer a {}
		#footer a:hover {}
		
	#copyright {}
	
	.clear { clear:both; }