/********* Layout *****/

#container {
	width: 1024px;
	background: #fff;
	margin: 0 auto;
	padding:0;
	text-align: left;
	position:relative;
	z-index: 0;
}
#header {
	height: 40px;
	background:#fff;
	padding: 0;
	margin: 0;
}

/*space above the big image */
#imgspace {
	height: 28px; 
}

#big-wrap { 
margin:0;
padding:0;
}

#sidebar {
	float: left;
	width: 500px;
	margin:0;
	padding:0;
	background: #fff;
	height:672px;
}
#mainContent-wrap {
	float:left;
	width:524px;
	margin:0;
	background: #fff;
	height:672px;
}

/*space above the intro. text*/
#tspace { 
	/* height: 117px; */ 
    height: 42px;
}
/*space between intro.  and  Announcement  */
#mspace { 
    height: 120px; /*needs to be restored */
	height: 100px; 
}


#mainContent {
	padding: 0px 49px 0 0;
	background: #fff;
	height: 610px;
	
}
#footer {
	height: 20px;
	width: 524px;
	font-size:11px;
}
/*--------------------------------------
Misc
----------------------------------------*/
.intro {
	font-size: 16px;
	line-height: 1.5em;
	color: #55732d;
}
.intro_em {
	color: #78bde8;
	font-weight: bold;
}

#logoBox {
	position: absolute;
	width: 235px;
	height: 32px;
	top:  340px;
	left: 500px;
	z-index: 10;
}

#nav-wrap {
	padding: 0 0 0 360px;
	height:25px;
	background:#fff;
	border-top: 1px solid #572600;
	border-bottom: 1px solid #572600;
	overflow: hidden;
}

p#firstitem {
	 padding-top: 10px;
}
	 
}

#announce p {
	margin-bottom: 5px;
}

.lastp {
	padding-bottom: 0;
	margin-bottom:0;
}

p {
	margin-bottom: 15px;
}



