body {
	margin:0;
	font-family:"Georgia","Times New Roman",serif;
	color:#3C629E;
	background:#ffffff;	
	font-size:15px;
}

#head {
	background:url(../img/bg.jpg) repeat-x;
	height:147px;
}
	
	
#menu {
	clear:both;
	margin:-40px 0 40px 0;
}

	#menu ul {
		clear:both;
	}

	#menu li, #content li {
		float:left;
		margin:0 20px 0 10px;
		font-size:1.0em;
		list-style-image:url(../img/coin.jpg);		
	}
	
	#menu a, #content li a {
		text-decoration:none;
		color:#3C629E;	
		font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;			
		background:transparent;
		padding-left:2px;
	}
	
	#wrapper {
		width:900px;
	}
	
	#content li {
		clear:both;
	}
	
	#content li a:hover {
		background:transparent;
	}
	
#content {
	margin:0px 0 0 30px;
	width:500px;
	float:left;
}

	#content h1 {
		font-weight:normal;
		font-size:1.5em;
	}
	
	#content h2 {
		font-weight:normal;
		font-size:1.2em;
	}
	
	#content p, td, tr {
		font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
		font-size:0.8em;
	}
	
	
	#content a {
		padding-left:10px;
		background:url(../img/link-off.jpg) 0 3px no-repeat;
		
		font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
		font-size:1em;	
		color:#F1C600;
		
		text-decoration:none;	
	}
	
		#content a:hover {
		background:url(../img/link-on.jpg) 0 3px no-repeat;
		}
		
	#content table	{
		background:#6398EE;
		width:475px;
	}
	
	#content td {
		background:white;
	}
	
	#content th {
		font-weight:normal;
		background:white;
	}
		
	#adsense {
		margin-left:100px;
		padding-left:4px;
		padding-top:5px;
		float:left;
		width:168px;
		height:610px;
		background:url(../img/adsense-v.jpg) no-repeat;
	}
