html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #33261d;
}

img{
	border: 0px;
}

div{
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #9d9490;
}

h1 {
	font-family: Rockwell, Georgia, Times New Roman, Verdana, Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #aea7a4;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

h2 {
	font-family: Rockwell, Georgia, Times New Roman, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #aea7a4;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Rockwell, Georgia, Times New Roman, Verdana, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #4b4845;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

p {
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #9d9490;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}

a {
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #b8b0ae;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

li{
	margin: 0px 0px 7px 15px;
	padding: 0px;
	float: none;
}

ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.submit{
	width: auto;
	cursor: pointer;
}

.submit:hover{
	background-color: #999999;
	color: #ffffff;
}	

input {
	background-color:#5a4c44;
	border: 1px solid #837973;
	color:#b5aeab;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial, sans-serif;
	font-size: 15px;
	padding: 7px;
	margin-bottom: 15px;
	width: 350px;
	display: block;
}

textarea {
	background-color:#5a4c44;
	border: 1px solid #837973;
	color:#b5aeab;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial, sans-serif;
	font-size:15px;
	height:120px;
	padding: 7px;
	margin-bottom: 15px;
	width: 450px
}

select {
	background-color:#5a4c44;
	border: 1px solid #837973;
	color:#b5aeab;
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial, sans-serif;
	font-size:15px;
	padding: 7px;
	margin-bottom: 15px;
	display: block;
}