body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F5FB;
	font-family: Arial;
	font-size: 15px;
}

#dashboard_container {
	margin: 0px;
	padding: 0px;
}

#header_outer {
	border-bottom: 1px solid #CCCCCC;
	width:100%;
	//background-color: #C3D9FF;
	background-color:  #C3D9FF;
	height:120px;
}

#header_inner {
	//background-color: #C3D9FF;
	background-color:  #C3D9FF;
	width: 980px;
	height:120px;
	margin: 0 auto;
	position: relative;
	
}

#company_name {
	font-size:44px;
	color:#4682b4;
	padding-top: 20px;
}


#menu {
	bottom: 0px;
	position: absolute;
	
}

#menu ul {
	margin: 0px;
	float:left;
	padding: 0px;
	margin-left: -8px;
}

#menu li {
	display: inline;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 4px 5px 0px 5px;
	background-color: #cacaca;
	font-weight:bold;
	
}

#menu li a {
	text-decoration: none;
	color: #444444;
}

#menu .act {
	background-color: #F2F5FB;	
	border-bottom: 1px solid #F2F5FB; 
}

#menu .spacer {
	background-color: #C3D9FF;
	border: 1px solid #C3D9FF; 
	border-bottom: 1px solid #CCCCCC;
	width: 20px;
	
}

#menu .user {
	background-color: #eeeeee;
	border: 1px solid #cccccc; 
	border-bottom: 1px solid #eeeeee;
	width: 20px;
	
}

#menu li:hover {
	background-color: #F2F5FB;	
	border-bottom: 1px solid #F2F5FB; ;
}


#menu .act a {
	color: #008000;
}

#content_wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top:20px;
}

#content {
	width: 590px;
	border: 1px solid #cccccc;
	float:left;
	height: 700px;
}

#sidebar {
	width: 370px;
	float:right;
	
}

#box {
	background-color: #dcdcdc;
	border: 1px solid #d3d3d3;
	padding: 5px;
	margin-top: 10px;
	
}

