
/******************************************************************************/
/*	Headers																	  */
/******************************************************************************/

h1,h1 a
{
	font-size:40px;
}

h3,h3 a
{
	font-size:22px;
}

h4,h4 a
{
	font-size:16px;
}

/******************************************************************************/
/*	Main																	  */
/******************************************************************************/

div.main
{
	width:460px;
}	

/******************************************************************************/
/*	Footer																	  */
/******************************************************************************/
		
			/******************************************************************/
			/*	Footer / Footer top / Columns								  */
			/******************************************************************/

			div.footer div.footer-top div.main div.column-left,
			div.footer div.footer-top div.main div.column-center-left,
			div.footer div.footer-top div.main div.column-center-right,
			div.footer div.footer-top div.main div.column-right
			{
				width:225px;
				margin-left:10px;
			}
			
			div.footer div.footer-top div.main div.column-left,
			div.footer div.footer-top div.main div.column-center-right
			{
				margin-left:0px;
			}
			
			div.footer div.footer-top div.main div.column-center-right
			{
				clear:both;
			}
			
			div.footer div.footer-top div.main div.column-center-right,
			div.footer div.footer-top div.main div.column-right
			{
				margin-top:40px;
			}
