/*

*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc1a7;
	background-color: #000;
}

a:link, a:visited { color: #cfa3eb; text-decoration:none; } 
a:active, a:hover { color: #CCFF00; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #dbb4e0;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbb4e0;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbb4e0;
	border-bottom: 1px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}


/* ----- Form ----- */

form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

.inputfield {
	background: #ffffff;
	border: 1px solid #c9f5f6;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 14px;
	line-height: normal;
	padding: 4px;
	margin-bottom: 5px;
	width: 240px;
}

#searchfield {
	background: none;
	border: 1px solid #874d76;
	color: #ffffff;
	font-size: 13px;
	font-variant: normal;
	height: 15px;
	line-height: normal;
	padding: 4px;
	width: 230px;
}


#searchbutton {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

.button {
	width: 60px;
	height: 25px;
}

/* end of form */


#matt_header_panel {
	width:944px;
	height: 145px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#matt_header_panel #matt_header_section {
	width: 944px;
	height: 145px;
	background: url(images/matt_top_panel_bg.jpg) center top no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#matt_header_section #matt_title_section {
	float: left;
	width: 400px;
	font-size: 60px;
	color: #d3c2f9;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 30px;
}

#matt_header_section #matt_search_section {
	float: right;
	margin-right: 30px;
	width: 330px;
	text-align: center;
	vertical-align: middle;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 18px;
	margin-top: 25px;
}

#matt_header_section #matt_search_section form {
	text-align: left;
}

#matt_menu_panel {
	width:944px;
	height: 59px;
	color: #ffffff;
	margin-top: 10;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#matt_menu_panel #matt_menu_section {
	width: 944px;
	height: 59px;
	color: #03a0a6;
	background:  url(images/matt_menu_panel_bg.jpg) no-repeat;
	margin-top: 10;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	padding-top: 5px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#matt_menu_section ul {
	float: left;
	width: 100%;
	list-style: none;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#matt_menu_section ul li {
	display: inline;
}

#matt_menu_section ul li a {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#matt_menu_section li a:hover, #matt_menu_section li .current {
	color: #d3c2f9;
	margin-top: 0px;
}
/* end of menu */

/* content panel */
#matt_content_container {
	clear: both;
	overflow: hidden;
	width:944px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#matt_content_container #matt_content {
	overflow: hidden;
	height: 100%;
	width: 944px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#matt_content_left {
	float: left;
	width: 552px;
	margin-bottom: 8px;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 0px;
	padding-left: 25px;
	margin-left: 5px;
	margin-right: 10px;
}
.gallery {
	border: 4px solid #003;
	padding-right: 20px;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.demo_left {
	float: left;
	height: auto;
	width: 180px;
	padding: 0px;
}
.demo_middle {
	float: left;
	height: auto;
	width: 180px;
	padding: 2px;
}
.demo_right {
	padding: 2px;
	float: right;
	height: auto;
	width: 180px;
}

* html #matt_content_left .matt_post {
	margin-bottom: 15px;
	background-color: #000;
}


#matt_content_left .matt_post {
	width: 530px;
	padding-bottom: 22px;
	margin-bottom: 30px;
	padding-top: 0;
	margin-top: 2px;
	border: 4px solid #003;
	margin-left: 0px;
	padding-left: 15px;
}

#matt_content_right {
	float: right;
	width: 300px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-right: 30px;
}

#matt_content_right .matt_right_section {
	clear: both;
	display:inline-block;
	width: 250px;
	margin-bottom: 15px;
	color: #dbc1a7;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	border: 4px solid #003;
}

#matt_content_right .matt_right_section ul {
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

#matt_content_right .matt_right_section ul li {
	margin: 0 0 5px 0;
}

#matt_content_right .matt_right_section ul li a, a:hover {
	font-weight: normal;
}

#matt_bottom_panel {
	width:100%;
	margin: 0 auto;

}

#matt_bottom_panel #matt_bottom_section {
	overflow: hidden;
	height: 100%;
	width: 930px;
	margin:0 auto;
	padding: 40px 0 15px 30px;
	background: url(images/matt_content_bottom.jpg) center bottom no-repeat;
	border-top: 1px solid #3d234d;
	text-align: center;
}

#matt_bottom_section .matt_bottom_section_content {
	display: inherit;
	float: left;
	width: 270px;
	padding-right: 20px;
	margin:0 0 15px 10px;
}

#matt_bottom_section .matt_bottom_section_content ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#matt_bottom_section .matt_bottom_section_content li a {
	color: #dbc1a7;
}

