body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2c2b31;
	font-family: Century Gothic;
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat;
}
a:link, a:visited {
	color: #248aa0;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ea931c;
	text-decoration: none;
}
a.foot_links:link, a.foot_links:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.foot_links:hover, a.foot_links:active {
	color: #ffffff;
	text-decoration: none;
}
td, tr {
	font-family: Century Gothic;
	font-size: 18px;
	line-height: 20px;
}
.bg1 {
	background-image: url('../images/bg1.jpg');
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat;
}
.border_top {
	background-image: url('../images/border_top_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.border_left {
	background-image: url('../images/border_left_bg.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.border_right {
	background-image: url('../images/border_right_bg.jpg');
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.border_bot {
	background-image: url('../images/border_bot_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.bg_header {
	background-image: url('../images/bg_header.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.bg_menu {
	background-image: url('../images/bg_menu.jpg');
	background-repeat: repeat-x;
	background-color: #272727;
}
.bg_home {
	background-image: url('../images/bg_home.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.bg_about {
	background-image: url('../images/bg_about.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.bg_packages {
	background-image: url('../images/bg_packages.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.bg_contact {
	background-image: url('../images/bg_contact.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.bg_testimonials {
	background-image: url('../images/bg_testimonials.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.footer {
	font-size: 10px;
	color: #ffffff;
}
.content_home {
	font-weight: normal;
}
.orange {
	color: #E8931C;
}
