/* CSS Document */

	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
		position:relative;
	}
	/*#header {
		background:#ff0;
		padding:10px;
	}*/
	#body {
		/*padding:10px;*/
		padding-bottom:60px;	/* Height of the footer */
		margin-right:16%;
		margin-left:20px;
		width:75%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
		background-color:#FFFFFF;	
	}
	/*#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			
		background:#6cf;
	}*/




#header {

  text-align: center;
  background: #FFFFFF url(banner_img.jpg) repeat-x;
}

/*#body {


	padding-bottom:60px;
	margin-right:16%;
	margin-left:20px;

	width:75%;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:justify;

	background-color:#FFFFFF;

}*/

#footer {


	position:absolute;
	margin-top:10px;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
	background:#6cf;
	background-image: url(bottom.gif); 
	background-repeat: repeat-x; 
	text-align: center;
}

#hdr_div
{
	width:100%;
	background-color:#B0CD34;
	border-bottom: 2px solid #FFFFFF;
}
#hdr_div a {
	text-decoration:none;
	font-family:Tahoma; 
	font-size:12px; 
	color:#FFFFFF; 
	text-transform:none;
}
.fieldset {

	width:300px; 

}

.fieldset .label {

	text-align:right;

	width:60px;

	float:left;

	padding:0.2em;

	margin:0;

	margin-top:0.3em; 

}

.fieldset .nobr {

	display:none; 

}  

.fieldset .textfield {

	margin:3px;
	height:20px;
	width:200px; 

}

.fieldset .textarea {

	margin:3px;
	height:165px;
	width:200px; 
}

.special_left {

	display:inline;
	float:left;
	padding:0px 15px 11px 0px;
	width:156px;
}

.img_left 

{
	float:left;
	padding:2px;
	text-align:center;
	width:150px;
	border:1px solid #A6A6A6;
}

.photos 

{
	border-bottom:1px dotted #B1B1B1;
	border-right:1px dotted #B1B1B1;
	height:160px;
}	

#menu {

	float: left;
	width: 100%;
	height: 38px;
	/*margin: 0 auto;*/
	text-align: center;
	/*border-bottom: 1px solid #EDEBD5;*/
	margin-bottom: 20px;
	background-color:#B0CD34;
	font-family:Tahoma;
}



#menu ul {

	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 800px;
}



#menu li {

	/*display: inline;*/
	float: left;
  	/*position: relative;*/
	width: 100px;
}



#menu a {

	display: block;
	float: left;
	width: 100px;
	height: 38px;

	/*padding: 6px 0;

	border-left: 1px solid #EDEBD5;*/

	text-transform: lowercase;

	text-decoration: none;

	text-align: center;

	/*font-size: 144%;*/

	font-size:14px;

	color: #FFFFFF;

	background-image: url(button.jpg); 
	
}

#menu a:hover {

	background: #F7F7F4;
	color:#4D4D4D;
}



#menu .active a {

	background: #F49A24;

	color: #FFFFFF;

}

#traffic_div {

margin:15px;

}
#content
{
	width:100%;
	height:100%;
}
#left-content {
	width:175px;
	position:absolute;
	top: 220px;
	left:10px;
	bottom:68px;
	background-image: url(body_nav.jpg);
}
#right-content {
	padding-left:175px;
}
.centeredImage{
	 margin: 0 auto;
	 display:block;
	 vertical-align:middle;
}
