* {
	margin: 0;
	padding: 0;
}
.clear { clear: both; height: 0px; line-height: 0px; }
.left, .alignleft { float: left; }
.right .aligntright { float: right; 1}
body {
	<!--
background: url(/wp-content/themes/jacknmicks/images/body-bg.png);
	font: 12px/18px arial;
-->
}
h1 {
	font-size: 24px;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	margin-bottom: 12px;
}
h3 {
	font-size: 15px;
	margin-bottom: 6px;
}
p {
	margin-bottom: 12px;
}
#wrapper {
	background: #fff;
	margin: 20px auto;
	padding: 20px;
	width: 840px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 30px #ccc;
	-webkit-box-shadow: 0 0 30px #ccc;
}
#header {
	height: 60px;
	margin-bottom: 20px;
}
#logotype {
	background: url(/wp-content/themes/jacknmicks/images/logotype.png) left center no-repeat;
	height: 60px;
	float: left;
	line-height: 66px;
	padding-left: 84px;
}
	#logotype h1 {
		color: #333;
		font-size: 36px;
		letter-spacing: -3px;
		text-shadow: 2px 2px 0px #ccc;
	}
#tagline {
	color: #666;
	float: right;
	height: 60px;
	font-size: 18px;
	margin-top: 12px;
	padding-right: 12px;
	text-align: right;
}
#football {
	background: url(/wp-content/themes/jacknmicks/images/football.png) right center no-repeat;
	height: 60px;
	float: right;
	width: 60px;
}
#menu {
	background: #600;
	margin-bottom: 24px;
	padding: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#menu li {
	display: inline;
	float: left;
}
#menu a {
	border-left: 1px solid #900;
	border-right: 1px solid #300;
	color: #fff;
	font-size: 18px;
	float: left;
	letter-spacing: -1px;
	padding: 0 18px;
	text-decoration: none;
}
#menu li:first-child a { border-left: none; padding-left: 6px; }
#menu li:last-child a { border-right: none; padding-right: 0; }
#main {
	float: left;
	width: 580px;
}
#main h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
#main p {
	margin-bottom: 12px;
}
#main *:last-child { margin-bottom: 0; }
#sidebar {
	border-left: 1px solid #ccc;
	float: right;
	width: 239px;
	padding-left: 10px;
}
#sidebar h2 {
	border-bottom: 1px solid #ccc;
	color: #900;
	padding-bottom: 6px;
}
#sidebar p {
	margin-bottom: 12px;
}
#footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
