body {
	background:#fbfdf6;
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#968765;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	width:960px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	letter-spacing:-0.06em;
	text-transform:uppercase;
	font-weight:normal;
}
a img {
	border:none;
}
header, article, footer {
	padding:10px 20px 20px;
	margin:10px;
	border:1px solid #e7e2d7;
	border-radius:8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background:#fff;
}
header {
	display:block;
	position:relative;
	text-align:left;
}
header h1 {
	font-size:2.3em;
	text-transform:none;
	letter-spacing:0em;
	text-align:center;
}
header h2 {
	margin:-10px 0px 20px;
	font-size:1.3em;
	text-align:center
}
nav {
	text-align:center;
	display:block;
}
nav ul {
	padding:0px;
	list-style-type:none;
	display:inline;
}
nav li {
	margin:0px 10px;
	padding:0px;
	list-style-type:none;
	display:inline;
}

nav a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#09c;
	text-decoration:none;
	border-bottom:1px dotted #09c;
	font-size:1.4em;
	font-weight:normal;
}
nav a:hover {
	color:#9c0;
	border-bottom:1px dotted #9c0;
}

article {
	float:right;
	width:900px;
	text-align:left;
}

article h1 {
	background:#968765;
	color:#fff;
	padding:9px 10px 10px 10px;
	margin:13px -10px;
	text-shadow:0 1px 0 #403232;
	text-align:left
}
article h2, article h3, article h4, article h5, article h6 {
	background:#c17086;
	color:#fff;
	padding:7px 10px 12px 30px;
	text-shadow:0 1px 0 #913951;
}
article a:link, a:visited {
	text-decoration:none;
}
article a:hover {
	text-decoration:none;
}
#col1, #col2, #col3 {
	float:left;
	width:300px;
	text-align:center
}
footer {
	display:block;
	clear:both !important;
	width:898px;
}
footer a {
	margin:0px 5px;
}

footer a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#09c;
	border-bottom:1px dotted #09c;
	text-decoration:none;
	font-size:.8em;
	font-weight:normal;
}
footer a:hover {
	color:#9c0;
	border-bottom:1px dotted #9c0;
}
