body {
	background: url(../img/hats-background.jpg) top left repeat;
	background-attachment: fixed;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content {
	width: 700px;
	background: url(../img/body-bg.png) top left repeat-y;
	padding: 10px 35px;
}

/* GLOBAL TYPOGRAPHY */
h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #660000;
	border-bottom: dashed 1px #999;
	padding: 0 0 2px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 span {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	margin-top: -12px;
	color: #666;
	text-align: right;
	display: block;
	float: right;
	width: 100px;
}

h2 a {
	color: #996600;
	text-decoration: none;
	font-style: italic;
}

h2 a:hover {
	color: #993300;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #600;
	margin: 0 220px 4px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p, ul {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 8px 0;
}

p.footnote {
	color: #666;
	font-style: italic;
	font-size: 10px;
	line-height: 13px;
}

ul {
	list-style: disc;
	margin: 0 0 13px 14px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}

img {
	border: solid 1px #600;
	margin: 0 0 4px 0;
}

object {
	margin-bottom: 4px;
}

/* HEADER STYLES */
#header {
	width: 700px;
	height: 128px;
	background: url(../img/header-bg.png) top left no-repeat;
	padding: 1px 35px;
}

#header h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}

#header ul {
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
}

#header li {
	display: inline;
	margin: 10px 0 0 10px;
	padding: 0;
}

#header li a {
	text-decoration: underline;
	color: #600;
	text-transform: lowercase;
}

#header li a.current {
	color: #666;
	text-decoration: none;
}

#header li a:hover {
	color: #060;
}

#header li.firefox a {
	color: #f60;
	background: url(../firefox/mini-ff-logo.png) bottom left no-repeat;
	padding-left: 15px;
}

#header li.firefox a:hover {
	color: #2f94c7;
}

/* WHAT'S NEW BOX */
#new {
	float: right;
	width: 180px;
	margin: 0 0 0 30px;
	padding: 6px 10px 3px 10px;
	border: solid 1px #990000;
	background: #fff;
}

#new p {
	margin: 0 0 8px 0;
}

#new h2 {
	font-size: 12px;
	line-height: 13px;
	border-bottom: solid 1px #990000;
	color: #666;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
}

#new h3 {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	font-weight: bold;
}

#new ul {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#new ul li {
	margin-bottom: 8px;
}

#new img {
	display: block;
	margin: 10px auto;
}

/* FOOTER STYLES */
#footer {
	background: url(../img/footer-bg.png) top left no-repeat;
	width: 700px;
	clear: both;
	padding: 0 35px 20px 35px;
}

#footer p {
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	color: #666;
	margin: 0;
	padding: 2px 0 0 0;
	border-top: dashed 1px #999;
}

div.clear {
	clear: both;
}

.right {
	float: right;
	margin: 0 0 0 20px;
}



