/* RESET STYLES */

html * {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5 {
	font-size: 1em;
	font-weight: normal; }


/* ----- GENERAL ----- */

body {
	background: #eee;
	font-family: Verdana;
	font-size: .8em; }

a {
	color: #168354; }

a:hover {
	color: #832C16; }

p, ul {
	line-height: 1.5em;
	margin-bottom: 1em; }

h2 {
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	color: #777;  }

h3 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #777; }

h4 {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #777; }


/* ----- PAGE ----- */

#page {
	position: relative;
	width: 725px;
	margin: 20px auto; }


/* ----- BRANDING ----- */

#branding {
	padding-left: 105px; }

#branding h1 {
	float: right;
	text-indent: -9999px; }

#branding img {
	border: none; }
	


/* ----- NAVIGATION ----- */

#navigation {
	position: absolute;
	top: 150px;
	left: 0;
	width: 80px; }

#navigation ul {
	list-style: none;
	border-top: 1px solid #bbb; }

#navigation li {
	border-bottom: 1px solid #bbb; }

#navigation a {
	display: block;
	padding: .75em;
	text-align: center;
	color: #666;
	text-decoration: none;
	font-weight: bold; }

#navigation a:hover {
	color: #555;
	background: #e6e6e6; }


/* ----- CONTENT ----- */

#content {
	position: absolute;
	top: 110px;
	left: 105px;
	background: #fff url(img/watermark_alt.png) bottom right no-repeat;
	border: 1px solid #ccc;
	padding: 3em; }

#content li {
	margin-left: 1em; }


/* ----- MISCELLANEOUS ----- */

.floatright {
	float: right;
	margin: 0 0 1em 1em; }
