html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-0.15px;
	background:#a49d89;
	min-height:100%;
	background: url(../images/cb.jpg) fixed;

}


img{
	padding:2px 2px 2px 2px;
	margin:2px 2px 2px 2px;
}

h4{
	padding:10px;
	font-weight:bold;
	height:auto;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bolder;
	letter-spacing:-3px;
	padding: 5px 10px 5px 10px;
	margin:5px;
	color:#FF0000;
	height:auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

h2{
	font-size:30px;
	font-weight:bold;
	letter-spacing:-3px;	
	padding:5px;
	height:auto;
}

strong{
	font-weight:bold;
	color:#FF0000;
	height:auto;
}

p{
	margin:15px;
	padding:5px;
	height:auto;
}

img.border{
	border:#000000;
	border-width:thin;
	border-style:solid;
}

cb_bkgd{
	position:absolute;
	left:50px;
	width:100%;
	height:100%;
	background: url(../images/cb.jpg);
	background:
	z-index:0;
}

#main_container{
	position:absolute;
	margin:auto;
	padding:10px;
	width:1150px;
	background-color:#FFFFFF;
	min-height:100%;
	z-index:1;
	left:50px;
    margin:15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding-top:10px;

}

#top_logo_container{
	width:1150px;
	height:auto;
	z-index:2;
	float:left;

}

#top_menu_container{
	width:100%;
	height:auto;
	z-index:2;
	float:left;
	padding-top:30px;
	padding-bottom:5px;

}

#topmenu {
	position:relative;
	z-index:3;
	padding-left:80px;
	display:block; 
	list-style:none;
	background-color:#FFFFFF;
	height:auto;
}	

#topmenu li {
	display:inline;
	padding:20px;
}



#page_title{
	position:absolute;
	top:435px;
	left:20px;
	width:140px;
	z-index:2;
	height:50px;
	background-color:#FFFFFF;
	float:none;
	text-align: center;

}


#left_menu{
	background:#FFFFFF;
	border:solid;
	border-width:thin;
	border-color:#FF0000;
	top:100px;
	width:150px;
	height:500px;
	margin-top:5px;
	margin-left:5px;
	padding-top:20px;
	padding-right:20px;
	z-index:2;
	float:left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

#left_menu h2{
	margin:0px;
	padding:0px;
	text-align:center;
}

#left_menu li{
	background-color:#FFFFFF;
}

#left_menu a {
	display:block; 
	float:left; 
	height:auto; 
	text-decoration:none; 
	width:120px; 
	padding:5px 5px 5px 5px; 
	text-align:center;

}
	
#left_menu a, #left_menu a:visited, #left_menu a:active {
	background:url() repeat-x; 
	background-color:#FFFFFF; 
	color:#000000;
	border-style:dotted;
	border-color:#FF0000;
	border-width:thin;
	float:left;
}

#left_menu a:hover{
	background:url() repeat-x; 
	background-color:#FF0000; 
	color:#FFFFFF;
}

#body_box_information{
	background:#FFFFFF;
	border:solid;
	border-width:thin;
	border-color:#FFFFFF;
	width:81%;
	z-index:2;
	padding: 10px;
	margin-left:15px;
	float:right;
	height:auto;
	margin:5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;


}

.body_box{
	background:#FFFFFF;
	border:dotted;
	border-width:thin;
	border-color:#FF0000;
	width:97%;
	z-index:2;
	padding:5px;
	float:left;
	height:auto;
	margin:5px;
	


}

#body_box_information a{
	text-decoration:none;
	color:#000000;
	padding:20px;
}

#body_box_information a:hover{
	color:#FF0000;
}

#body_box_information a:visited, #body_box_information a:active{
	color:#000000;
}

#bottommenu {
	width:100%;
	height:60px;
	background-color:#FFFFFF;
	float:left;
	z-index:2;

}

#bottommenu li {
	display:inline;
	padding:20px;
}

#bottommenu a {
	display:block; 
	float:right; 
	height:10px; 
	text-decoration:none; 
	width:130px; 
	padding:15px 15px 15px 15px; 
	text-align:center;	
	margin-right:5px;
}
	
#bottommenu a, #bottommenu a:visited, #bottommenu a:active {
	background:url() repeat-x; 
	background-color:#FFFFFF; 
	color:#000000;
}

#bottommenu a:hover{
	background:url() repeat-x; 
	background-color:#FF0000; 
	color:#FFFFFF;
}


#bottom_info{
	bottom:0px;
	width:100%;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:20px;
	z-index:2;
}

#bottom_info h3{
	font-size:20px;
	font-weight:bolder;
	letter-spacing:-2px;
	border-bottom:thin;
	border-color:#FF0000;
	border-bottom-style:solid;

}
