*
	{
		margin: 0;
		padding: 0;
	}
	
ul
	{
		clear: left;
		float: left;
	}
	
ul li
	{
		clear: left;
		float: left;
		list-style-type: none;
	}
	
ol
	{
		margin: 0 0 0 20px;
	}
	
ol li
	{
		clear: left;
		float: left;
		margin: 0 0 10px 0;
		border-top: 3px #333 solid;
		width: 100%;
		list-style-type: none;
	}
	
#e_page p
	{
		clear: left;
		float: left;
	}


#e_page a
	{
		color: #555;
		text-decoration: none;
	}
	
#e_page a:hover
	{
		text-decoration: underline;
	}	
	
#e_page h1
	{
		color: #444;
		clear: left;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: normal;
		margin: 0 0 2px 0;
	}	
	
	
#e_page h2
	{
		color: #000;
		clear: left;
		display: block;
		float: left;
		font-family: Georgia, Times, serif;
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 2px 0;
		width: 100%;
	}	
	
#e_page h3
	{
		color: #444;
		clear: left;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 2px 0;
	}	
	
#e_page h4
	{
		color: #000;
		clear: left;
		float: left;
		font-family: Georgia, Times, serif;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 2px 0;
	}
	
#e_page h5
	{
		color: #4e463f;
		clear: left;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
/* PRIMARY ELEMENTS */
/* This is our super cool grey line for the page title */
#e_page .e_body .selector
	{
		background-color: transparent;
		background-image: url(http://thefightersunion.com/themes/0/tab-line.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: 0pt 50%;
		float: left;
		margin: 7px 0 10px 0;
		padding: 0 0 0 0;
		width: 526px;
	}
	
#e_page .e_body .selector h1
	{
		background-color: #FFF;
		padding-right: 5px;
	}
	

#e_page .selector h2
	{
		background-color: #FFF;
		display: inline;
		padding-right: 5px;
	}
	
.secondary
	{
		clear: none;
		float: left;
		width: 354px;
	}
	
.secondary .pod
	{
		border: 1px solid #BBB;
		background: #EFEFEF;
		clear: left;
		float: left;
		width: 334px;
		padding: 9px;
		margin: 5px 5px 20px 0px;
	}
	
#e_page .post .entry p, ul, li
	{
		width: 97%;	
	}

#e_page .post small
	{
		width: 97%;	
	}
