/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin: 0;
	padding: 0;
	background-color: #9B785C;
	line-height:20px;
}

a {
	color: #cca272;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 5px;
}
h1, h2, h3, h4 {
	color:#561d0d;
	font-style: normal;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#container {
	width:780px;
/*	height:720px; */
	margin:0 auto;
	background-color:#51190a;
}

#navigation {
	padding:10px 0 0 25px;
	font-size: 1.2em;
}

#navigation ul{
	display: block;
	padding: 4px 0 4px;
	margin: 0;
}

#navigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 16px 0 16px;
	border-left: #b78760 1px solid;
}

#navigation a {
	color:#fcfdfe;
	text-decoration:none;
}

#navigation a:hover, #navigation a.selected {
	color:#cca272;
}

#header {
	background:url(images/header.jpg) no-repeat;
	width: 100%;
	height:257px;
}

#logo {
	background:url(images/logo.jpg) left no-repeat;
	float: left;
	width:250px;
	margin: 60px 0 0 40px;
}
#logo h1 {
	font-size: 2em;
	padding:0 0 0 50px;
}

#logo h1, #logo h1 a {
	font-style:normal;
	font-weight:normal;
	color:#561d0d;
	margin: 0;
	text-decoration: none;
}

#logo h2 {
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
	color:#4c1708;
	margin: 0;
	padding-left: 50px;
}

#img1 {
	background: url(images/img4.jpg) no-repeat;
	float: right;
	width:358px;
	height:217px;
}

#layout2{
	width:730px;
	background-color:#eed3b9;
	position:relative;
	margin-left:25px;
}

#content {
	color:#423d3d;
	padding: 0 16px 6px 20px;
	margin: 0;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}

#content p:first-letter {
/*	font-weight: bold;
	font-size: 1.2em; */
}

/* Right sidebar */
#extras {
	float:right;
	margin:0 0 0px 0px;
	padding:4px 8px 4px 4px;
	width:180px;
	border-right:1px solid #CCA272;
	border-bottom:1px solid #CCA272;
	background: #FFE4C4;
}
#extras p,#extras ul {
/*font-size:0.9em; */
line-height:1.2em;
margin:0 0 1.5em;
padding:0;
}
#extras li {
list-style:none;
margin:0 0 6px;
padding:0;
}
#extras h2 {
width: 100%;
font-size:1.6em;
font-weight:400;
letter-spacing:-1px;
padding: 3px 0 3px 4px;
margin:0 0 6px 0;
background: #CCA272;
}
#footer {
	text-align: center;
	color: #cca272;
	font-size: .9em;
	font-weight:bold;
	height:20px;
	padding:10px 0 5px;
}

