@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	text-align:left;
}
#container {
	padding:0px;
	margin:0px;
	text-align:left;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b1312e;
}
#siteBox {
	padding:0 0 0 0;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	position:relative;
	display:block;
	width:1000px;
}
ul {
	list-style-image: url(../images/bullets.jpg);
}
.homeContent {
	margin:0px;
	padding:0px;
	background-image:url(../images/homeBG.jpg);
	background-repeat:no-repeat;
	height:192px;
	width:960px;
}
a {
	color:#b1322e;
}
.nav-links {
	position:relative;
	display:block;
	width:100px;
	height:83px;
	line-height:83px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	color:#333;
}
.nav-links:hover {
	color:#fff;
	background:url(../images/navbg.gif) top center no-repeat;
}
#mainContent {
	background:url(../images/secondary-bg.gif) repeat-x;
}
#mainContent img {
	border: none;
}
#sub-nav {
	position:relative;
	display:block;
	width:100%;
	height:57px;
	text-align:right;
}
#sub-nav a {
	padding-right:50px;
	height:57px;
	font-size:14px;
	color:#fff;
	line-height:57px;
	text-decoration:none;
	position:relative;
	display:inline;
}
#sub-nav a:hover {
	text-decoration:underline;
}
#rssPhotos {
	width:100%;
}
#rssPhotos img {
	padding:5px;
	background:#666;
}