@charset "UTF-8";
/* CSS Document */

html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background: #ffffff;}
	
body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;}
	
	
	
/* ---global--- */



#main_container {
	min-height: 100%;
	position: relative;
	padding: 0 20px 0 20px;}
		
	#header {
		width: 100%;
		margin: 0 0 60px 0;
		padding: 35px 0 0 0;}
		
		#header_container {
			width: 900px;
			height: 260px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			border-top: 7px #000000 solid;
			border-bottom: 7px #000000 solid;
			background: url('/_images/global/backgrounds/skyline_day.png') no-repeat bottom;}
		
		#header_title {
			float: left;
			margin: 10px 0 10px 0;}

		
		
	#intro {
		width: 100%;
		margin: 0 0 20px 0;}
		
	#the_body {
		width: 900px;
		margin: 0 0 0 0;
		padding: 0 0 220px 0;}
		
		
		#main_content {
			float: left;
			width: 662px;
			padding: 0 0 0 0;}
			
		#sidebar {
			float: right;		
			width: 210px;
			margin: 0 0 0 28px;
			padding: 0 0 0 0;
			border-left: 0px #000000 solid;}
		
		#sidebar_widgets {
			width: 210px;
			margin: 0 0 0 0;
			padding: 0 0 0 0;}
			
			#sidebar_widgets li {
				width: 200px;
				margin: 0 0 35px 0;
				padding: 0 5px 5px 5px;}
				
			#sidebar_widgets .cat-item {
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				border: none;
				background: none;}
		
		
		
	.clearer {
		clear: both;
		width: 100%;
		height: 1px;}


	
	
	
/* bottom footer area */

#bottom {
	position: absolute;	
	bottom: 0;
	height: 210px;
	width: 900px;
	background: url('/_images/global/backgrounds/skyline_day.png') center repeat-x;}
	
	#footer {
		position: fixed;
		bottom: 0;
		width: 900px;
		height: 30px;
		margin: 0 0 0 0;
		border-top: 2px #000000 solid;
		background: #ffffff;}
		
		#footer_container {
			position: relative;
			width: 900px;
			margin: 0 0 0 0;}
	
	