body {
	background: #CBD5E7 url(images/bg.jpg) repeat-x 0 0;
	font-family: calibri, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #b09f8a;
	margin: 0px;
	padding: 0px;
}

a {
	color: #847766;
}

a:hover {
	color: #e5870d;
}

p {
	margin: 0 0 10px 0;
	
}

ul { 
	list-style: circle;
	padding: 0;
	margin: 15px;
} 

li {
	margin: 0 0 10px 0;
	padding: 0;
}


h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #e5870d;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #e5870d;
	padding: 0;
	margin: 15px 0 15px 0;
}

h3 {
	font-size: 14px;
	font-weight: strong;
	color: #605B48;
	padding: 0;
	margin: 15px 0 10px 0;
}

#wrapper {
	background: #fff url(images/stones.jpg) no-repeat top right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #C8C2B1;
	-webkit-box-shadow: 3px 3px 3px #C8C2B1;
	-opera-box-shadow: 3px 3px 3px #C8C2B1;
	-khtml-box-shadow: 3px 3px 3px #C8C2B1;
	box-shadow: 3px 3px 3px #C8C2B1;
	border: 1px solid #C8C2B1;
	width: 870px;
	margin: 35px auto 0 auto;
	size: 13px;
	color: #837f7f;
	position: relative;
}

#logo {
	background: transparent url(images/logo.png) no-repeat top left;
	display: block;
	height: 126px;
	width: 131px;
	top: 20px;
	left: 45px;
	position: absolute;
}


#navigation {
	float: left;
	width: 150px;
	border-right: 1px solid #d6d6d6;
	margin: 115px 0 30px 65px;
}

#navigation ul {
	list-style: none;
	margin: 65px 0 20px 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 5px 5px 5px 0;
}

#navigation a {
	text-transform: uppercase;
	color: #b09f8a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#navigation li span {
        text-transform: uppercase;
        color: #e5870d;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline
}

#content {
	float: right;
	width: 500px;
	margin: 195px 110px 20px 0;
}

.content_nav {
	margin: 10px 0;	
}

.content_nav a {
	size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7d97c1;
	margin: 0 10px;
}

.content_nav a:hover {
	size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e5870d;
	margin: 0 10px;
}

#footer {
	width: 810px;
	color: #847766;
	font-weight: bold;
	margin: 15px auto;
}

#footer span {
	margin: 0 5px;
}

#footer a {
	color: #b7580b;
}


#table
{
	font-size: 12px;
	margin: 20px;
	width: 460px;
	border-collapse: collapse;
	text-align: left;
}
#table th
{
	font-size: 14px;
	font-weight: normal;
	color: #605B48;
	padding: 6px 5px;
	border-bottom: 2px solid #625E4A;
}
#table td
{
	border-bottom: 1px solid #C7C4B6;
	color: #605B48;
	padding: 6px 5px;
}
#table tbody tr:hover td
{
	color: #e5870d;
}
