/* LAYOUT */

.body {
	background: #f5f5f5;
}
#container {
	background: none;
	text-align: center;
}
#page {
	background: transparent url(../img/page-bg.gif) repeat-y left top;
	width: 1006px;
	margin: 0px auto;
	text-align: left;
}


	/* TOP */

#top {	
	background: url(../img/top-bg.gif) no-repeat top;
	height:105px;
	position:relative;
}
	#logo {
		position: absolute;
		left:32px;
		top:20px;
	}
	
	#language {
		position:absolute;
		right:16px;
		top:20px;
	}
	#login {
		position:absolute;
		right:180px;
		top:20px;
	}
		#language span { margin-right:7px; }
		#language a img { vertical-align: middle; margin-right:5px; }
	#top-bar{		
		background: url(../img/topbar-bg.gif) repeat-x top;
		position:absolute;
		width:751px;
		height:32px;
		right:8px;
		top:49px;
	}

		#top-bar a.home {
			float:left;
		}
		
		#extra-menu {
			float:right;
			line-height: 32px;
			margin-right:25px;
			font-size:12px;
		}
			#extra-menu a { color:white; padding-right:21px; margin-right:15px; }
			#extra-menu a:hover { color:#b7d9ee; }
			#extra-menu a.contact { background:url(../img/icon-mail.gif) no-repeat 100% 52%; }
			#extra-menu a.sitemap { background:url(../img/icon-sitemap.gif) no-repeat 100% 52%; }
		
		#search {
			float:right;
			margin-top:6px;
			margin-right:10px;
		}
		
	/* FLASH */

#flashtop {
	padding:0 8px;
}	
		
	/* MIDDLE */

#middle {
	clear: both;
	float: left;
	margin:0px 8px !important;
	margin:0 4px;
	padding:20px 0;
	width:990px;
	background:url(../img/middle-bg.gif) repeat-x top;
}
	.front {
		background:none;
	}

	#left-column {
		float: left;
		width: 178px;
	}
		#menu {}
		
		#extra-content {}
	
	#main-column {
		float: right;
		width: 785px; /* 10px margin right */
		padding-top:5px;
	}
		#content{
			height: 	1%;
			margin-right:20px;
		}

		
		.frontpage-content td p {
			margin-bottom:0px;
		}
		.frontpage-content td ul {
			margin-top:0px;
		}

	/* BOTTOM */

#bottom {
	clear: both;
	text-align: center;
	font-size:12px;
	background: url(../img/bottom-bg.gif) no-repeat;
	/*
	padding:17px 20px 11px 20px !important;
	padding:16px 20px 7px 20px;
	*/
	line-height:56px;
	padding-bottom:4px;
	color:#666666;
}

	#footer {}
		#footer a {}
		#footer a:hover {}
	#copyright {}

