﻿html {
		height: 100%;
}

body {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;   
	margin: 0; 
	padding:0; 
	background-color: #7D7448;
}

body * {
		margin: 0; 
		padding: 0;
}

h1 {
		font-size: 16px;
		font-weight: bold;
		color:#524B30;
		padding-bottom: 10px;
}
h2 {
		font-size:14px; 
		padding-bottom:5px;
		color:#524B30;
}
h3 {
		font-size:14px; 
		padding-bottom:5px;
		color:#524B30;
}
h4 { 
		font-size:12px;
		color:#524B30;
}

a:link, a:visited  {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
blockquote {
	padding-left: 40px;
}

/* LOGO-HEAD */

#logobox {
		padding-top:21px;
		height:51px; 	
}
#logobox h1#logo {
		display:block;
		width:375px; 
		float:left;
		background: url(images/logo.jpg) no-repeat left top;
}
#logobox h1 a {
		display:block;
		text-indent:-10000px;
		width:375px;
		height:52px;
		text-decoration:none;
		border:none;
		background:   url(images/logo.jpg) no-repeat left top;
}
#logobox h1 a:hover {
		background:   url(images/logo_hover.jpg) no-repeat left top;
		border:none;
}

#headContent {
	width: 100%;
}

#header {
	width:850px;
	margin:0 auto;
	position:relative;
	height: 80px;
}

/* NAVIGATION */

#navigation {
		display:block;
		height:90px;
		position:absolute;
		top:0;
		right:0;
}	
#navigation ul {	
		float:left;
}
#navigation ul li {
		list-style:none;
		float:left;
}
#navigation ul li a {
		font-size:11px;  
		text-decoration:none; 
		color:#fff;
		text-align: center;
		background-color: #42381F;
		display:block;
		padding:83px 5px 4px 5px;
		border-right: 4px solid #524B30;
		border-bottom: 4px solid #524B30;
}
#navigation ul li a:hover, #navigation ul a {
				color:#F5F5F5;
				background-color:#7D7448;
}
#navigation ul li#one {
		border-left: 3px solid #524B30;
}

/* PAGE CONTENT */

#mainContent {
	width: 100%;
	background-color: #DFDBC8;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 6px solid #524B30;
	border-bottom: 6px solid #524B30;
}

#content {
	width: 800px;
	margin:0 auto;
	position:relative;
	padding-bottom: 25px;
}
#content ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	list-style: none;
}

#content li {
	background-image:url(images/bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding: 0 10px 5px 15px;
}
#img-space {
	padding-left: 5px;
}
#thumbspacing {
	padding-bottom: 7px;
}

#thumbspacing img {
	border: 1px solid #000000;
}

#swapimage {
	margin:0 auto;
	position:relative;
}

#img a:link {
	border: 1px solid #000000 ;
}
#img a:hover {
	border: 1px solid #000000 ;
}
#img a:visited {
	border: 1px solid #000000 ;
}


/* COPYRIGHT */

#copyright {
		width:850px;
		margin-top:5px; 
		margin:0 auto;
		position:relative;
}
#copyright-left {
		text-align:left;;
		color: #DFDBC8;
}
#copyright-right {
		text-align:right;
		color: #DFDBC8;
}	
#copyright-left a, #copyright-right a, #tagimages a {	
		color: #DFDBC8;
		text-decoration: none;
		border: none;
}
#copyright-left a:hover, #copyright-right a:hover, #tagimages a:hover {
		color: #EFEDE4;
		text-decoration: underline;
		background: none;
		border: none;
}
