body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #521A19;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited, a:link, a:hover {
	color: #629997;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#head {
	height: 124px;
	background-image: url(images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
table#head tr td a {
	float: left;
	display: block;
	height: 124px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}
a#link_logo {
	background-image: url(images/logo.gif);
	width: 186px;
}
a#link_home {
	background-image: url(images/home_up.gif);
	width: 105px;
}
a#link_home:hover {
	background-image: url(images/home_hover.gif);
}
a#link_aboutus {
	background-image: url(images/aboutus_up.gif);
	width: 129px;
}
a#link_aboutus:hover {
	background-image: url(images/aboutus_hover.gif);
}
a#link_portfolio {
	background-image: url(images/portfolio_up.gif);
	width: 140px;
}
a#link_portfolio:hover {
	background-image: url(images/portfolio_hover.gif);
}
a#link_contactus {
	background-image: url(images/contactus_up.gif);
	width: 153px;
}
a#link_contactus:hover {
	background-image: url(images/contactus_hover.gif);
}
a#link_reviews {
	background-image: url(images/reviews_up.gif);
	width: 121px;
}
a#link_reviews:hover {
	background-image: url(images/reviews_hover.gif);
}
a#link_links {
	background-image: url(images/links_up.gif);
	width: 99px;
}
a#link_links:hover {
	background-image: url(images/links_hover.gif);
}
#mainbody {
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
td#mainleft {
	width: 186px;
	text-align: right;
}
td#mainleft img {
	margin-right: 5px;
	margin-top: 5px;
}
td#mainright {
	text-align: left;
}
#portfoliocategory tr td {
	text-align: center;
	padding-top: 9px;
}
#portfoliocategory tr td img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#portfoliocategory tr td a {
	color: #521a19;
	text-decoration: none;
}
#portfoliocategory tr td a:hover {
	text-decoration: underline;
}

#foot {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 11px;
	color: #cbbbba;
}
#foot tr td {
	padding-top: 15px;
}
#foot tr td a {
	color: #cbbbba;
	text-decoration: underline;
}
#ccontrol {
	display: block;
	position: relative;
	top: -70px;
	width: 80px;
	height: 24px;
	left: 670px;
}

