@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #333333;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_repeat.gif);
}
.footertext {font-size: 12px; line-height: 20px; color:#FFFFFF;}
.footertext2 {font-size: 12px; line-height: 20px; color:#333333;}
.footer_impression {font-size: 12px; line-height: 20px; color: #999999;}

.bodytext {font-size: 14px; line-height: 25px; color: #d6bea4;}
.bodytext_bold {font-size: 16px; line-height: 25px; color: #d6bea4;}
.bodytext_white {font-size: 14px; line-height: 25px; color: #FFF;}


.bodytext_black {font-size: 14px; line-height: 25px; color: #000;}
.bodytext_quote {font-size: 13px; line-height: 22px; color: #000;}
.bodytext_black_bold {font-size: 16px; line-height: 25px; color: #000;}

.bodytext_lead_small {font-size: 14px; line-height: 18px; color: #d6bea4;}

.project_text {font-size: 13px; line-height: 16px; color: #FFF;}
.project_text_sub {font-size: 13px; line-height: 16px; color: #000;}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.footer:link {
	color: #FFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #666666;
}
a.footer:active {
	text-decoration: none;
	color: #FFF;
}




a.footer_im:link {
	color: #999;
	text-decoration: none;
}
a.footer_im:visited {
	text-decoration: none;
	color: #999;
}
a.footer_im:hover {
	text-decoration: underline;
	color: #666666;
}
a.footer_im:active {
	text-decoration: none;
	color: #999;
}


#main {
	margin-left: auto ;
  	margin-right: auto ;
	background: url(images/background_top.jpg);
	background-repeat: no-repeat;
	top: 0px;
	width: 100%;
	height: auto;
	background-position: 50% 0%;
}

#table {
	background-repeat: repeat-x;
}

.border {
	border: 3px solid #FFFFFF;
}
.border_thumb {
	border: 2px solid #CCC;
}
.border_kitchen {
	border: 2px solid #000;
}

.service {
	padding-right: 10px;
}

.border_shawn {
	border: 3px solid #FFFFFF;
	margin-right: 20px;
}