@charset "UTF-8";

/* ############################################# */
body {
	background-image: url(../_images/Elmyr_Pattern.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #72521b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

/* ############################################# */
/* ##### UNIVERSALS ##### */
.CLEAR {
	clear: both;
}


/* ############################################# */
/* REB BUBBLES for SIDEBAR MENU */
.RED-BUBBLE-20 {
	background-image: url(../_images/Red-Bubble-20.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 179px;
	font-size: 11px;
	color: #ffffff;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:10px;
	margin-bottom: 5px;
	padding-top: 4px;
}


/* ############################################# */
.KILLER a {
	text-decoration: none;	
}
.KILLER a:hover {
	text-decoration: none;	
}


/* ############################################# */
/* !!!!! BREADCRUMBS!!!!! */
.txt_BREADCRUMBS {
	font-size: 10px;
	font-weight:bold;
	color: #936319;
	padding-bottom:5px;
	padding-left:32px;
	padding-right:35px;
	text-transform:uppercase;
}
.txt_BREADCRUMBS a {
	color: #333333;
	text-decoration:none;
}
.txt_BREADCRUMBS a:hover {
	color: #333333;
	text-decoration:underline;
}

/* ############################################# */
/* ##### MAIN ##### */
#Main_Container {
	width: 804px;
}
#Top_Navigation {
	width: 804px;
	height: 20px;
}
#Logo_Area {
	height:72px;
	background-image: url(/_images/YellowBack_01.png);
	background-repeat: no-repeat;
}
#Main_Navigation {
	height:30px;
	background-image: url(/_images/YellowBack_02.png);
	background-repeat: no-repeat;
}
#Top_Module_Area {
	height:240px;
	background-image: url(/_images/YellowBack_03-A.png);
	background-repeat: no-repeat;
}
#Top_Module_Area-SLIM {
	height:10px;
	background-image: url(/_images/YellowBack_03-A.png);
	background-repeat: no-repeat;
}

/* ############################################# */
/* BREADCRUMBS */
.txt_BREADCRUMBS {
	font-size: 10px;
	font-weight:bold;
	color: #936319;
	padding-bottom:5px;
	text-transform:uppercase;
}
.txt_BREADCRUMBS a {
	color: #333333;
	text-decoration:none;
}
.txt_BREADCRUMBS a:hover {
	color: #333333;
	text-decoration:underline;
}

/* ############################################# */
/* MAIN AREA */
#Main_Area {
	width: 800px;
	background-color:#f2eed3;
	text-align:left;
}
.Main_Area-CONTAINER {
	margin-left:30px;
	margin-right:30px; 
}
.BAR-TOP {
	/* background-color:#3F0; */
}
.BAR-BOTTOM {
	/* background-color:#3F0; */	
}


/* ############################################# */
/* FOOTER */
#Footer {
	background-image: url(../_images/FooterBacking.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 804px;
}
 