html {

	background: #fff;

}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	width: 100%;
	display: table;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 100%;

}

a {
	color: #000;
	font-weight: bold;
}
a:hover { color: #333; }

.matt_container {
	width: 960px;
	margin: auto;
	

}
#matt_background_section_top {
	width: 100%;
	height: 188px;
	background-color: #663;
	background-image: url(images/map-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
#matt_background_section_mid {
	width: 100%;


}
/* Logo Area */
#matt_logo_section {
	width: 600px;
	height: 60px;
	float:left;
	margin-top: 68px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 144px;
	color: #000;
	padding-top: 10px;
	
}
#matt_logo_section h1 {
	font-size: 42px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bolder;
		
}
#matt_logo_section h2{
	font-size:22px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	
}
/* ---------------------------------- */

/*------------- Menu ------------------*/
.matt_menu{
	float: left;
	width: 960px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background-color: #434343;
	background-image: url(images/menubackground.gif);
	background-repeat: repeat-x;
}
.matt_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.matt_menu li{
	display: inline;
}
.matt_menu li a{
	float: left;
	font: 1.2em arial;
	text-align: center;
	text-decoration: none;
	color: #c6c6c6;
	width: 130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.matt_menu li a:hover, .matt_menu li .current{
	color: #ffffff;
	background-image: url(images/menuhover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ----------------- end of menu----------------*/
	



/* End Of Menu */


#matt_content_area{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;

}
/* Left Section*/


#matt_left_section {
	float: left;
	width: 410px;
	margin: 0;
	

}

.matt_left_section_box {
	width: 405px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	
}
.matt_left_section_box_top {
	width: 392px;
	height: 25px;
	border: 1px solid #E7DBC1;
	color: #963;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(images/matt_section_box_top.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	
}
.matt_left_section_box_body {
	width: 400px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;

}
.matt_left_section_box_body p{
	text-align: justify;
	color: #000;
	font-size: 11px;
	margin-bottom: 5px;
	padding-left: 5px;

}
.matt_left_section_box_body img{
	float: left;
	display:inline;
	margin-bottom: 10px;
	margin-right: 13px;
	border:none;

}

span.post{
	margin: 0 25px 0 0;
	color: #900;
	font-size: 11px;
	
}

span.post a{
	color: #900;
	text-decoration: none;
	
}

span.post a:hover{
	color: #900;
	text-decoration: underline;
	
}

.cleaner_with_height {

	clear:both;
	height: 1px;
}

.cleaner {

	clear:both;
}
/* Middle Section */
#matt_middle_section {
	width: 190px;
	float: left;
	margin: 0 0 0 15px;
}
.matt_middle_section_box {
	width: 168px;
	background: url(images/matt_middle_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin: 0 0 15px 0 ;
	padding: 10px 0 10px 20px;
	
}
.matt_middle_section_box h1{

	color: #963;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}
.matt_middle_section_box ul {

	list-style: none;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
		
}
.matt_middle_section_box ul li{

	margin-bottom: 3px;

}
.matt_middle_section_box ul li a {
	
	color: #333;
	text-decoration: underline;
		
}
.matt_middle_section_box ul li a:hover {
	
	color: #333;
	text-decoration: none;
		
}
.google {
	text-align: center;
	background-color: #FFF;
	margin-right: 10px;
}

/* Right Section */

#matt_right_section {
	width: 330px;
	float: right;
	margin: 0 0 0 0;
}
* html #matt_right_section {
	margin: 0 5px 0 0;
}
.matt_right_section_box {
	width: 298px;
	background: url(images/matt_right_section_box_bg.jpg) repeat-y;
	border: 1px solid #C2C0B1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	
}
.ads {
	height: auto;
	width: auto;
	padding-right: 10px;
	padding-left: 25px;
}

.matt_right_section_box h1{

	color: #963;
	font-size: 15px;
	text-decoration: underline;
	margin: 0 0 8px 0;
	padding: 0;

	
}
.matt_right_section_box h2{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;

	
}
.matt_right_section_box h2 a{

	text-decoration: none;

	
}
.matt_right_section_box h2 a:hover{

	text-decoration: underline;

	
}
.matt_right_section_box p{

	color: #000;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: justify;

	
}
.matt_right_section_box .last{

	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: justify;

	
}
.matt_right_section_box .gallery {
	margin: 0 0 0 5px;
}
.matt_right_section_box .gallery img{
	margin: 5px 5px 0 0;
}
.matt_right_section_box img{

	margin: 5px 0 5px 0;
	
	
}
#matt_page_box {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: auto;
}
#matt_page_left {
	background-image: url(images/matt_page_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 735px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#matt_page_box_top {
	background-image: url(images/matt_section_box_top.jpg);
	height: 39px;
	color: #963;
	font-size: 16px;
	border: 1px solid E7DBC1;
	background-repeat: repeat;
	width: 942px;
	padding-top: 3px;
	padding-left: 10px;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

#biz_left {
	float: left;
	height: auto;
	width: 33%;
	padding-right: 5px;
}

#biz_center {
	float: left;
	height: auto;
	width: 45%;
	padding-right: 5px;
}

#biz_right {
	float: right;
	height: auto;
	width: 20%;
	text-align: center;
}



#matt_footer {

	height: 30px;
	background: url(images/matt_footer_bg.jpg) repeat-x;
	color: #000;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}
