@charset "UTF-8";
/* CSS Document */


/*---------------------------------------------------------------*/
/*                          tag rules                            */
/*---------------------------------------------------------------*/

body				{		
							font-family:			Arial, Helvetica, sans-serif;
							font-size:				12px;
							line-height:			16px;
							text-align:				justify;
							background-color:		#837292;
						
																					}
					
					
					
					
					
/*---------------------------------------------------------------*/
/*                          page eliments                        */
/*---------------------------------------------------------------*/
					
#main_container		{		width:					730px;							
							margin:					auto;
							padding:				200px 0px 70px 180px;
							overflow:				hidden;
																				 }
														
														
#footer				{		width:					100%;
							height:					267px;
							background-image:		url(images/footer_bg.jpg);
							background-repeat:		repeat-x;					}
							
							
#footer_text		{		width:					900px;
							margin:					auto;
							color:					#FFF;
							font-size:				15px;
							padding:                40px 0 0 0px
							
																				}	
																				
#footer_text a		{		color:					#FFF;
							text-decoration:		none;						}
							
#footer_text a:hover		{		text-decoration:underline;					}
																									 
																				 
/*---------------------------------------------------------------*/
/*                          classes                       		 */
/*---------------------------------------------------------------*/		

.trainer			{		float:					right;
							margin:  				0 0 0 10px;					}	 /*adjust when adding extra text*/
							


.white				{		background-color:#FFF;
							background-image:		url(images/main_bg.gif);
							background-position:	center top;
							background-repeat:		no-repeat;					}
							
.footerbluetext		{		font-size:				24px;
							line-height:			28px;
							color:					#306;
							font-weight:			bold;						}
							
