body { background: url(/images/background.jpg) repeat-x #dbddd2; color: #333; font-size: 11px;}
.header { background: url(/images/background_top.png); height: 42px;}
.main { background: url(/images/background_body.png) repeat-y;}
.footer { background: url(/images/background_footer.png); height: 53px;}

/*	HOMEPAGE MAIN MENU LOOK */

#mainMenu {
	width: 32px;
	height: 706px;
	background: url(/images/right_menu_2.png);
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 4px;
	margin-top: -170px;
}

#mainMenu li {
	float: left;
	width: 100%;
	margin-left: 0px;
}
#mainMenu a {
	display: block;
	background: transparent url(/images/right_menu_2.png) 0 0 no-repeat;
}
#mm_item1 a {height: 237px;	background-position: 0 -0;}
#mm_item2 a {height: 231px;	background-position: 0 -237px;}
#mm_item3 a {height: 238px;	background-position: 0 -468px;}
#mm_item1 a:hover {background-position: 0 -px;}
#mm_item2 a:hover {background-position: 0 -px;}
#mm_item3 a:hover {background-position: 0 -px;}

#secondary {
    color: #FFF;
    padding: 15px 35px;    
}
#pageslide-slide-wrap {
    background-color: #000;
}
