#main {
	width:720px;
	margin:0 auto;
	overflow:hidden;
/*	border-bottom:3px solid rgb(81, 61, 36); */
	background:#fff url(../images/header-bg-3.jpg) repeat-x;
}

img {
	display:block; 
}

#header,
ul#main-nav,
#footer {
	width:950px; /* 950px*/
	float:left;
}
#header {
	height:115px; /* 320px;*/
}
a.logo {
	width:275px; /* 334px*/
	height:55px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/laccd-edu-logo-2b.gif);
	margin:30px 64px 0 22px; /* 30px 64px 0 22px; */
}
#header img, span{
	float:left;
}
#header span.header-image{
	width:363px; /* 528px */
	height:120px;
	overflow:hidden;
	float:left;
	background:url("../images/header-img1.jpg");
}
a.apply,
a.register {
	float:right;
	width:161px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 0;
}
a.apply {
	background:url(../images/apply-button.gif);
	margin:10px 15px 0 0;
}
a.register {
	background:url(../images/register-button.gif);
	margin:25px -161px 0 0; /* 35px -161px 0 0 */
}


