/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: auto;
	background-color: transparent;
	background-image: url(/acad/dev/images/acadadv_header.jpg);
	background-repeat: no-repeat;
}
#site_logo_sub {
	height: auto;
	background-color: transparent;
	background-image: url(../images/acad_adv_sub_header.jpg);
	background-repeat: no-repeat;
}
html {
	color: #000000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background-image: url(../images/acad%20adv%20%20background.jpg);
	background-repeat: repeat;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: -3px -3px;
	background-image: url(../images/acad%20adv%20%20background.jpg);
}
#search #searchbox {
	background-color: #C2D2A7;
	border: 1px solid #cccccc;
	color:#00573D;
	height: 1.1em;
	margin:0;
	padding:0;
	width:105px;
	width: auto;
	position: relative;
}
#navbar {
	font-size: 0.8em;
	border-top:6px solid white;
	color: #363636;
	background-color: #88A555;
}

#navbar_wrap {
	background-color: #88A555;
}

.nav_section {
	background-color: #88A555;
	padding-top: 1em;
	border-top: 2px solid #ffffff;
}

#sidebar{
	float: right;
	display: inline;
	width: 250px;
}





