/* RESET STYLES */

html * {
text-align: left;
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5 {
	text-align: left;
	font-size: 1em;
	font-weight: normal; }


/* ----- GENERAL ----- */

body {
	text-align: center;
	background: #ffffff;
	font-family: Verdana;
	font-size: .8em; }

a {
	color: #006699; }

a:hover {
	color: #cc9900; }

p, ul {
	line-height: 1.5em;
	margin-bottom: 1em; }

h2 {
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	color: #000000;  }

h3 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000; }

h4 {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000; }
	
h5 {
	font-family: Arial;
	font-size: 1em;
	font-style: italic;
	color: #000000; }

/* ----- PAGE ----- */

#page {
	position: relative;
	width: 725px;
	margin: 20px auto; }


/* ----- BRANDING ----- */

#branding {
	position: absolute;
	top: 15px;
	padding-left: 105px; }

#branding h1 {
	float: left;
	font-size: 2.2em;
	color: #832C16;
	text-indent: 0px; }

#branding img {
	border: none; }
	


/* ----- NAVIGATION ----- */

#navigation {
	position: absolute;
	top: 180px;
	left: 0;
	width: 80px; }

#navigation ul {
	list-style: none;
	border-top: 1px solid #bbbbbb; }

#navigation li {
	border-bottom: 1px solid #bbbbbb; }

#navigation a {
	display: block;
	padding: .75em;
	text-align: center;
	color: #006699;
	text-decoration: none;
	font-weight: bold; }

#navigation a:hover {
	color: #cc9900;
	background: #f2f2f2; }


/* ----- CONTENT ----- */

#content {
	position: absolute;
	top: 140px;
	left: 105px;
	text-align: left;
	background: #ffffff;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #cccccc;
	padding: 3em; }

#content li {
	margin-left: 1em; }


/* ----- MISCELLANEOUS ----- */

.floatright {
	float: right;
	margin: 0 0 1em 1em; }
