/* -- debug -- */
pre {
	font: 1.2em "Courier New",Courier;
	text-align: left;
}

/* -- reset styles -- */
a,abbr,body,button,fieldset,form,h1,h2,h3,h4,h5,h6,img,label,legend,li,ol,p,td,th,ul {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

input,select,textarea {
	margin: 0;
}

/* -- base styles -- */
body,button,input,select,td,th,textarea {
	color: #333;
	font: 62.5% Georgia,Tahoma,Geneva,Helvetica,serif;
}

body {
	background-color: #fff;
	line-height: 1;
}

/* -- headings -- */
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* -- paragraphs, lists, tables & anchors -- */
p,li,td,th {
	font-size: 1.2em;
	line-height: 1.6;
}

p,ol,ul {
	margin-bottom: 1.2em;
}

ol,ul {
	margin-left: 1.6em;
}

li {
	margin-bottom: 0.2em;
}

li li {
	font-size: 1em;
}

a {
	color: #c00000;
	text-decoration: underline;
}

/* -- horizontal rule, forms, clearfix & content hide -- */
hr {
	display: none;
}

button,input,select,textarea {
	color: #000;
	font-size: 1em;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.hide {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: -999em;
	width: 1em;
}

/* -- header -- */
#header {
	margin: 0 auto;
	width: 716px;
}

#header h1 {
	background: url(../img/logo.png) no-repeat 50% 36px;
	height: 160px;
}

/* -- body -- */
#body {
	text-align: center;
}

#body .website a {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

