* { margin: 0; padding: 0; }
		
img { border: 0 }

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #334241;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #334241;


}

p
{ 
line-height: 1.3em;
margin: .8em .8em .8em 0em;
}

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

a:link{
	color: #334241;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************** Main styles **************/

#container{
   padding: 0px;
   margin-right: auto;
   margin-left: auto;
   width: 1024px;
   position: relative;
   background-color: #FFFFFF;
  
 
}

#header_wrap{
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	}

#header{

	padding: 0px 0px 0px 0px;
	height: 137px;
	width: 1024px;
	background-image: url(../images/header2.gif);
		
}

	#feature {
	float: left;
	width: 310px;
	
	}


/***********************************************/
/* Top Menu Divs                                 */
/***********************************************/
#topmenu {

	height: 30px;
	text-align: center;
	width: 700px;
	position: relative;
	top: 106px;

}

#topmenu ul {
    margin: 0;
    padding: .9em;
	list-style:none;
}

#topmenu li {
	display: inline;
	margin: 0;
    padding: 0;

}



#topmenu a {
	padding: .6em .8em .4em .4em;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;

	}
			#topmenu a span {
			background-image: url(../images/menu_div.gif);
	background-repeat: no-repeat;
	background-position: right;
	}	
	

#topmenu a:hover {
color: #89A5A3;

}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
width: 100%;
background-color: #FFFFFF;

}

	#content{
	background-image: url(../images/container_back.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 11px;
	width: 1024px;
				  }

	#admin_wrap{
	background-image: url(../images/container_admin.gif);
	background-position: top;
	background-repeat: no-repeat;
	
	  }
	  
	  	#admin_content{
	color: #333333;
	font-size: 11px;
	width: 1024px;
	padding: 2em;
			  }

	 
.head {

font-size: 14px;
font-weight: bold;
	color: #333333;

}
.head2 {

font-size: 14px;
font-weight: bold;
	color: #C17400;

}

.body {
	padding: 20px 20px 0px 20px;
		color: #333333;
}

#listing_thumb {

margin-bottom: 1.2em;

}

#feature_title {
background-image: url(images/feature.gif);
background-repeat: no-repeat;
margin-top: .6em;
margin-bottom: .4em;
height: 28px;

}

#eval_title {
background-image: url(images/eval.gif);
background-repeat: no-repeat;
background-position: top left;
margin-top: .6em;
margin-bottom: .4em;
margin-left: 1.3em;
padding-top: 3.4em;


}
  
  


/************** #footer styles **************/	

	
	
	#footer {
	width: 100%;
	font-size: 11px;
 	background-color: #334241;
	padding: 0;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	
	}
	
	#closing {
	text-align: center;
	background-image: url(../images/bottom_back.gif);
	background-position: top;
	background-repeat: no-repeat;	
	width: 1024px;
	font-size: 10px;
	padding: .8em 0em .8em 0em;
	color: #869184;
	margin-right: auto;
	margin-left: auto;
	
	}
	
	#closing a {
	color: #869184;
	text-decoration: underline;

	
	}	
	
	#home1 {
	margin-left: .3em;
	
	}
	
	#text_indent {
	margin-left: 2em;
	
	}
	
	#home2 {
	
	margin-left: 1.3em;
	
	
	}
	
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

