/* site layout  */

body {
	margin: 0px;
	font-family: "Helvetica", Arial, san-serif;
	font-size: 12px;
	color: #4A4A4A;
}

a {
	color: #828282;
	text-decoration: underline;
}

a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

.float-catch { clear: both;}

#header-box {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}

.header-links {
	margin: 0px;
	padding: 10px 0 0;
	float: left;
	width: 150px;
}



.header-links li {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	list-style: none;
}

#box1 li{
	padding-left: 30px;
}

#header {
	border: 5px solid black;
	float: left;
	width: 900px;
	margin: 0 20px 20px 20px;
	border-top: none !important;
	height: 300px;
	background: url(/header.jpg) top center no-repeat;
}



#header-top h1 {
	margin: 20px; 
	padding: 5px 5px 0 0;
	text-align: right;
	font-weight: normal;
	color: black;
	font-size: 60px;
}

#header-top #navigation {
	padding: 140px 10px 5px;
	text-align: right;
	color: black;
}

#header-bottom {
	background-color: black;
	color: white;
	width: 900px;
	margin: 0 auto;
	clear: both;
	border: 5px solid black;
}

#header-bottom h2 {
	font-size: 32px;
	padding-left: 20px;
	padding-right: 20px;
}

#header-bottom p {
	font-size: 15px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.column .right-align {
	display: block;
	text-align: right;
}

#content {
	clear: both;
	width: 950px;
	margin: 0px auto;
}

#content img {
	border: 4px solid black;
}

#images {
	text-align: center !important;
	margin: 0px auto;
	padding: 20px 0px;
}

#images img {
	border: 4px solid black;
	margin: 20px auto 0;
	display: block;
	
}

#footer {
	width: 900px;
	text-align: center;
	margin: 20px auto;
	
}