
html, body {
	margin:0;
	padding:0;
}

html {
	background:#fbf8f3 url(../img/background.jpg) left top repeat;
}
body {
	width:880px;
	margin:0 auto;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#565c60;
	line-height:1.4em;
	position:relative;
	font-size:15px;
}

h1 {
	margin:0 0 0.6em;
	line-height:1em;
	font-size:26px;
	padding:0;
	color:#565c60;
	font-weight:normal;
}

h2 {
	margin:0 0 5px;
	padding:0;
	color:#a64a4a;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}

a {
	color:#87afc6;
	text-decoration:none;
}

p {
	margin:0 0 1em;
	padding:0;
}

small {
	font-size:11px;
}

pre {
	font-size:14px;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
	margin:0;
}

.error {
	padding:15px 20px;
	color:#fff;
	background-color:#a64a4a;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

input[type=text], textarea, select {
	border:1px solid #565c60;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	padding:5px 5px;
	margin:0 0 5px 0;
	display:block;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#565c60;
	width:400px;
}
textarea {
	overflow:auto;
	height:70px;
}

#masthead {
	background:url(../img/header.png) center 39px no-repeat;
	height:140px;
	padding-top:39px;
	position:relative;
}
#logo {
	display:block;
	width:485px;
	height:65px;
	margin:0 auto;
	text-indent:-1000px;
	overflow:hidden;
}
ul#nav {
	display:block;
	position:absolute;
	top:130px;
	left:0px;
	right:0px;
	list-style:none;
	text-align:center;
	border-top:1px solid #a5c8dc;
	border-bottom:1px solid #a5c8dc;
	margin:0;
	padding:0;
}
ul#nav li {
	display:inline;
	list-style:none;
	margin:0 10px;
	padding:0;
	text-transform:uppercase;
	line-height:25px;
}
ul#nav li a {
	color:#565c60;
}
ul#nav li a:hover {
	color:#9a9a9a;
}

#content {
	overflow:hidden;
	min-height:500px;
}

#footer {
	margin:40px 0 0;
	background-color:#a5c8dc;
	padding:30px;
	overflow:hidden;
	font-size:13px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
#footer a {
	color:#fff;
	border-bottom:1px dashed #fff;
}
#footer p:last-child {
	margin-bottom:0;
}
#footer h5 {
	color:#fff;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1em;
}
#footer-info {
	float:left;
	width:45%;
}
#footer-controls {
	float:right;
	width:45%;
}

code {font-size:0.875em;}
code.block {display:block;margin:1em 0;white-space:pre;overflow:auto;}
code.block.wrap {white-space:pre-wrap;}
code > span.kw { color: #007020; font-weight: bold; }
code > span.dt { color: #902000; }
code > span.dv { color: #40a070; }
code > span.bn { color: #40a070; }
code > span.fl { color: #40a070; }
code > span.ch { color: #4070a0; }
code > span.st { color: #4070a0; }
code > span.co { color: #60a0b0; font-style: italic; }
code > span.ot { color: #007020; }
code > span.al { color: #ff0000; font-weight: bold; }
code > span.fu { color: #06287e; }
code > span.er { color: #ff0000; font-weight: bold; }
