#wrapper {
	width:850px;
	min-height:958px;
	margin: 0;
} 

#topbar {
	width:850px;
	height:36px;
	background-image:url('/media/images/home_01.jpg');
	background-position: left;
	background-color:#000000;
	background-repeat: no-repeat;
}

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

#content {
	width:810px;
	overflow: hidden;
}

.content_home {
	background-image:url('/media/images/home_content.jpg');
	background-position: top left;
	background-color:#000000;
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px;
	min-height:598px;	
}
.content_other {
	background-image:url('/media/images/other_content.jpg');
	background-position: top left;
	background-color:#000000;
	background-repeat: no-repeat;
	text-align:left;
	padding: 20px;
	min-height:598px;	
}

.content_other_small {
	background-image:url('/media/images/other_content_small.jpg');
	background-position: top left;
	background-color:#000000;
	background-repeat: no-repeat;
	text-align:left;
	padding: 20px;
	min-height:498px;	
}

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


#footer {
	width:810px;
	height:45px;
	background-image:url('/media/images/home_04.jpg');
	background-position: left;
	background-color:#000000;
	background-repeat: no-repeat;
	color:#FFFFFF;
	padding: 10px 20px 0 20px;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
}

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

