@charset "utf-8";
/* CSS Document */
#flash{
	float: right;
	padding-right: 50px;
	width: 790px;
}
a{
	cursor: pointer;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/top-x-repeat.jpg) #cf8956 repeat-x;
	margin: 0px;
	font-size: 12px;
	color: #844433;
	text-align:center;
}
form{
	margin: 0px;
	padding: 0px;
}
#wrapper{
	background: url(images/y-repeat.jpg) repeat-y;
	width: 900px;
	margin: auto;
	clear: both;
	text-align:left;
}
#background{
	background: url(images/background.jpg) no-repeat;
	clear: both;
}
#content{
	margin:0 58px;
}
#content h1{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content p{
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
ul#menu{
	float: left;
	width: 100px;
	
}

#menu li{
	list-style-type: none;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	padding-left:0px;
}
ul#menu li strong{
	font-size: 16px;
}
.right{
	float: left;
	width: 610px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
}
.right a{
text-decoration: underline;
border: none;
}
.right a img{
	border: none;
}

hr{
 color: #db9c73;
background-color: #db9c73;
height: 1px;
border: none;
margin: 15px 0
}


h1{
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	height: 33px;
	padding: 7px;
	padding-left: 10px;
	color:#FFFFFF;
}
h2{
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	color:#854434;
	padding: 0px;
	margin: 0px;
}
a{
	color: #844433;
	text-decoration: none;
}
a:hover{
	color: #d77442;
}
input.signup{
	background: url(images/input_grad.jpg) repeat-x;
	background-color:#FFFFFF;
	border: solid 1px #f0e4d8;
	border-top: none;
	width: 200px;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 12px;
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #844433;
}

input.send{
	margin-left: 25px;
}
#footer{
	clear: both;
	margin:5px 15px 0 15px;
	padding: 5px;
	padding-left: 15px;
	border-top: #853720 solid 1px;
}