/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
hr {
	border:0px;
	height:1px;
	border-bottom:1px solid #ccc;
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}


div#page_top, div#page_middle, div#page_bottom {
	width: 979px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	text-align: left;
}
div#page_top {
	margin-top: 30px;
}
div#page_middle {}
div#page_bottom {}

div.float-clear{
	clear: both;
	font-size: 0px;
	height: 15px;
}

	/* TOP */

div#top{
	float: left;
	border-left: 1px solid #e3e4ed;
	border-right: 1px solid #e3e4ed;
}
	div#header{
		clear: both;
	}
		div#logo{
			float: left;
		}
		div#flashtop{
			float: right;
			width: 774px;
		}


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
	border-left: 1px solid #e3e4ed;
	border-right: 1px solid #e3e4ed;
	border-top: 1px solid #e3e4ed;
	background: white url(../img/middle_background.gif) repeat-y scroll left;
}

	div#left-column{
		float: left;
		width: 204px;
	}
		div#menu{}
		div#menu_bottom{
			background: transparent url(../img/menu_background.gif) repeat-x scroll top;
			height: 25px;
			margin-right: 8px;
		}
		div#extra-content_left{
			margin-top: 20px;
			margin-right: 8px;
		}
	
	div#middle_right{
		float: right;
		width: 767px; /* 20px margin left */
		width: 757px;
		margin-left: 16px;
	}
	
	div#right-column{
		float: right;
		width: 196px;
	}
		div#news{}
		div#track{
			margin-top: 30px;
			padding-left: 10px;
		}
		div#extra-content_right{
			clear: both;
			margin-top: 20px;
		}
	
	div#main-column{
		float: left;
		width: 544px; /* 20x margin right */
	}
		div#top-bar{
			float: left;
			width: 544px;
			border-bottom: 1px solid #e3e4ed;
		}
			div#menu-top{
			width: 444px;
			float:left;
			}
			div#intranet a {
				background: transparent url(../img/itm_arrow.gif) no-repeat scroll left;
	
				min-height: 30px;
				height: auto !important;
				height: 30px;
				line-height: 30px;
				
				margin-left: 10px;
				padding: 0 10px 0 20px;
				
				font-size: 11px;
				color: black;
				text-decoration: none;
				float:right;
			}
			div#intranet a:hover {
				text-decoration: underline;
			}
			
		div#content{
			clear: both;
			float: left;
			width: 544px;
			background: transparent url(../img/content_background.gif) no-repeat scroll top;
			min-height: 400px;
			height: auto !important;
			height: 400px;
			margin: 15px 0px;
		}


	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: center;
	border-top: 1px solid #e3e4ed;
}

	div#footer{
		padding-top: 20px;
		color: #1e2d6e;
	}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{
		margin-top: 10px;
	}

