#wrapper {
	width:950px;
	margin-left: auto;
	margin-right: auto;	
}

#header {
	width:950px;
	height:300px;
}

#navigation {
	width:950px;
	height:43px;
	background: #ffcc66 url('/media/images/Slice_02.gif') no-repeat;
	padding-top: 8px;	
}

#content {
	width:910px;
	padding: 15px 20px 10px 20px;		
	min-height:380px;
	background: #ffcc66 url('/media/images/Slice_03.gif') repeat-y;
	overflow: hidden;	
}
#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content li {
	padding-left: 10px;
}


#footer {
	width:930px;
	height:40px;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffcc66 url('/media/images/Slice_04.gif') repeat-y;
	color: #333333;
	font-size: 11px;
	margin-bottom: 10px;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}
#footer h2 {
	margin-top: 5px;
	color:#333333;
}
