	body {
		margin:0px 0px; padding:0px;
		background: url(../images/bg.png) repeat-x top left #f7f7f7;
		font: 70% "Lucida Grande", sans-serif;
		color: #000000;
		text-align:center;
		line-height: 2.2em;
	}
	
	body img {
		border: 0px;
		}

	a, a:visited {
		color: #FF3399;
		text-decoration: none;
	}
	
	a:hover {
		color: #999;
		text-decoration: underline;
	}
	
	#container {
		width: 800px;
		text-align: left;
		margin:0px auto;
		padding-top:20px;
		border:0px solid #ccc;
	}

.columnleft {
	float: left;
	width: 270px;
	padding-right: 30px;
	line-height: 1.6em;
}

.columncenter {
	float: left;
	width: 320px;
	padding-right: 30px;
	line-height: 1.6em;
}

.columnright {
	text-align:right;
	float: left;
	width: 150px;
	line-height: 1.6em;
}

.grey {	
	color: #666;
}

	.img {
		text-align: center;
		margin:0px auto;
		padding:0px;
		border:1px solid #ccc;
	}
	
	.title {
		color: #222;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	#footer {
		margin: 60px 0px 20px 0px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}
	
	.clear {
		clear: both;
	}
	