body {
	background:url('images/bg_main.jpg') top center repeat-y #000;
	margin:0px;
	padding:0px;
	font-family:myriad, arial;
	font-size:12px;
	color:#8b8b8b;
	line-height:1.5em;
}

a {
	font-family:myriad, arial;
	font-size:12px;
	color:#fdb141;
	text-decoration:underline;
}

a:hover {
	font-family:myriad, arial;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#wrapper {
	width:789px;
	margin:0px auto;
}

#site_container {
	width:789px;
}

#nav_bot {
	background:url(images/nav_bot_bg.jpg) no-repeat;
	height:100px;
}

#nav_bot2 {
	background:url(images/nav_bot_bg2.jpg) no-repeat;
	height:60px;
}



#mid {
	width:753px;
	margin:0px auto;
	background:url(images/home_mid_bg_top.jpg) no-repeat;
}

#mid_footer {
	width:753px;
	padding-top:20px;
	margin:0px auto;
	height:40px;
	background:url(images/home_mid_bg_bot.jpg) bottom no-repeat;
}

#footer {
	width:718px;
	margin:0px auto;
	font-size:11px;
}



.footer_txt a {
	font-size:11px;
	color:#8b8b8b;
	text-decoration:none;
}

.footer_txt a:hover {
	color:white;
	text-decoration:none;
}

.content {
	padding:30px 20px  0px 20px;
}

.content p {
	margin-top:0px;
	margin-bottom:12px;
	padding:0px;
}


a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

a.linkopacity:hover img {
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
}

h2 {
	font-size:110%;
	color:#8b8b8b;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:0px;
	
	
}

h1 {
	font-size:110%;
	color:#8b8b8b;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:solid 1px #444;
}

#home_search {
	float:left; 
	width:230px; 
	border-right:1px solid #1a1a1a; 
	background:url(images/home_arrow.jpg)  100px left no-repeat;
	
}

#home_mid {
	float:left; 
	width:215px; 
	border-right:1px solid #1a1a1a; 
	margin-left:15px;
	
}

#home_right {
	float:left; 
	width:230px; 
	/* border-right:1px solid #1a1a1a;  */
	margin-left:20px;
	
}

.home_heading_mid {
	width:200px;
	height:40px;
	background:url(images/home_heading_bg_mid.jpg) no-repeat top center;
	margin:0px auto;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}


.home_heading_mid2 {
	width:200px;
	height:40px;
	background:url(images/home_heading_bg_mid.jpg) no-repeat top center;
	
	padding-top:10px;
	text-align:left;
	font-weight:bold;
}

.phil_pad {
	padding:0px 10px 10px 0px;
}