body {
	background:#000 url(../images/bg.jpg) repeat-x;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

h1 {
	font-size:25px;
	color:#ff6600;
}

.container {
	width:765px;
}

.title {
	color:#fff;
	font-size:35px;
}

.subTitle {
	color:#fff;
	font-size:20px;
	padding-bottom:10px;
}

.content {
	width:500px;
	float:left;
	background:#fff;
}

.gap {
	width:10px;
	float:left;
}

.nav {
	width:255px;
	float:left;
	background:#fff;
}

.footer {
	margin-top:10px;
	text-align:center;
	color:#fff;
}

.spacer {
	clear:both;
	width:0px;
	height:0px;
}
