body {
	background-image: url(images/bg.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Header*/
table.header {
	width: 980px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
td.logo {
	width: 290px;
	text-align: center;
	vertical-align: top;
	height: 180px;
	color: #E2C65A;
}
td.contact {
	width: 690px;
	text-align: right;
	vertical-align: bottom;
	height: 180px;
	color: #E2C65A;
	font-size: 10pt;
	padding-right: 15px;
}
/*End Header*/
/*Menu*/
table.menu {
	height: 47px;
	width: 980px;
}
td.menu {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold
}
/*End Menu*/
/*Body*/
table. body {
	border: thin solid #FB7B20;
	width: 980px;
}
td.body {
	width: 980px;
	border: thin solid #FB7B20;
}
table.content {
	width: 910px;
	background-color: White;
}
/*End Body*/
/*Bottom Menu*/
a.bottom_menu {
	color: #FB7B20;
	font-size: 9pt;
	text-decoration: none;
}
a:hover.bottom_menu {
	color: Yellow;
}
/*End Bottom Menu*/
/*Home*/
ul.home {
	font-size: 13pt;
	margin-left: 60px;
}
li.home {
	padding-bottom: 8px;
}
/*End Home*/
/*Services*/
table.gallery {
	
}
td.gallery {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
a.services_menu {
	font-weight: bolder;
	text-decoration: none;
}
/*End Services*/
/** Contact Us **/
table.contact_us {
	width: 800px; 
}
td.contact_us_1{
	width: 450px;
	vertical-align: top;
	text-align: center;
}
td.contact_us_2{
	width: 300px;
	vertical-align: top;
	text-align: right;
}
p.contact_us_1 {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 9pt;
}
p.contact_us_2 {
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	font-size: 9pt;
}
/** End Contact Us **/
/*General*/
p {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 11pt;
	text-align: justify;
}
h1, h2, h3, h4 {
	margin-left: 40px;
}
img {
	border: none;
}
/*End General*/
