@charset "utf-8";
/* CSS Document */

body {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	background-color: #62533a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #331004;
}
img { border: 0px; }

.border1 { border: 1px solid #746144; margin: 4px; }

.font10 { font-size: 10px; }


#footer {
	color: #746144;
	font-size: 11px;
}
#footer a{
	color: #d8d0bc;
	text-decoration: none;
}

#nav td { color: #ded7ca; font-size: 18px; font-style: italic; }



#content-background {
	background-color: #ac6c2e;
	border: 1px solid #dcd2bf;
	vertical-align: top;
	padding: 30px 0 0 0;
}
#content-area {
	width: 920px;
}

#content-area a {
	color: #9b243e;
	text-decoration: none;
}
#content-area a:hover {
	text-decoration: underline;
}


#left-content {
	background-color: #dcd2bf;
	padding: 7px;
	vertical-align: top;
	text-align: justify;
}
#right-content {
	background-color: #cabfae;
	text-align: justify;
	vertical-align: top;
}




h1 { color: #746144; font-weight: normal; }
h2 { color: #746144;  font-weight: normal;}



#left-shadow { 
	background-image: url('/images/shadow/left.gif'); 
	background-repeat: repeat-y;
	width: 6px;
}
#right-shadow { 
	background-image: url('/images/shadow/right.gif'); 
	background-repeat: repeat-y;
	width: 6px;
}
#left-shadow-bottom { 
	background-image: url('/images/shadow/left-bottom-corner.gif'); 
	background-repeat: no-repeat;
	width: 6px; height: 4px;
}
#right-shadow-bottom { 
	background-image: url('/images/shadow/right-bottom-corner.gif'); 
	background-repeat: no-repeat;
	width: 6px; height: 4px;
}
#shadow-bottom { 
	background-image: url('/images/shadow/shadow-bottom.gif'); 
	background-repeat: repeat-x;
	height: 4px;
}