* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: ;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/

#menu {
    margin: 0 auto;	
        }
#header {
	height: 173px;
	background: #0079b2;
	}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 37px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 2px 2px 0 220px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer,.push {
	width: 1000px;
	margin-top: -37px auto 0;
	height: 37px;
	background: #EDEFF1;
	border:#006FAB 1px solid;
	position: relative;
}
#before_footer {
	height:20px; 
	clear:both
}








