/*-----------------------------------------------
Author:   Jason Cooper
Version:  1 June 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #ff00ba;
    text-decoration: underline;
	}    
	
a:hover {
	color: #ff00ba;
    text-decoration: none;
	}  
	
h1	 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 25px;
  	line-height: 25px;	
  	font-weight: normal;
	line-height: 30px;
	color: #ab8d45;
	}
	
	
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px;
  	font-weight: normal;
	border-bottom: solid 1px #373737;
	padding: 20px 0 5px 0;
	}
	
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 15px;
  	line-height: 22px;	
  	margin: 0;
	}	
	
.tbl img {
	border: solid 1px #333;
	}
	
	
/* Body 
----------------------------------------------- */
body {
	margin: 20px 0 0 0;
  	background: #fff url('../media/bgTile.jpg') top left;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #373737;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
	
#main {
  	padding: 20px 20px 20px 50px;
  	background-color: white;
  	text-align: left;
  	font-size: 11px;
	}	
	
/* Misc.
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
	

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	height: 30px;
	}	
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
    text-decoration: underline;
	}    
	
#footer a:hover {
	color: #fff;
    text-decoration: none;
	}  