/* Somerville 2007 */

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	height:100%;
	}

/* LAYOUT STUFF */

#wrapper {
	position:relative;
	width:768px;
	margin:0 auto 0 auto;
	text-align:left;
	z-index:500 !important;
	}
	
#masthead {
	position:relative;
	width:768px;
	height:50px;
	margin:0 auto 0 auto;
	z-index:501 !important;
	}
	

#mainImage{
	position:relative;
	width:768px;
	height: 219px;
	margin:0 auto 0 auto;
	background: #FFFFFF;
}

#mainImageSpacer{
	position:relative;
	width:768px;
	height: 11px;
	margin:0 auto 0 auto;
	background: #FFFFFF;
}

#pageHeader{
	position:relative;
	width:768px;
	height: 36px;
	margin:0 auto 0 auto;
	background: #FFFFFF;
}
	
#main{
	position:relative;
	width:768px;
	height: 342px;
	margin:0 auto 0 auto;
	background: #FFFFFF;
}

#content_index{
	position:relative;
	width:516px;
	height: 210px;
	left:252px;
	background: #FFFFFF;
}

#content{
	position:relative;
	width:100%;
	min-height: 210px;
	left:0px;
	background: #FFFFFF;
}

#navigation{
	position:relative;
	width:648px;
	height:39px;
	left:120px;
	overflow:hidden;
}
#navigation ul{
list-style-type:none;
margin-left:-5px;

}

/* Logo */

#logo{
	position:absolute;
	top: 0px;
	left:0px;
	width: 126px;
	height: 138px;
	z-index:1001 !important;
}

/* Left Box */

#box{
	position:absolute;
	top: 230px;
	left:14px;
	width: 238px;
	height: 277px;
	z-index:520 !important;
	/*background:url(images/index_news/left_box_bg.png) left top no-repeat;*/
	
}



/* Footer Elements */


/*//////*/

#copyright {
	text-align:center;
	width:768px;
	height:35px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	color:#;
	margin:0 auto 0 auto;
}
