/*------------------------------------
	GENERAL
------------------------------------*/

body{
	color:#FFFFFF;
	background: url(images/bg.gif) repeat-x;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}
.outer_wrapper{
	width: 988px;
	margin: 0 auto;
	border: solid 1px #603913;
	background:#FFFFFF;
}
.img {
	padding: 5px;
}

/*------------------------------------
	HEADER
------------------------------------*/
.header{
	width: 988px;
	height: 147px !important;
	height: 147px;
	min-height: 147px;
	margin-bottom: 5px;
	background: url(images/header_bg.gif) no-repeat;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.nav {
	width: 988px;
	height: 34px;
	background:url(images/nav_bg.gif) no-repeat;
	margin-bottom: 5px;
}

/*------------------------------------
	CONTENT
------------------------------------*/
.pagetitle{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	margin:10px auto;
	text-align:center;
	margin-bottom: 5px;
	color: #000000;
}

.photos{
	width: 988px;
	height: 300px;
	overflow:auto;
	font-size:12pt;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.m_content{
	width: 701px;
	font-size:12pt;
	margin: 10px auto;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	padding-left: 35px;
	padding-right: 35px;
	text-align:justify;
}

.m_content a{
	text-decoration: underline;
}

.m_content a:hover{
	text-decoration: none;
}

.t_title {
	width: 190px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 10px;
	background:url(images/testimonials.gif) no-repeat;
}

.testimonials {
	width: 190px;
	margin: 10px auto;
	height: 200px;
}

.t_content {
	margin-top: 15px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
}

.t_content a{
	text-decoration:underline;
	color: #FFFFFF;
}

.t_content a:hover{
	text-decoration:none;
}

/*------------------------------------
	FOOTER
------------------------------------*/
.footer{
	clear: both;
	font-size:10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	height:45px;
	color: #fff;
	text-align:center;
	background: #603913;
	padding-top: 7px;
}

.footer a{
	color:#FFFFFF;
}

/*------------------------------------
	GALLERY
------------------------------------*/
td.td_thumbnail_title
{
}
td.td_thumbnail_image
{
}
img.img_thumbnail_image
{
    border: 0px none;
}
table.thumbs_table
{
	width: 84%;
	margin:0 auto;
    background-color: White;
}
table.outer_border
{
   background-color: White;
}
td.inner_border
{
    text-align: center;
}
.etg_link_text
{
    color: #000000;
}
a.etg_link
{
    color: #000000;
    text-decoration: none;
}
a:hover.etg_link
{
    color: Black;
    text-decoration: underline;
}
td.navigator-left
{
    width: 140px;
	padding: 5 0 5 0;
	text-align: left;
}
td.navigator-right
{
    width: 140px;
    border: 0px none;
	padding: 5 0 5 0;
	text-align: right;
}
a.navigator
{
    color: White;
    text-decoration: none;
}
a:hover.navigator
{
    color: White;
    text-decoration: none;
}
.pagetitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	margin:10px auto;
	text-align:center;
	margin-bottom: 5px;
	color: #000000;
}