/* CSS Document */
html {
	height: 101%;
}
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #111;
	background-color: #998B7C;
	margin: 0;
	padding: 0;
	background-image: url(../i/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: -9px;
}
/* Hack fro IE MAC \*/ 
body {
	background-position: center;
}
/* End IE MAC Hack */

#wrapper {
	margin: 0 10px 0;
	width: 698px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #DDD7D3;
}
/* Hack fro IE MAC \*/ 
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 698px;	
}
/* End IE MAC Hack */
#header {
	text-align: center;
	width: 698px;
}
#navigation {
	width: 698px;
	height: 95px;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	float: left;
 	list-style-type: none;
}
#navigation ul li a {
	float: left; /* This is here for IE MAc only - removed in the hack */
	text-decoration: none;
	margin: 0px;	
	height: 95px;
}
/* \*/
#navigation ul li a {
	float: none;
	text-decoration: none;
	color: #FFF;
	height: 95px;
}
/* */
#navigation ul li a.on {
	background-color:#C63726;
}
/* Hack fro IE MAC \*/
#navigation ul li a.on {
	background-color:#C63726;
}
/* End Hack */
#navigationLeft {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 163px;
	margin-left: 2px;
}
#navigationLeft ul {
	width: 163px;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#navigationLeft ul li {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	background-image: url(../i/i_nav-bg.jpg);
	width: auto;
}
#navigationLeft ul li#navBottom {
	background-image: url(../i/i_nav-bottom.jpg);
	background-repeat: no-repeat;
}
#navigationLeft ul li a {
	padding: 0px;
	margin: 0 0 0 5px;
	width: 144px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid  #BEB6AB;
	border-bottom: 1px solid  #BEB6AB;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#navigationLeft ul li a:hover {
	background-color: #DDD7D3;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 0 5px;
	padding: 5px 0px 5px 10px;
}
#content {
	margin: 0 0 0 50px;
	padding: 10px 2px 0 5px !important;
	padding: 15px 2px 0 5px;
	rheight: 200px;
	width: 600px;
}
#content img {
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}
#content ul img, #content ol img {
	margin: 4px;
}
#footer {
	clear: both;
}
/* TYPOGRAPHY */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6D502E; 
	border-bottom: 1px solid #6D502E;
	margin: 10px 10px 0 0;
	text-transform: capitalize;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: 
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: 
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: 
}
p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #333333;
}
a  { color: #fff; font-weight: bold; text-decoration: underline }
a:hover  { color: #f00; background-color: #fff }

p {
	line-height: 18px;
}
#content a {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
}
#content ol {
	margin: 0;
	padding: 0 0 0 20px;
}
#content ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#content li {
	margin: 0;
	line-height: 16px;
	padding: 0 0 10px 0;
}
#content table {
	border: 1px solid #6D502E;
	margin: 6px 0 0 0;
}
#content table tr td {
	border: 1px solid #6D502E;
	background-color: #FFF7E1;
	padding: 2px;
}
