/* ------- Reset ------- */
a, body, div, h1, h2, h3, p, ul, li { margin:0; padding:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	min-width: 1010px;
    background-image: url(../img/layout/bg_body.gif);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../img/layout/bg_header.jpg);
	background-repeat: repeat-x;	
	height: 121px;
	width: 100%;
}

#header2 {
	background-color: #7e4a22;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 22px;
	min-width: 1000px;
	width: 100%;
}



/* ---------- Navigation ---------- */

#navigation {
	background-color: #e9b775;
	background-image: url(../img/layout/bg_navigation.jpg);
	background-repeat: no-repeat;
	color: #000;
	float: left;
	font-size: .8em;
	min-height: 630px;
	padding-top: 40px;
	width: 161px;
}

#navigation li {
	list-style-type: none;
	margin: 0 0 15px 20px; 
}

#navigation a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.highlight {
	font-style: italic;
}

/* ---------- Content ---------- */

#content {
	background-color: #fff;
	background-image: url(../img/layout/bg_content.gif);
	background-repeat: no-repeat;
	color: #382c1b;
	float: left;
	min-height: 550px;
	padding: 40px 0 0 40px;
	text-align: left;
	width: 800px;
}

.para {
	float: left;
	width: 460px;
	margin-right: 87px;
}

.marginal {
	float: left;
	width: 250px;
}

h1 {
	color: #e9b775;
	font-size: .8em;
	font-weight: bold;
	line-height: 22px;		
	margin-left: 748px;
}

h2 {
	font-size: .8em;
    margin-bottom: 30px;
}

h3 {
	font-size: .7em;
	font-weight: bold;
	margin-bottom: 12px;
}

p, table {
    font-size: .7em;
    margin-bottom: 20px;
}

.para p {
	line-height: 18px;
}

.img_right {
    float: right;
    margin-left: 4px;
    margin-bottom: 2px;
}

.img_left {
    float: left;
    margin-right: 4px;
    margin-bottom: 2px;
}

.img_bar {
    margin-bottom: 20px;
}

.img_bar img, .img_left img, .img_right img {
    border: 1px solid #000;
    margin: 0 6px;
    padding: 1px;
}


.invisible {
	display: inline;
    visibility: hidden;
    overflow: hidden;   
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}