/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 850px;	/* Page width */
	margin: 0px auto;
	text-align: left;
}


	/* TOP */

#top{
	margin-bottom:10px;
}
	
	#flashtop{
		height:185px;
		background:#ececec;
		border-bottom:9px solid #223285;
	}

	#menu{}

/*----- MIDDLE ------*/
#middle{
	clear: both;
	float: left;
	background: #eaebf5;
}

	#left-column {
		float: left;
		width: 190px;
		padding:0px;
		padding-right:5px;
		padding-bottom:5px;
		border-right:1px solid #cccccc;
	}
		div#extra-content{padding-bottom:2px;}
		div#extra-content2{}
	
	
	div#main-column{
		float: right;
		width: 654px !important;
		width:590px;
		margin:0 !important;
		margin-right:17px;
		padding:0 !important;
		padding:24px 0;
	}
		div#content {
			height: 	1%;
			padding:24px 34px !important;
			padding:0px;
		}	
		div#content .inner {}
		
	div#news{}
	
	#menu-placeholder {
		height:283px;
	}

	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	
	background: #fff;
}

	div#footer{}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}
