/* Copyright MTT Carpentry 2008 www.mttcarpentry.com - Site design and development by Tom Lewis - www.mediasmoke.com */
* {
	margin: 0;
	padding: 0;
}

body {  
	background: #FFFFFF url(images/background.gif); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: center
}

a:link { 
	color: #838383;
}
a:visited { 
	color: #838383; 
}
a:hover { 
	color: #b0b0b0; 
}

#container {
	text-align: left;
	width: 819px;
	margin: 0 auto;
}

#header {
	background:transparent url(images/mttcarpentry_01.png) no-repeat; 
	height: 131px; 
	width: 819px;
	margin: 0px;
	text-align: right;
}

#contactnumber{
	font: 16px "Times New Roman", helvetica, sans-serif;
	color: #222222;
	padding: 38px 20px 0px 0px;
}

#menu {
	background:transparent url(images/mttcarpentry_02.png) no-repeat; 
	height: 31px; 
	width: 819px;
	margin: 0px;
}

#menu ul {
	margin: 0;
	padding: 1px 0px 0px 15px;
	float: left;
	list-style: none;
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline;
}

#menu li a {
	float: left;
	text-decoration: none;
	font: bold 16px "Times New Roman", helvetica, sans-serif;
	border: 0px;
	margin: 0;
	height: 20px;
	padding: 5px 12px;
}

#menu li a:hover {
	color: #222222;
	background: #eeeeee;
}

.selected {
	color: #222222;
	background: #eeeeee;
}

#trade{
	background:transparent url(images/mttcarpentry_03.png) no-repeat; 
	height: 146px; 
	width: 819px;
}

#left{

}

#content{
	background: url(images/mttcarpentry_content_background.png) repeat-y;
	float: left;
	width: 819px;
	padding:0px 0px 20px 0px;
}

#text{
	float: left;
	margin: 0px 0px 0px 20px;
	width: 450px;
}

#content ul {
	margin: 0;
	padding: 6px 0px 0px 20px;
	list-style: circle;
	text-align: left;
}

#images{
	width: 310px;
	float: right;
	margin: 0px 15px 0px 0px;
}

#content p{
	margin: 0px 20px 0px 20px;
	width: 780px;
}

#content .main{
	margin: 0px 20px 0px 20px;
	width: 780px;
}

.thumb{
	float: left;
	position:relative;
	background: url(images/mttcarpentry_06.png) no-repeat;
	width: 150px;
	height: 150px;
	margin: 2px;
}

a.hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.hover:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.thumb img{
	padding: 5px;
}

#right{

}

#footer{
	background:transparent url(images/mttcarpentry_18.png) no-repeat; 
	float: left;
	height: 47px; 
	width: 819px;
}

#copyright{
	font: 12px "Verdana", Arial, helvetica, sans-serif;
	color: #222222;
	text-align: center;
	padding: 10px 0px 0px 0px;
}