	body{
		background-image:url(../images/background.jpg);
		font-size:0.8em;
		padding-top:50px;
	}
	
	div#menu{
		margin-left:20px;
	}
	
	div#mainWrapper{
		width:960px;
		margin:auto;
		padding:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		/*background-color:#ffffff;*/
		background-image:url(../images/white_background.gif);
		background-repeat:no-repeat;
	}
	.grey{
		color:#999999;
	}
	.white{
		color:#ffffff !important;
	}
	.smaller{
		font-size:0.8em;
	}
	div#footer{
		
		font-size:0.8em;
		clear:both;
		color:#393C44;
		text-align:right;
		padding:0px 10px 2px 10px;
		
	}
	div#footer a:link, div#footer a:visited{
		color:#393C44;
		text-decoration:none;
	}

	a:link, a:visited{
		color:#003333;
		text-decoration:none;
	}

	a.on:link, a.on:visited{
		color:#999999;
		text-decoration:none;
	}
	
	div#content{
		padding-top:20px;
		height:310px;
		border-top:dotted 1px #393C44;
	}
	div#col1{
		width:300px;
		padding:10px;

		float:left;
		height:300px;
		background-color:#393C44;
		color:#eeeeee;
	}
	div#col2{

		width:400px;
		padding:10px;
		float:left;
		height:300px;
		border-right:dotted 1px #393C44;
	}
	div#col3{

		padding:10px;
		width:180px;
		float:left;
		height:300px;
	}
	
	div.news{
		border-bottom:dotted 1px #393C44;
		margin:10px;
	}
	
	h2{
		font-size:0.9em;
		color:#393C44;
	}
	div#col2 p{
		color:#666666;
	}
	p{
		clear:both;
		text-align:left;
	}
