/* HTML */
body, html {
	margin: 0;
	padding: 0;
	border: none;
	background-color:#000000;
	
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited {
text-decoration:none;
}
a:active {
text-decoration:underline;
}
/* CUSTOM */
#main_container {
margin: 10px 0 0 0;
width: 100%;
}
.front_middle_top {
width: 713px;
neight: 339px;
}
.main_middle_top {
width: 713px;
height: 156px;
}
.front_footer {
width: 713px;
neight: 156px;
}
.main_footer {
width: 713px;
height: 36px;
}
.front_left_top {
	background-image: url(../images/background_image_left.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.front_right_top {
	background-image: url(../images/background_image_right.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.main_left_top {
	background-image: url(../images/main_left_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.main_right_top {
	background-image: url(../images/main_right_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.link_area {
	background-color: #f9f6b4;
	background-image: url(../images/front_right_repeat.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.body_area {
	background-color: #ecfac8;
	background-image: url(../images/front_right_repeat.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding:10px;
}

/* TEXT */

.title_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #8d9975;
	text-decoration: none;
}
.blacktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.blacktextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.blacktexttitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.whitetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.redtextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* CSS MAIN MENU */

.front_menulink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:10px;
	background-color:#FFFFFF;
	background-image: url(../images/link_background.jpg);
	background-repeat: no-repeat;
}

a.front_menulink {
display: block;
text-align: left;
text-decoration: none;
color: #000000;
BORDER: none;
border: solid 1px #000000;
}

a.front_menulink:hover {
	border: solid 1px #000000;
	background-color:#ff9129;
	background-image: url(../images/link_background_over.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.main_menulink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:5px;
}

a.main_menulink {
display: block;
text-align: left;
text-decoration: none;
color: #000000;
BORDER: none;
border: solid 1px #000000;
}

a.main_menulink:hover {
border: solid 1px #000000;
background-color:#ecfac8;
}

/* CSS SUB MENU */

.sub_menulink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:5px;
}

a.sub_menulink {
display: block;
text-align: left;
text-decoration: none;
color: #000000;
BORDER: none;
border: solid 1px #000000;
background-color:#fcf2c1;
}

a.sub_menulink:hover {
border: solid 1px #000000;
background-color:#FFFFFF;
}