html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #336699;
	background-color: #4D9EF7;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	color: #336699;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #F9A33F;
}

hr{
	color: #F9A33F;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #F9A33F;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #F9A33F;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #F9A33F;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	background-image: url(../images/bg_shadow.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#content_border {
	margin: 0px auto;
	padding: 0px;
	width: 793px;
	position: relative;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
}

#main_content a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FF9900;
	}
#main_content a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FF9900;
	}
#main_content a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FF9900;
	}
	
#bg_feature{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 558px;
	height: 366px;
	position:absolute;
	left: 235px;
	top: 55px;
	background-image: url(../images/bg_feature.jpg);
	background-repeat: no-repeat;
}

#content_index{
}

#content_index a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #336699;
	}
	
#content_index a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #336699;
	}
	
#content_index a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #336699;
	}


#footer{
	margin: 0px;
	padding: 0px;
	color: #000;
	width:793px;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #000;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #000;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #000;
	}
	
#hogtronix{
	margin: 0px;
	padding: 0px;
}

#hogtronix a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #999;
	}
#hogtronix a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #999;
	}
#hogtronix a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #999;
	}
	
	
/*featured property styles*/
img 
{
 border:0;
}

pre {
 padding:10px;
 border: 1px dotted #eee;
 background-color:#f9f9f9;
}


#photodiv {
  background-repeat: no-repeat;
}