body {	
	margin: 0 auto;
    	background: #D0C7B1;
	font-family: sans-serif;
	background: #D0C7B1 url(../images/bg.gif) repeat-y center top;}

* html {margin: 0px; 
	padding: 0px;
	font-family: sans-serif;}
	
#container	{
	padding: 0px;
	margin: 0 auto;
	width: 700px;}
	
#header	{
	width: 720px;
	top: 0px;
	position:absolute;
	height: 180px;
	background: transparent url(../images/bg_header.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;}
		
#wrap {
	width: 720px;
	background: transparent url(../images/container.gif) repeat-y center top;
	margin: 0px;
	position:absolute;
	top: 170px;
	padding: 0px;}	
	
#leftBar {
	margin: 0;
	padding: 10px 0 0 15px;
	width: 205px;
	float: left;
	text-align: left;}
	
#content {
	padding: 18px 35px 20px 20px; /* top, left, bottom, right  */
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	margin: 10px 10px 0 220px;
	text-align: left;
	font-family: sans-serif;}
	
#header h1 {
	visibility:hidden;
	height: 0px;
	padding: 0;
	margin: 0;}
	
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
ul {padding-bottom: 10px;}
	
/* ---------- Menu ---------- */

#sidebox {
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 5px;
	width: 175px;
	background-image: url(../images/sidebox_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;}
	
p.small {
	font-size: 12px;
	width: 150px;
	font-family: sans-serif;
	text-align:left;
	
	color:#666666;
	padding-left: 5px;}
		
a.small {color:#666666; text-decoration: underline;}
a.small:hover {color:#996666;  text-decoration: none;}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 172px;}

#menu dt {
	margin: 2px 0px 2px 0;
	height: 18px;
	text-align: left;
	font-size: 12px;
	text-indent: 6pt;
	background-color: #E6E6E6;}
	
#menu dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;}
		
#menu dt a:hover {background-color: #B79393; color: #FFFFFF;} 

#menu li {
	text-align: left;
	line-height: 18px;
	margin: 0px;
	padding: 0px;}

#menu li a {
	color: #666666;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	text-indent: 16pt;
	font-size: 12px;} 

#menu li a:hover {background: #DDCCCC;}  
	 
/* ----------  Text ---------- */
	
h3	{
	font-family: sans-serif;
	background: url(../images/title_bg.png) no-repeat center left;
	line-height: 25px;
	font-size: 14px;
	color: #691217;
	margin: 0 0 0 0px;
	padding: 0 0 0 14px;
	letter-spacing: 0.1px;}  /* top, left, bottom, right  */
		
h2	{font-family: sans-serif;
	margin: 0 0 .7em 0;
	color: #691217;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 20px;
	font-weight: normal;}
	
h4	{font-family: sans-serif;
	line-height: 20px;
	font-size: 14px;
	color:#666666;
	margin: 0 0 0 0px;
	padding: 5px 0 0 30px;
	letter-spacing: 0.08px;}
	
p	{margin: .8em auto;	text-align: justify;}

blockquote	{
	font-size: 22px;
	line-height: 24px;
	margin: 0 15px;
	padding-left: 105px;
	background-color: #FFFFFF;
	background-image: url(../images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	color:#cccccc;}
	
.hide {display: none;}
	
div.hr { height: 15px; background: url(../images/hr.png) no-repeat scroll center;}
  
div.hr hr {display: none;}

.featurePic, .pic	{
	float: right;
	padding: 10px;
	margin: 0 0 0px 15px;		
	border: 1px dotted #CCC;
	background: #ffffff url(../images/background_pic.gif);}
	
.pic{float: left; margin: 0 10px 5px 0;}
	
#content a	{
	color: #0175BA;
	text-decoration: none;}
	
#content a:hover {
	color: #996666;
	text-decoration: underline;}
	
#content ul li	{
	list-style-type: none;
	list-style-image: url(../images/bullet_more.gif);
	margin-left: 35px;
	margin-top: 5px;
	margin-right: 35px;
	line-height: 12pt;}
	
/* ----------  Form ---------- */

.input{
	background: #ffffff;
	font-size: 11px;
	margin-top: 4px;
	width:240px;
	border:1px #cccccc solid;
	color:#666666;
	padding-left: 3px;
	font-family: sans-serif;}

.textarea{
	background:#ffffff;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	width:240px;
	border:1px #cccccc solid;
	color:#666666;
	padding-left: 3px;
	font-family: sans-serif;
	height:80px;
	overflow: auto;}

.button{
	background:#ffffff;
	color:#666666;
	border:1px solid #cccccc;
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 2px;
	font-size: 10px;}
	
/* ----------  Footer  ---------- */	
	
#footer {
	padding: 0px;
	margin: 0 auto;
	width: 720px;
	height: 90px;
  	background: url(../images/bg_footer.jpg) top left no-repeat;}

.footer-credit {
	padding-left: 240px;
	padding-top: 30px;
	font-size: 10px;
	color: #999999; }

a.footer {color:#999999; text-decoration: none;}
a.footer:hover {color:#996666;  text-decoration: underline;}

#space {height: 200px;}