body  {
	padding: 0px;
	text-align: center;
	background-image: url(pict/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #3C3C3C;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0;
} 
#header {
	background-image: url(pict/bg_header.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 950px;
} 
#left {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin-left: 10px;
	border: 0px solid #4D4233;
	margin-top: 10px;
}
#left .header {
	background-image: url(pict/left_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
#left .main {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #70604b;
	padding: 10px;
}

#left .main h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#left .main h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 3px;
}

#left .footer {
	background-image: url(pict/left_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
#left a {
	color: #FF9900;
}
#left a:hover {
	color: #FFFF99;
	text-decoration: none;
}


#main {
	background-color: #FFFFFF;
	width: 630px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
} 
#main p {
	line-height: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 
#main img {
	border: 0px solid #333333;
} 
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
} 
#main li {
} 
#main a {
	color: #B66121;
	font-weight: bold;
}
#main a:hover {
	color: #854618;
	text-decoration: none;
}
#main h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#main h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#main h3 {
	font-size: 15px;
	color: #AE5C34;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#main h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
#main h5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
#main h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
#main table {
}
#main table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #70604B;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #E8E3DD;
	border: 1px solid #C0B5A3;
	padding-top: 3px;
	padding-bottom: 3px;
}
#main table td img {
	margin-top: 5px;
	margin-bottom: 5px;
}


.col_left {
	width: 48%;
	float: left;
	padding: 5px;
}
.col_right {
	float: right;
	width: 48%;
	padding: 5px;
}



#footer {
	background-color: #FFFFFF;
	background-image: url(pict/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 950px;
	padding-top: 0;
	padding-bottom: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#menu {
	width:950px;
	height:70px;
	display:block;
	overflow:hidden;
	margin: 0px;
}
#almenu {
	width:950px;
	height:35px;
	display:block;
	overflow:hidden;
	margin: 0px;
	background-color: #FFFFFF;
}



ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background-image: url(pict/topnav_stretch.gif);
	background-repeat: repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #555;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
ul#topnav li a {
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 15px;
}
ul#topnav li:hover {
	background-image: url(pict/topnav_active.gif);
	background-repeat: repeat-x;
}
ul#topnav li span {
	float: left;
	position: absolute;
	left: 0;
	top:35px;
	display: none;
	width: 950px;
	color: #fff;
/*	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	background-color: #c96932;
	height: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

