body {
	margin:0px;
	padding:0px;
	background-image: url(../images/contact_background_slice.jpg);
	background-repeat: repeat-x;
	background-color:#FBE605;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	min-height:815px;
	width: 1100px;
	background-image: url(../images/contact_background.jpg);
	background-repeat: no-repeat;
	background-color: #FBE605;
}
/*
	Content
*/

#content {
	padding-top:500px;
	padding-left:85px;
	width:1100px;
	color:#5B7087;
	line-height:20px;
}
.column3 {
	width:613px;
	position: absolute;
	left: 274px;
	top: 357px;
	height: 376px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25pt;
	line-height: 30px;
	text-align: right;
}
.caption {
	font-size: 25px;
}
/*
	Logo / Menu / Tagline Positioning
*/

#logo {
	position:absolute;
	top:0px;
	left:980px;
	text-decoration: none;
	border:none;
}

ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:25px;
	font-family: Helvetica, Arial, sans-serif;
	left: 650px;
}
ul#menu li{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:20px;
	display:inline;
	word-spacing: 4px;
}

/*
	Footer
*/
#footer {
	border-top:1px solid #feee03;
	color:#FBE605;
	font-size:12px;
	line-height:14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}
#footer span {
	display:block;
	text-align: left;
	color:#5B7087;
}
#footer a {
	color:#C41F26;
	text-decoration: none;
}
#footer a:hover {
	color:#FBE605;
}
li {
	line-height: 25px;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
}
a {
	color: #C41F26;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #cc2229;
}
a:visited {
}
a:hover {
	text-decoration: none;
	color: #FBE605;
}
