body {
	background-color: #362512;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;	
	margin: 0px;
	color: #dfccb2;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h2{
	font-size: 15px;
	text-decoration: none;
	font-weight: lighter;
	color: #dfccb2;
	margin:0 0 4px 0;
}
#no-flash-text{
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	max-width: 400px;
	min-width: 100px;
}

#no-flash-text h1{
	margin-bottom: 20px;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #ff0000;
}
#no-flash-text h2{
	font-size: 15px;
	text-decoration: none;
	font-weight: lighter;
	color: #dfccb2;
	margin:0 0 4px 0;
}

a{
	color: #ff0000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: line-through;
}

#content{
	width:246px;
	margin:30px 238px 0 116px;
}

#line{
	border-bottom: 1px dotted #725b41;
	margin-top: 16px;
	margin-bottom: 2px;
}
#bottom{
	margin-top: 100px;
}


/* form */

label {
	float: left;
	width: 100px;
	margin:0 0 0 0;
}
#container{
	height:253px;
	padding: 150px 0 0 25px;
	background-image: url('images/email_01.jpg');
	background-repeat: no-repeat;
}
#line-form{
	padding-top: 4px;
	border-bottom: 1px solid #bf9966;
	width:250px;
}
#form{
	width:300px;
	height:400px;
}
#form div {
	clear: left;
	margin: 0 0 0 0;
}
#emailsend{
	height:52px;
	width:300px;
	position: absolute;
	top:402px;
	left:0;
}
#emailsend input {
	background: url(images/email_02.jpg) no-repeat;
	height:52px;
	width: 300px;
	border: none;
	cursor: pointer;
	color: #ccb88b;
	text-align: right;
	padding:0 75px 1px 0;
	font-size: 26px;
	line-height: 52px;
}
.text {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border: inset 1px #dfccb2;
	width: 150px;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
	background-color: #dfccb2;
	margin:0 0 3px 0;
	color: #362512;
}
#fmessage{
	height:70px;
}
#foot {
	height:45px;
	width:300px;
	background-image: url('images/email_03.jpg'); 
	position: absolute;
	top:454px;
	left:0;
}
