﻿/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* START LAYOUR */

body
{
    background: #ffffff;
    border: none;
    color: #7D4C21;
    margin: 0 auto;
    font: 14px/24px Helvetica, Arial, sans-serif;
    width: 960px;
}

h1
{
    font: normal bold 34px/50px Helvetica, Arial, sans-serif;
    padding-top: 30px;
    color: #AA1920;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
    color: #AA1920;}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;    color: #AA1920;
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}

a
{
    color: #AE1A28;
    text-decoration: none;
}

a:visited
{
    color: #AE1A28;
    outline: none;
    text-decoration: none;
}

a:hover
{
    color: #AE1A28;
    text-decoration: underline;
}

a:active {
	color: #AE1A28;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

#outer
{
    margin-left: -9px;
}

#header
{
    padding-bottom: 3px;
    padding-top: 3px;
    font: normal 36px Helvetica, Arial, sans-serif;
    color: #CCCCCC;
}

#mainnav
{
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #DBA777;
}

#mainnav ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

#mainnav ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}

#mainnav ul li a
{
    color: #7F522B;
    background-color: #DBA777;
    border: 2px solid #DBA777;
    font: normal bold 18px Helvetica, Arial, sans-serif;
    padding: 10px;
    margin-right: 40px;
    text-align: center;
}

#mainnav ul li a:hover, div#mainnav ul li a:focus
{
    background-color: #DBA777;
    border: 2px solid #DBA777;
    color: #AC1923;
    text-decoration: none;
}

#mainnav ul li a.selected
{
    color: #AC1923;
}

#mainnav ul li a.selected:hover
{
    color: #AC1923;
}

#content 
{
	margin-top: 50px;
	padding: 40px;
}

#content h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
}

#intro {
	background-color: #DBA777;
	margin-top: 100px;
	padding: 40px;
}

#intro h2 {
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
	width: 550px;
}

#intro p {
 	width: 550px;
}

#intro #photo {
	background-color: #fff;
	float: right;
	margin-top: -240px;
	width: 250px;
	height: 310px;
}

#intro #photo {
	background-color: #fff;
	float: right;
	margin-top: -300px;
	width: 250px;
	height: 310px;
}

#intro #photo #rot1
{
    height: 365px;
    width: 250px;
    border: 0;
}