
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   text-align: center;
}

body {
	margin:0px; 
	padding:0px;
	font:  12px/14px Arial, Verdana sans-serif;
 	color:#000000;
	background:  url('../images/fabric_plaid.png') repeat;
	}
	
.center{
	position:relative;
	margin:0px auto;
width:660px;
	}	
	


a{
	text-decoration: none; 
	color:#616161;
}

a:hover{
	text-decoration: underline; 
	color:#fe8503;
}

a:visited{
	text-decoration: none; 
	color:#616161;
}

img{
	border:0;
	}



.header{
	text-align:center;
	padding-bottom:0px;
}


.navigation{
	margin:0 auto;
	text-align:center;
	border-top:1px solid #ff8201;
	border-bottom:1px solid #ff8201;
	width:660px;
}

.navigation ul{	
}

.navigation li{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}



/* -- body text -- */
.body_content{
	overflow:hidden;
	width:660px;
	background-color: #fff;
	padding:0px 0px 40px 0px;
	margin-top:30px;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

/* 320px width with 20px padding */
.left_column{
	width:300px;
	border-right:340px; 
	margin-right:-340px; 
	float:left;
	text-align:left;
	padding:20px 0px 0px 20px;
}
 
/* 340px width with 20px padding */
.right_column{
	width:300px;
	float:right;
	padding:20px 20px 0px 20px;	
	text-align:left;
}

.services{
	text-align:left;
	width:660px;
}

td{border-bottom:1px solid #ff8201;
padding:2px; 20px 2px 20px;}



.body_content img{
	border:2px solid #ff8201;}


.address{
	padding: 20px 0 20px 0px;
	font:  12px/16px Arial, Verdana sans-serif;
}