/* General style attributes */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

html {
	/* See: http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: 80%;
	text-rendering: optimizeLegibility;
}

html>body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.1em;
}

p {
	margin-bottom: 18px;
	line-height: 18px;
}

span.bold {
	font-weight: bold;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 15px;
}

ol {
	margin-left: 15px;
}

hr {
	position: relative;
	margin-bottom: 18px;
	color: black;
	background-color: black;
	height: 1px;
	border-width: 0px 0px 0px 0px;
	z-index: -1;
}

/* Common Style */

div#page {
	font-size: 11px;
	line-height: 18px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto; 
	padding: 0px 0px 0px 0px;
	width: 610px;
}

div#header {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -15px;
	width: 625px;
	letter-spacing: 0.2em;
	margin-top: 18px;
	margin-bottom: 35px;
	font-weight: bold;
}

div#header img {
	float: left;
	width: 64px;
	height: 64px;
}

div#innerHeader {
	width: 550px;
	height: 16px;
	margin-left: 75px;
	padding-top: 18px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: black;
}

div#innerHeader p {
	margin-bottom: -18px;
}

div#links {
	float: right;
	font-size: 11px;
}

a.navigationLink {
	position: relative;
	text-align: center;
	display: inline-block;
	background-color: black;
	color: white;
	width: 70px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: -18px;
}

a#aboutLink {
	margin-right: 2px;
}

div#content {	
	font-size: 11px;
	line-height: 18px;
	width: 610px;
	margin-bottom: 18px;
	min-height: 486px;
}

div#footer {
	font-size: 9px;
	text-align: center;
	letter-spacing: 0.2em;
	width: 610px;
	height: 18px;
	margin: 0px 0px 0px -1px;
}

div#footer p {
	margin-bottom: 0px;
}

div.floatLeft {
	float: left;
	width: 300px;
}

div.floatRight {
	float: right;
	width: 300px;
}

div.errorText {
	margin-top: 108px;
	margin-bottom: -72px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

div.errorText img {
	margin-bottom: 36px;
	height: 256px;
	width: 256px;
}

div.clearFloat {
	height: 0px;
	width: 0px;
	clear: both;
}

div.postSeparator p {
	height: 18px;
	text-align: center;
	vertical-align: top;
}
