form {
	padding: 30px;
	text-align: left;
}

body {
	background-image: url('red001.jpg');
}

h1 {
	color: #E00000;
}

h4 {
	text-align: center;
}

h4, p {
	font-family: 'ABeeZee', sans-serif;
	text-size: 20px;
}


ul {
	text-align: center;
	list-style-type: none;
	font-family: 'Electrolize', sans-serif;
}


a {
	text-decoration: none;
}



a:link {
	color: black;
}

a:hover {
	font-size:150%;
}

a:visited {
	color: black;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header {
	font-family: 'Diplomata', cursive;
	background-color: #FFF;
	color: #000;
	width: auto;
	height: 150px;
	padding: 10px;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);
}

#content {
	background-color: #FFF;
	color: #000;
	text-align: center;
	padding: 50px;
	width: auto;
	height: auto;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);
}
 #contenta {
background-color: #FFF;
	color: #000;
	text-align: center;
	padding: 50px;
	width: auto;
	height: 500px;
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);


}
#maincontent {
	float: left;
	text-align:justify;
	height: 300px;
	width: 700px;
	padding-top: 30px;
}	


#information {
	float: right;
	width: 170px;
	height: 300px;
	padding-top: 60px;
	padding-left: 30px

}


#footer {
	font-size: 15px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 2px;
	width: auto;
	background-image: url('Vintage-Pattern_Black.png');
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px rgba(0,0,0,0.5);
}

#toolbar {
	width: auto;
	height: 45px;
	background-color: #000;
	margin: 0px;
	background-image: url('Vintage-Pattern_Black.png');
	-moz-box-shadow: 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);	
	box-shadow: 5px 5px rgba(0,0,0,0.5);
}

#navigation {
	list-style-type: none;
	list-style: none;
}

#navigation li {
	float: left;
	text-align: center;
	font-size: 15px;
	width: 155px;
	margin: 0px;
	border-right: solid 1px #000;
	color: #FFF;
}

#navigation li a:hover {
	background-color: #380000;
}

#navigation li a {
	display: block;
	width: 160px;
	line-height: 45px;
	text-decoration: none;
	color: #FFF;
}

#payable {
	border: solid 2px #000;
}

