﻿body {
	background: url(../images/bg.jpg) #616567;
	margin: 0px;
}

#header {
	background: url(../images/header.png);	
	width: 782px;
	height: 355px;
}

#content {
	margin-top: 20px;
}

	#content #wrapper {
		width: 420px;
		margin-left: 50px;
		margin-right: 20px;
		float: left;
	}
	
	#content #wide {
		width: 700px;
		margin-left: 50px;
		float: left;
	}

	
	#content #right {
	
	}

.bodytext {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
}

h4 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	margin: 0px;
}

a {
	color: #ffffff;
}

#photo img {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: inline-block;
}

#footer {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	background: url(../images/button-hover.gif) repeat-x;
	margin-bottom: 20px;
}

#home #footer {
	border-top: 1px solid #b6b6b6;
}

#sub #footer {
	border-top: 1px solid #c8c8c8;
}

.footerLinks {
	text-decoration: none;
}

	.footerLinks:hover {
		text-decoration: underline;
	}
	
	.lpad {
		margin-left: 5px;
	}


#copyright {
	display: inline;
	text-align: center;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
}

#copyright a:hover {
	color: #ffffff;
}

#byline {
	font-size: 10px;
	margin-top: 8px;
	color: #ced4d7
}

#byline a {
	color: #ced4d7;
	text-decoration: none;
}

#byline a:hover {
	color: #ffffff;
}



