body {
	background-color: #535258;
	background-image: url('images/background-web.png');
	background-repeat: repeat;
	color: #fff;
}

a:link {
	color: #0011aa;
}

a:visited {
	color: #000088;
}

a:active {

}

a:hover {
	color: #0022ff;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 24px;
	margin: 0 80px;
	padding: 10px 0 10px 0;
	width: auto;
	text-align: center;
	
	
}

p {
  	text-align: center;
	color: #000000;
}

p.quote
{
  	text-align: left;
	font-size: 13px;
	color: #000000;
	width: 70%;
}

p.quote_source
{
  	text-align: right;
	font-size: 13px;
	color: #000000;
	width: 70%;
}

ul {
  text-align: center;
	color: #000000;
}

#all {
	padding: 0;
	margin: 100;
	width: 653px;
}

#header {
	margin: 0;
	padding: 0;
	width: 653px;
	height: 311px;
	margin: 0 0 0 100px;
}

#content {
	background-image: url('images/middle.png');
	background-repeat: repeat-y;
	margin: 0 0 0 100px;
	padding: 0;
	width: 651px;
}

#content p {
	padding: 0;
	margin: 0 80px;
}

#content img {
	margin: 0 5px;
	padding: 0;
	border: 0;
}

#footer {
	margin: 0 0 0 100px;
	padding: 0;
	width: 653px;
	height: 58px;
}

#submitbutton, #backbutton
{
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	color: #fff;
	width: 98px;
	height: 35px;
	border: none;
	background: url('images/submitButton.png') no-repeat left top;
}

#textfield {
	color: #000000;
	border-color: #8a0501;
	background-color: #d71d04;
}