* 
	{
	margin: 0;
	padding: 0;
	}

.clear
	{
	clear: both;
	}
	
br
	{
	clear: both;
	}
	
img 
	{
	border: 0;
	}

body  
	{
	background-color: #434649;
	}

#page
	{
	width: 862px;
	height: auto;
	margin: 0 auto;
	}
	
#wrapper
	{
	background: #ffffff;
	border: 4px solid #cecece;
	float:left;
	margin-top: 20px;
	}
	
#wrapper_int
	{
	background: url(../img/bgd_int.gif) repeat-y;
	border: 4px solid #cecece;
	float:left;
	width: 866px;
	margin-top: 20px;
	}
	
p
	{
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 5px 0 0 30px;
	}
	
h1
	 { 
	 font: 30px/33px Arial, Helvetica, sans-serif;
	 color: #d46702;
	 margin: 30px 0 0 30px;
	 }

h2
	{
	font:  italic 16px/17px Arial, Helvetica, sans-serif;
	color: #242424;
	margin: 25px 0 0 35px;
	}
	
.divider
	{
	background: #c9c9c9;
	height: 1px;
	margin: 7px 0 0 30px;
	overflow: hidden;
	}
	
.shadow_top
	{
	width: 862px;
	height: 6px;
	}
	
.shadow_bottom
	{
	width: 862px;
	height: 6px;
	margin-top: 80px;
	}
		
#head, .shadow_top, .url, #logo_home, #nav, .divider, #photo_home, .shadow_bottom, #footer, #column_nav, #sub_nav, #column_content, #head_int, .shadow_top_int, #logo_int, #nav_int, .photo_int, #footer_int
	{
	position: relative;
	float: left;
	display: inline;
	}
	
.phone
	{
	position: relative;
	float: right;
	display: inline;
	}
	
/* Layout Header */
	
#head
	{
	width: 862px;
	height: 36px;
	background: #d35200;
	}
	
.url, .phone
	{
	font: 11px/11px  Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.url
	{
	margin: 11px 0 0 32px;
	}
	
.phone
	{
	margin: 11px 31px 0 0;
	}
	
#logo_home
	{
	margin: 8px 0 0 31px;
	}
	
#nav
	{
	margin: 15px 0 0 30px;
	list-style: none;
	list-style-type: none;
	}
	
#nav li, #nav_int li
	{
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
	}
	
#nav a, #nav_int a
	{
	color: #6f921f;
	text-decoration: none;
	}
	
#nav a:hover, #nav_int a:hover
	{
	color: #666666;
	}
	
	
/* Layout Footer */

#footer
	{
	width: 862px;
	height: 36px;
	background: #6f921f;
	margin-bottom: 0px;
	}
	
#footer p, #footer_int p
	{
	color: #ffffff;
	margin: 11px 0 0 30px;
	}
#footer a, #footer a:link,#footer a:visited 
	{
	color: #ffffff;
	margin: 11px 0 0 30px;
	}
	
#footer_int
	{
	width: 595px;
	height: 36px;
	background: #6f921f;
	margin: 40px 0 0 0;
	}
	
.conArea{
	display:block;
	overflow: hidden;
	width:100%;
}
.contAreaLeft{
	float:left;
	display:block;
	padding:30px;
	padding-top:0px;
	overflow: hidden;
	width:200px;
}
.contAreaLeft li{
	margin-left:10px;
	margin-top:10px;
}
.contAreaRight{
	float:left;
	display:block;
	overflow: hidden;
	padding:30px;
	padding-top:0px;
	width:520px;
}
