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

body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#384718;
	background-color: #feab52;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	text-decoration: none;
	color: #3f1e83;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #e67312;
	font-weight: bold;
}
a:hover {
	color: #e67312;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #e67312;
	font-weight: bold;
}
#wrap{
	width:1000px;
	margin:0px auto;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}

#header{
	padding-top:104px;
	width:902px;
}

#content{
	width:744px;
	margin-left:168px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#content_table .contact tr td{
	font-size:12px;
}

#content_table tr td:first-child{
	padding-left:25px;
}

#contact_table tr td{
	padding-left:15px;
}

#content_table tr td p:first-child{
	margin-top:0px;
	padding-top:0px;
}

#content_table #cell_bg, #contact_table #cell_bg{
	background-image: url(../images/orange_tree.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

.form_fields{
	border:1px solid #3f1e83;
	font-size:11px;
}

#bottom_nav{
	background-color:#ffab51;
	width:755px;
	margin-left:160px;
	text-align:center;
	font-size:12px;
	color:#384718;
	padding-top:14px;
	padding-bottom:10px;
	font-weight:bold;
}

#bottom_nav a{
	font-weight:bold;
	text-decoration:none;
	color:#384718;
}
