/*********************************************/
/* BODY BASICS	                             */
/*********************************************/

body {	
	margin: 0px;
	padding: 0px;
	background-color: #ab10d2;
	}

body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	color: #fff829; 
	}

/*********************************************/
/* TEXT JUNK                                 */
/*********************************************/


h1 {
	font-size: 18px;
	color: #fff829;
	}

h2 {
	font-size: 16px;
	color: #fff829;
	}
	
h3 {
	font-size: 14px;
	color: #fff829;
	}
	
h4 {
	font-size: 13px;
	color: #fff829;
	}
	
.small {
	font-size: 10px;
	color: #fff;
	}
	
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.big {
	font-size: 36px;
	}	


/*********************************************/
/* LINKS                                     */
/*********************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #ffbaea;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #ffbaea;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff; 
	}
	
/*********************************************/
/* FUNKY DIVS and LAYOUT FUN                 */
/*********************************************/

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding: 0px;
	}

.feedLot {
	padding-left: 55px;
	width: 374px;
	height: 280px;
	float: left;
	}
	
#container {
	background: url(images/mainbg.png) top no-repeat #ab10d2;
	}
	
#container2 {
	background: url(images/bg2.gif) top no-repeat #fff;
	}

#flashcontent {
	width: 1000px;
	height: 763px;	
	font-size: 22px;
	font-weight: bold;
	color: #ab10d2;
	}

#flashcontent2 {
	width: 100%;
	height: 100%;	
	font-size: 22px;
	font-weight: bold;
	color: #ab10d2;
	}
	
#hmMainBox {
	padding-left: 55px;
	width: 374px;	
	float: left;
	}
	
#subTextAlt {
	padding-left: 55px;
	width: 553px;
	font-size: 16px;
	}
	
		
