body {
background: url("/img/header_bg.jpg") repeat-x scroll 0 0 transparent;
height: 100%;
font-size:14px;
}
html {
height: 100%;
}

#wrapper {
margin-left:auto;
margin-right:auto;
width:980px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -20px;
}
/*		HEADER		*/

#header {
float:left;
height:80px;
width:980px;
color:#ffffff;
}
#header-top-row {
height:45px;

}
#header-right {
float:right;
}
#header-middle {
float:left;
}
#header-left {
float:left;

}
#logout-btn {
	font-size:14px;
	color:#e70026;
	font-weight:bold;
	text-decoration:none;
	height:24px;
	margin-top:0px;
	line-height:24px;
}
/*		CONTENT		*/

#content-wrapper {
margin-top:10px;
float:left;
width:980px;
min-height:300px;
}

#left-nav {
width:100%;
height:30px;
float:left;
padding-top:8px;
background-color:#b3b3b3;

}
#left-nav-menu li {
float:left;
}

#left-nav-menu li a {
color:#000000;
text-decoration:none;
margin-left:30px;
}

#left-nav-menu li a:hover {
color:#ffffff;
}


#content {
margin-top:10px;
width:100%;
height:500px;
float:left;
}

#push-footer {
height:20px;
}

#footer {
text-align:center;
height:20px;
font-size:12px;
width:980px;
margin-left:auto;
margin-right:auto;
}

.autocomplete {
	width:100px;
	border: 1px solid #bebebe;
}
.ui-autocomplete {
width:180px;
}
