body {
        margin-top:                     0px;
        margin-left:                    0px;
        text-align:                     center;
        font-size:                      10pt;
	font-family:    		sans-serif;
	background:               	#8CABB8 url(../layout/background.png);
	background-repeat: 		repeat-x;
}

.main_container {
	text-align:			left;
	height:				auto !important;
	height:				290px;
	min-height:			290px;
	width:				900px;
	margin-left: 			auto;
	margin-right: 			auto;
}

.top_container {
	width:				900px;
	height:				207px;
	background:			url(../layout/top.png);
}

.menu_container {
	text-align:			center;
	width:				900px;
	height:				118px;
	background:			url(../layout/menu_background.png);
}

.menu_links {
	display:			inline-block !important;
	display:			inline;
	height:				65px !important;
	height:				65px;
	margin-top:			17px;
        margin-left:                    -4px !important;
        margin-left:                    0;
        margin-right:                   -4px !important;
        margin-right:                   0;
}

.menu_space {
        display:                        inline-block !important;
        display:                        inline;
        width:                          11px;
        height:                         65px !important;
        height:                         65px;
}


.index_container {
	width:				810 !important;
	width:				900;
	height:				auto !important;
	height:				500px;
	min-height:			500px;
	padding-left:			45px;
	padding-right:			45px;
	background:			url(../layout/content_background_middle.png);
	background-repeat:		repeat-y;
}

.bottom_container {
	text-align:			center;
	width:				900px;
	height:				63px;
	font-size:			10pt;
	font-weight:			bold;
	background:			url(../layout/bottom_background.png);
}

/* FONTS */

.font_bold {
	display:			inline;
	font-size:			12pt;
	font-weight:			bold;
}

/* LINKS */

a:link {
	color:				black;
	text-decoration:		none;
}

a:visited {
	color:				black;
	text-decoration:		none;
}

