/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin:0px 0px; padding:0px;
	text-align:center;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	}
	
#content {
	width:825px;
	margin:0px auto;
	text-align:left;
	}
	
/* OLD IE PNG BUG */

 img { behavior: url(iepngfix.htc); }

/* TEXT FORMATTING */
	
.copy12
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : normal;  
	line-height: 18px;
	text-align:left;
	}
	
.copy12burg
	{ 
	color : #8C2921; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold;  
	line-height: 18px;
	text-align:left;
	}
	
.copy11
	{ 
	color : #6C6C6C; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height: 14px;
	text-align:left;
	}
	
.copy11red
	{ 
	color : #C0342E; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height: 14px;
	text-align:left;
	}
	
.copy11burg
	{ 
	color : #8C2921; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height: 14px;
	text-decoration: none;
	text-align:left;
	}
	
.copy10white
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-align:left;
	}
	
.leftrail
	{ 
	color : #303030; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height: 17px;
	text-align:left;
	}
	
.leftrailorange
	{ 
	color : #fe6f10; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height: 17px;
	text-align:left;
	}
	
.footer
	{ 
	color : #929292; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height: 14px;
	text-decoration: none;
	}
	
