/* LAYOUT */

.body{
	background: #ececec url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
	line-height: 18px;
	color:#333;
}




#container{
	background: none;
	text-align: center;	/* Center (IE) */
}

#page{}

	/* TOP */
	
#top, #middle {
	width:1271px;
	margin:0 auto;
	padding:0px;
}
	
#top{	
	padding-top:10px;
}
	
	#logo {
		padding:0px;
		margin:0px;
		display:block;
	}
		#logo a {
			margin:0px;
			padding:0px;
			display:block;
		}
	#flashtop{}
	
#topmenu {
	background:url(../img/background.png) top;
	height:39px;
	line-height: 35px;
}


	/* MIDDLE */

#middle{	
	text-align: left;
	padding:30px 0;
}
	
	div#right-column{
		float: right;
		width: 390px;
		padding:20px;
		text-align:center;
	}
	
		div#news{}
		div#extra-content{}
	
	div#main-column{
		float: left;
		width: 800px;
		padding:20px;
		
	}
		div#content{
			height: 	1%;
			padding-bottom:20px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	padding-top:20px;
	font-size:11px;
}

	div#footer{}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}

