body {
	font-family: verdana;
	font-size: 12px;
	color: #888888;
}

h2 {
	color: #666666;
}
.container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url(/uploads/themake-header.jpg);
	width: 1024px;
	height: 182px;
	background-repeat: no-repeat;
}

.menu {
	float:left;
	margin-top:21px;
	padding-right:10px;
	text-align:right;
	width:214px;
}

.content {
	float:left;
	padding-left:10px;
	width:785px;
}

a {
	text-decoration: none;
	color: #9A9A9A;	
	font-size: 18px;
}

a:hover {
	text-decoration: none;
	color: #222222;	
	font-size: 18px;
}