/* body, header and container
--------------------------------------------------*/
body {
	background-color: #c0c0c0;
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#container {
	width: 700px;
	background-color: #c0c0c0;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 140%;
}
/* content
--------------------------------------------------*/
#content
{
	float: left;
	width: 695px;
	padding-top: 10pt;
	padding: 2pt;
	text-align: left;
	background-color: #c0c0c0;
}
/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	background-color: #ffb40d;
}
/* headers and links
--------------------------------------------------*/
h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: italic;
	color: #a50102;
	text-transform: lowercase;
	}
h1:first-letter {
	line-height: 40px;
	font-size: 30px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #ffb30d;
	text-transform: lowercase;
	}
a, a:visited {
	text-decoration: none;
	color: #a50102;
	}
a:hover, a:active {
	text-decoration: none;
	color: #a50102;
	background-color: #ffb30d;
	}
/* form
--------------------------------------------------*/
textarea, input, option, select {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: none;
	background-color: #ffb30d;
}