#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	width:800px;
	height:100px;
	text-align:center;
}

#fistdivider {
	width:800px;
	height:17px;
	background: #FFFFFF url('/media/images/Slice_02.jpg') top left no-repeat;
}

#images {
	width: 800px;
	height: 220px;
}

#seconddivider {
	width: 800px;
	height:17px;	
	background: #FFFFFF url('/media/images/Slice_04.jpg') top left no-repeat;	
}

#search {
	width: 240px;
	float: right;
}
#content {
	width:760px;
	min-height: 350px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden; /*float containment for good browsers*/	
}
/** html #content { height: 350px; }*/ /*min-height for ie6 */

#content ul, #content ol {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content li {
	padding-left: 10px;
}


#thirddivider {
	width:800px;
	height:17px;
	background: #FFFFFF url('/media/images/Slice_06.jpg') top left no-repeat;		
}

#footer {
	width:800px;
	height:41px;
	font-size: 10px;
	text-align:center;
	padding-top: 10px;
}

