body {
	margin:0;
	padding:0;
	background:#fff url("bg.png") left top repeat-x;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:13px;
}
h1,h2,h3 {
	margin:0.4em 0 1em;
	padding:0;
	color:#000;
	font-weight:normal;
	font-size:100%;
}
h1 { font-size:30px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
p {
	margin:0 0 1em;
	padding:0;
}
p, li {
	color:#444;
	line-height:1.4;
}
.clear {
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}
#wrapper {
	width:920px;
	position:relative;
	margin:0 auto;
	padding:0 20px;
}
#header {
	width:440px;
	padding-left:20px;
	top:109px;
	left:480px;
	position:absolute;
}
#header h1, #header h2, #header ul, #header p {
	margin-left:5px;
	margin-right:5px;
}
#header h1 {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;	
}
#header h2 {
	font-size:30px;
	font-family:Georgia,serif;
	font-style:italic;
	line-height:1.3;
	margin-bottom:0.5em;
	border-bottom:1px solid #dadada;
	padding-bottom:0.5em;
}
#header p, #header li {
	font-size:14px;
}
#header ul {
	margin:1.5em 0.5em;
	padding:0;
}
#header li {
	margin:2px 5px;
	padding:2px 0 3px 24px;
	background:url("list.png") left center no-repeat;
	list-style-type:none;
}
#logo {
	top:9px;
	position:absolute;
}
#hdrimg {
	top:149px;
	position:absolute;
}
#subheader {
	padding:570px 0 1em 0;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
#subheader div {
	width:236px;
	float:left;
	margin-top:1em;
	padding:0 20px 0 50px;
	background:url("star.png") 5px 8px no-repeat;
}
#subheader h3 {
	margin-bottom:3px;
	font-size:16px;
	font-weight:bold;
}
#left, #right {
	width:440px;
	margin:1em 0;
	padding:0 10px;
	float:left;
}
#left ul, #left li {
	margin:0;
	padding:0;
}
#left ul {
	margin-bottom:1em;
	overflow:hidden;
}
#left li {
	float:left;
	padding:0 6px 3px 0;
	list-style-type:none;
}
#left li a img {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}
#right h3 {
	margin-top:1.2em;
}
#footer {
	clear:both;
}
#notes {
	padding:1em 0 0.2em;
	border-top:1px solid #ccc;
	text-align:center;
}
#notes, #notes a {
	color:#aaa;
	font-size:11px;
	text-decoration:none;
}
#links {
	top:40px;
	right:20px;
	position:absolute;
}
#links, #links a {
	color:#aaa;
	text-decoration:none;
}
#notes a:hover, #links a:hover {
	text-decoration:underline;
}
a.button {
	width:374px;
	height:52px;
	padding-top:16px;
	display:block;
	background:url("btn.png") left 0px no-repeat;
	text-align:center;
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
a.button:hover {
	background-position: left -68px;
}
a img {
	border:0;
}