body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #565656;
	background-color: #FFFFFF;
}
h1 {
	background: url(images/title.gif) top left no-repeat;
	color: #E95F39;
	margin: 0px;
	height: 75px;
}
h1 span{
	display: none;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #E95F39;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.1em;
	color: #E95F39;
	margin-bottom: 0px;
}
a:link {
	color: #7F7F7F;
	text-decoration: underline;
}
a:visited {
	color: #7F7F7F;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

#container {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #F4F3F3;
}

#header {
	background: url(images/title_bg.gif) top left repeat-x;
	width: 645px;
	height: 75px;
	text-align: right;
}

#nav {
	position: absolute;
	left: 50%;
	margin-left: 110px;
	width: 200px;
	padding-right: 10px;
	float: right;
	text-align: right;
	font-size: 1.0em;
	color: #E95F39;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	padding: 3px 0px;
}
#nav a:link {
	color: #BE4F12;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #BE4F12;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #BE4F12;
	font-weight: bold;
	text-decoration: underline;
}

#content{
	background: url(images/container_bg.jpg) top center no-repeat;
	border-style: solid;
	border-color: #C1C1C0;
	border-width: 1px;

}
#column1 {
	width: 479px;
	margin: 70px 60px 10px 60px;
	background: #FCFCFC url(images/col1_border.gif) top left repeat-y;
}

#words {
	padding: 20px 30px;
	background: url(images/col1_top.gif) top center no-repeat;
}

.bottomimage{
	background: url(images/col1_bottom.gif) top center no-repeat;
	width: 479px;
	height: 9px;
	margin: 0px;
}
.bottomimage span {
	display: none;
}

#formarea {
	width: 400px;
	background-color: #FAF6EA;
	border: thin solid #F4C389;
	margin: 10px 0px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	color: #E95F39;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer a:link {
	color: #E95F39;
	text-decoration: none;
}
#footer a:visited {
	color: #E95F39;
	text-decoration: none;
}
#footer a:hover {
	color: #E95F39;
	text-decoration: underline;
}
