body{
	background-color: #DBDBDB;
	font-family: Arial;
	font-size: 12px;
}

#outline{
	width: 100%;
	}

#main-wrapper{
	margin: auto;
	width: 990px;
	padding: 10px;
	}

#body-wrap{
	float:left;
	margin-bottom:50px;
	}

/* header*/
#header{
	float:left;
	}

	#header-logo{
	float:left;
	height:55px;
	width:215px;
	}
	
	#header-text{
	background-color:#979797;
	float:left;
	height:48px;
	padding-left:10px;
	padding-top:7px;
	width:746px;
	}
	
/* main navigation */
#menu-wrap{
	float:left;
	}
	
	#menu-left{
	float:left;
	background-color:#979797;
	width:215px;
	height: 25px;
	}
	
	#menu-bar{
	float:left;
	background-color:#C8C8C8;
	width:756px;
	height: 25px;
	}
	
/* contents */
#content-wrap{
	float:left;
	}

	#leftside{
	background-color:#DBDBDB;
	float:left;
	width:215px;
	}
	
		.left-box{
		background-color:#979797;
		margin-bottom:30px;
		}
		
	#mid-wrap{
	background-color:#C8C8C8;
	float:left;
	width:570px;
	}
	
		#mid-submenu{
		float:left;
		height:60px;
		}
			
			#submenu-cat{
			float: left;
			}
			
			#submenu-links{
			float:left;
			margin-left:20px;
			}
		
		#pagecontents{
		background-color:#DBDBDB;
		float:left;
		width:100%;
		}
		
			.articles{
			margin: 15px;
			}
		
	#rightside{
	background-color:#979797;
	float:left;
	padding:10px;
	width:166px;
	}
	
		.right-box{
		margin-bottom:20px;
		}
		
		.right-highlight{
		background-color: #BBBBBB;
		}

#footer-wrap{
background-color:#979797;
float:left;
margin:10px auto auto;
width:971px;
}

	#footer-menu{
	float: left;
	width: 100%;
	}
	
	#footer-policy{
	float: left;
	width: 100%;
	}
		
