html,body {
	margin: 0 auto;
	padding: 0;
}

body {
	text-align: center;
	background-color: #8899AB;
}


/* page wrappewr */
#page_wrapper {
	margin: 20px auto 20px auto;
	width: 760px;
	text-align: left;
	background-color: #ffffff;
	padding: 20px;
	border: none;
}

/* #page_wrapper_2 {
	margin: 20px auto 20px auto;
	width: 760px;
	text-align: left;
	background-color: #ffffff;
	padding: 20px;
	border: none;
} */

/* header */
#header {
	height: 170px;
	position: relative;
	background-image: url(../images/alsomast-760.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

/* content wrapper */
#content_wrapper {
	float: left;
	width: 760px;
	background-color: #ffffff;
	min-height: 300px;
}

/* content */
#content {
	float: left;
	width: 550px;
	background-color: #ffffff;
}


/* navigation */
#navigation {
	float: right;
	background: #ffffff;
	width: 180px;
}

#search {
	border: 0;
	margin: 1em 0 0 0;
	padding: 10px 10px 1px 10px;
	background-color: #F5F9FC;
		background-image: url(../images/nav_backg.jpg);
	background-repeat: no-repeat;
}

#login {
	border: 0;
	margin: 1em 0 0 0;
	padding: 10px 10px 1px 10px;
	background-color: #F5F9FC;
		background-image: url(../images/nav_backg.jpg);
	background-repeat: no-repeat;
}

/* nav */
#nav {
	border: 0;
	margin: 0 0 0 0;
	padding: 10px 10px 1px 10px;
	background-color: #F5F9FC;
		background-image: url(../images/nav_backg.jpg);
	background-repeat: no-repeat;
}

/* by default, all menu groups should be collapsed */
.sub {
	display: none;
 }

 /* since the subs are now displayed as block, we need to holly hack them so that they are dimensioned  */
 /* Hides from IE5-mac \*/
* html .sub {
	height: 1%;
}
/* End hide from IE5-mac */
 
/* display the right group on the right page */
#news #sub1 {
 	display: block;
 }

#history #sub2 {
 	display: block;
 }

#program #sub3 {
 	display: block;
 }

#registration #sub4 {
 	display: block;
 }

#students #sub5 {
 	display: block;
 }

#socialevents #sub6 {
 	display: block;
 }

#venue #sub7 {
 	display: block;
 }

#exhibitors #sub8 {
 	display: block;
 }

#files #sub9 {
 	display: block;
 }
 
#newsmedia #sub10 {
 	display: block;
 }
 
 #searchme #sub11 {
 	display: block;
 }

/* extra */
#extra {
	clear: both;
}


/* footer */
#footer {
	margin: 0;
	padding: 0 0 5px 0;
	background-color: #455BA4;
}


/* box for call-outs */
#box {
	border: 1px solid #ddd;
	/* display: block; */
	display: none;
	float: right;
	margin: 12px 0 5px 20px;
	padding: 0 10px 10px 10px;
	background-color: #F5F8FD;
}

/*for hand helds and non-css */
.skip {
	display: none;
}


#highlight {
	margin:0;
	padding:0;
	text-align:center;
	display: none;
	}
	
