/* CSS reset [taken from blueprint framework] */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
ol,ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
body {
	line-height: 1.5;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
table, td, th {
	vertical-align: middle;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}
	
blockquote, q {
	quotes:"" "";
	}
	
a img {
	border:none;
	}
	
/* structure */
body {
	background: #231f1d url('bellamy.png') fixed no-repeat bottom left;
	text-align: justify;
	font: 8pt Georgia, Times New Roman, Times, serif;
	text-transform: lowercase;
	letter-spacing: 0.5pt;
	color: #797774;
	margin: 50px 0 0 0;
}

#page {
	width: auto;
	background: #E8E7E4;
	margin: 0 0 0 420px;
	width: 500px;
	padding: 30px;
	text-align: justify;
	border-left: 10px solid #282726;
}

#branding {
	margin: 150px 0 0 50px;
	float: left;
	position: fixed;
}

div#branding h1 {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1pt;
	color: #6d6866;
	text-transform: lowercase;
}

div#branding h2 {
	font-size: 8pt;
	font-weight: lighter;
	letter-spacing: 4pt;
	color: #6d6866;
	text-transform: uppercase;
}

ul.navigation {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

ul.navigation li {
	padding: 0;
	margin: 0 20px 0 0;
	list-style: none;
	display: inline;
}

p.intro {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-style: italic;
	letter-spacing: 1pt;
	text-align: justify;
	font-size: 9pt;
	line-height: 10pt;
	color: #7c7774;
	border-bottom: 3px double #d1d0cd;
}

div.sections {
	padding: 0;
	margin: 0 0 20px 0;
}

div.sections h1 {
	font-size: 14pt;
	color: #a5a4a2;
	font-weight: lighter;
	letter-spacing: -0.5pt;
	text-transform: lowercase;
}

div.sections h2 {
	font-size: 7pt;
	color: #a5a4a2;
	font-weight: lighter;
	letter-spacing: 2pt;
	text-transform: uppercase;
}

p.text {
	margin: 10px 0 0 0;
	padding: 0;
}

div.sections img {
	max-width: 480px;
	border: 10px solid #c0bcbb;
}

div.footer {
	font-size: 12pt;
	padding: 20px 0 0 0;
}

/* styling */
a, a:link, a:visited {
	color: #AAA4A0;
	text-decoration: none;
}
	
a:hover {
	color: #8D8884;
	text-decoration: none;
	cursor: crosshair;
}

::-moz-selection {
	background: #EEE;
	color: #AAA;
}

blockquote {
	font-size: 14pt;
	font-style: italic;
	text-transform: lowercase;
	padding: 0;
	margin: 20px;
}

hr {
	color: transparent;
	height: 1px;
	border-style : none; 
	border-bottom: 3px double #d1d0cd;
}
