body {
	background-color: #641525;
	background-image: url(images/backgroundphotos.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	color: white;
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#nav {
	margin: -1px 0 0 10px;
	float: left;
	list-style: none;
	text-align: right;
}

a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#nav li {
	margin: 0 0 10px 0;
}

#nav li img {
	margin: 10px 0 -100px 0;
}

#call{
	margin: 50px 40px 10px 0px;
	font-size: 18px;
	float: right;
}

#contentWrapper {
	float: left;
	width: 700px;
	border: solid white 1px;
	margin: 0 0 20px 17px;
	background-image: url(images/black_translucent.png);
	padding: 0px 15px 15px 15px;
}

#contentWrapper .short {
	height: 175px;
}

#copy {
	clear: both;
	font-size: 22px;
	margin: 0px 0 0 170px;

}

#copy p {
	margin: 0 0 9px 0;
}

#footWrapper {
	clear: both;
	font-size: 12px;
	margin: 30px 0 20px 172px;
}

#wrapper {
}

#header {
	width: 750px;
	margin: 10px auto 0 auto;
}

#belowHeader {
	width: 1024px;
	margin: 20px auto 0 auto;
}

#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#siteLink a {
	float: right;
	clear: both;
	margin: -10px 120px -50px 0;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}
