#wrapper {
	width:850px;
	min-height:787px;
}

#header {
	width:850px;
	height:312px;	
}

#navigation {
	width:850px;
	height:30px;
	background-image:url('/media/images/02_02.jpg');
	background-repeat: no-repeat;
	padding: 17px 225px 0 225px;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a {
	color:#FFFFFF;
}

#content {
	width:790px;
	min-height:210px;
	background-image:url('/media/images/03_03.jpg');
	background-repeat: repeat-y;
	overflow: hidden;
	line-height: 1.5;
	padding: 20px 30px 20px 30px;	
}

#content ul, #content ol {
	margin-left: 30px;
}


#footer {
	width:850px;
	height:179px;
	background-image:url('/media/images/04_04.jpg');
	background-repeat: no-repeat;
}



img {
	/* behavior: url('/common/iepngfix.htc'); IE 6 PNG HACK - DOESN'T WORK FOR ROLLOVER IMAGES */
}

