@charset "utf-8";
/* CSS Document */

#header {
	width:772px;
	height:95px;
	padding:4px;
	padding-bottom:none;
	background-color:#ffec71;
}

#logo {
	float:left;
	height:99px;
	width:404px;
}

#header-image {
	float:left;
	width:368px;
	height:99px;
}

#topnav {
	width:725px;
	height:42px;
	padding-left:45px;
	padding-right:10px;
	background:url(../images/topnav_bg.gif) repeat;
}

#content-container {
	width:780px;
	background:url(../images/leftnav_bg.gif) repeat;
}

#content {
	width:584px;
	padding:15px 20px 15px 20px;
	background-color:white;
	float:right;
}