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

body {
background:url(images/bg.jpg);
background-position:center top;
background-attachment:fixed;
background-repeat:repeat-y;
background-color:#ded7b5;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4a3826;
	line-height:18px;
	
}
a {
	color:#996600;
	text-decoration:none;
}
ul{margin:10px; padding:0px}
form {
margin:0px;
padding:0px}
.button {
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	background-color: #D5D4B6;
	color: #72694d ;
	font-size:9px;
font-family:Tahoma, Arial
}
select {
 color: #000;
 border:1px #D5D4B6 solid;
 padding:0px;
 margin:0px;
  	font-size:9px;
font-family:Tahoma, Arial;
}
input {
 border:0px #D5D4B6 solid;
  	font-size:11px;
font-family:Tahoma, Arial;
}
textarea {
 border:0px #D5D4B6 solid;
  	font-size:11px;
font-family:Tahoma, Arial;
}
option {

}

.white{
color:#fff;
}
.grey { color:#ddd7b5}
.ten {
font-size:10px}
.twelve {
font-size:12px}
.quote {
font-size:12px;
font-family: "Times New Roman", Times, serif}
.nine {
font-size:9px;
font-family:Tahoma, Arial}
.fourteen {
font-size:14px;}
.twentyFour {
font-size:24px;
line-height:24px}
.menuLeft {
font-size:14px;
padding-top:10px;
padding-bottom:10px;
border-bottom:#CCCCCC solid 1px;
}
.boderbot {
border-bottom:#ededed solid 1px}