
/*---------------------------------------------------------------------------------------------[ CENTER PAGE ]*/
.framed{
	width: 1000px;
	margin: 0 auto 0px auto;
	background-color:#fff;
}

/*---------------------------------------------------------------------------------------------[ PANELS ]*/
.panel{
	padding: 0 0 10px 0;
}
	.panel .head{
		height: 30px;
		background: url("../images/panel_heads.png") 100% -30px no-repeat;
	}
		.panel .head h3{
			float: left;
			height: 30px;
			line-height: 30px;
			padding: 0 0 0 10px;
			float: left;
			color: #fff;
			font-weight: bold;
			background: url("../images/panel_heads.png") 0 -30px no-repeat;
		}
		.panel .head p{
			float: right;
			padding: 4px 4px 0 0;
		}
		.panel .head a{
			float: right;
			display: block;
			width: 126px;
			height: 22px;
			background: url("../images/button_view_all.png") 0 0 no-repeat;
		}
		.panel .head .view-graphics{
			background-position: 0 -22px;
		}
		.panel .head .view-videos{
		background-position: 0 -44px;
		}
		.panel .head span{
			display: none;
		}
	.panel .body{
		padding: 9px;
		border-width: 0 2px 2px 2px;
		border-color: #7C4D06;
		border-style: solid;
	}

/*---------------------------------------------------------------------------------------------[ HEADER ]*/
#header{
	overflow: hidden;
	padding: 0px 0;
	background: url("../images/header_bg.png") 0 0 no-repeat;
}
	#header .logo{
		float: left;
		padding: 0 0 0 0px;
	}
		#header .logo a{
			display: block;
			width: 1000px;
			height: 224px;
			background: url("../images/logo.png") 0 0 no-repeat;
		}
			#header .logo a span{
				display: none;
			}
	#header .ad{
		position: absolute;
		float: right;
		padding: 20px 50px 0 250px;
	}

/*---------------------------------------------------------------------------------------------[ BREADCRUMBS ]*/
#breadcrumb{
	height: 30px;
	line-height: 30px;
	background: url("../images/breadcrumb_bg.png") 0 0 no-repeat;
}

/*---------------------------------------------------------------------------------------------[ PAGE ]*/
#page{
	overflow: hidden;
}

/*---------------------------------------------------------------------------------------------[ NAV ]*/
#navigation{
	width: 230px;
	float: left;
}

/*---------------------------------------------------------------------------------------------[ CONTENT ]*/
#content{
	width: 450px;
	float: left;
	margin: 0 10px;
}

/*---------------------------------------------------------------------------------------------[ SIDEBAR ]*/
#sidebar{
	width: 300px;
	float: left;
}

/*---------------------------------------------------------------------------------------------[ FOOTER ]*/
#footer{}