html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

div{
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 13px;
	color: #999695;
	font-weight: normal;
}

h1 {
	font-family: 'Neuton', century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 27px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

h2 {
	font-family: 'Neuton', century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 23px;
	color: #bfbdbc;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

h3 {
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 18px;
	color: #3d3d3e;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

h4{
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	font-size: 17px;
	font-weight: bold;
	color: #978634;
	display: block;
	text-shadow: #000000 1px 1px 1px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

h5{
	font-family: Myriad Pro, Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #ffca08;
	margin: 4px 0px 0px 0px;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
}

a {
	font-size: 13px;
	color: #999695;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer
}

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

#error li{
	list-style: disc;
	font-size: 13px;
	font-weight: bold;
	color: #ab4f40;
}

#error ul{
	margin-left: 20px;
	margin-bottom: 14px;
}

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

ul{
	list-style: disc;
	padding: 0px;
	margin: 2px 0px 13px 20px;
}

.submit{
	width: auto;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: -2px;
}

.submit:hover{
	background-color: #f2f2f2;
	color: #000000;
	border-color: #546872;
}	

input {
	background-color: #f2f2f2;
	border: 1px solid #c3c5ba;
	color:#263035;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 6px;
	margin-bottom: 15px;
	width: 350px;
	display: block;
}

textarea {
	background-color: #f2f2f2;
	border: 1px solid #c3c5ba;
	color:#263035;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	height:120px;
	padding: 6px;
	margin-bottom: 15px;
	width: 450px;
	display: block;
}

select {
	background-color: #f2f2f2;
	border: 1px solid #c3c5ba;
	color:#263035;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	padding: 6px;
	margin-bottom: 15px;
	display: block;
}