/* mac hide \*/
html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#5e4a41;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-x;
}
/* end hide */

#mainContainer{
	min-height:100%;
	width:760px;
	margin-bottom:-60px;
}
* html #mainContainer{height:100%} 

#headerPhoto{
	width:760px;
	height:140px;
	background-image:url(../images/header_photo.jpg);
}

#headerMenu{
	padding:42px 0px 0px 288px;
	width:472px;
	height:60px;
	background-image:url(../images/header_menu.gif);
}

#content{
	clear:left;
	display:table-caption;
	width:760px;
	min-height:163px;
	background-image:url(../images/content_bg.gif);
}
* html #content{height:163px;} 

#contentLeft{
	float:left;
	padding-left:40px;
	min-height:163px;
	width:228px;
}

#contentLeftMenu{
	float:left;
	padding-left:60px;
	width:208px;
}

#contentRight{
	float:left;
	padding:20px;
	width:452px;
}

#contentRight_1{
	float:left;
	padding:20px 10px 20px 20px;
	width:216px;
}

#contentRight_2{
	float:left;
	padding:20px 20px 20px 10px;
	width:216px;
}

#contentFooter{
	clear:left;
	width:760px;
	height:24px;
	background-image:url(../images/content_footer.gif);
}

#footer {
	width:760px;
	height:60px;
	position:relative;
}
#clearfooter{ clear:both;height:60px; }

/** FONT *********************************************************************************************************************/

a, a:link, a:visited, a:active{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#menuActive, #menuActive a:link, #menuActive a:visited, #menuActive a:active{
	float:left;
	color:#5e4a41;
	font-weight:bold;
}
#menuActive{
	padding-right:10px;
}

.menuNormal, .menuNormal a:link, .menuNormal a:visited, .menuNormal a:active{
	float:left;
	color:#9fc7eb;
	font-weight:bold;
}
.menuNormal{
	padding-right:10px;
}

div, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:140%;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
}

ul{
	padding:0px;
	margin:0px 0px 10px 15px;
}

.ulSitemap{
	margin:0px 0px 0px 15px;
}