@CHARSET "UTF-8";
body.index {
   background: #f5f5f5 repeat;
   color: black;
}

.index #wrapper {
	background: #f5f5f5 repeat;
}

.index td#left_column {
	display: none;
	background: transparent;;
}
.index td#left_column div {
	display: none;
	background: transparent;;
}

.index td#left_column_space {
	width: 50px;
}
.index td#center_column {
	width: 950px;
}

.index div#content_top {
	background: url("../images/layout/index_bg_top.png") #f5f5f5 no-repeat 50% 0;
	width: 900px;
	height: 150px;
	text-align: center;
}
.index div#content_top img {
	margin-top: 100px;
	width: 170px;
	height: 35px;
}
.index table#body {
	width: 900px;
}
.index td#content_body {
	width: 900px;
	height: 400px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	background: url("../images/layout/index_bg_bottom.png") #f5f5f5 no-repeat 50% 100%;
}
.index table#menu_items {
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
}

.index table#menu_items td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.index table#menu_items td img {
	margin-top: 3px;
	width: 100px;
	height: 100px;
}
.index table#menu_items td p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #797979;
}

.index table#menu_items td a,
.index table#menu_items td a:link,
.index table#menu_items td a:active,
.index table#menu_items td a:visited,
.index table#menu_items td a:hover {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #797979;
	text-decoration: none;
}


div.index_bar {
	background: #f0dbde;
	height: 2px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.index div.footer_index {
	text-align: center;
	color: #c2000f;
}

div.footer_index a,
div.footer_index a:link,  
div.footer_index a:active,
div.footer_index a:visited {
	font-size: 11px;
	line-height: 1.25em;
	text-decoration: none;
	color: #c2000f;
}
div.footer_index a:hover {
	text-decoration: none;
	color: #b1b3b4;
}