body {
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656464;
}
#container {
	background-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: left;
	border-left: 1px solid #E3E3E3;
}
#footer {
	background-image:  url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0 auto 5px auto;
	padding-top: 10px;
	width: 760px;
	color: #590016;
}
#footer .divider {
	color: #A50029;
	margin-left: 5px;
	margin-right: 5px;
}
#sitecredit {
	margin: 15px auto 15px auto;
	width: 760px;
	color: #656464;
	font-size: 10px;
}
#sitecredit a {
	color: #4D6680;
	text-decoration: none;
}
#sitecredit a:hover {
	text-decoration: underline;
}
#header {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 17px;
	padding-bottom: 27px;
	margin-right: 4px;
}
#header #logo {
	margin-left: 54px;
}
#header #nav {
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	text-transform: uppercase;
}
#header #nav a {
	border-right: 1px solid #FFFFFF;
	padding: 5px 10px;
	color: #656464;
	text-decoration: none;
}
#header #nav a:hover {
	color: #003366;
}
#header #nav a.active {
	color: #A50029 !important;
}
#content {
	margin-right: 4px;
}
#home {
	background-image: url(images/home_bg.jpg);
	background-position: 100% 100%;
	padding-bottom: 55px;
	background-repeat: no-repeat;
}
#home #homeleft {
	margin-left: 54px;
	margin-right: 390px;
}
#home #homeleft p {
	line-height: 1.6em;
	text-align: justify;
}
#home #homeright {
	text-align: right;
	margin-right: 20px;
}
#home #homeright p {
	color: #A50029;
	font-size: 1.2em;
	font-weight: bold;
}
#bottomGray {
	background-color: #dfdede;
	margin: 0;
	padding: 30px;
}
#bottomGray img.port {
	border: 1px solid #FFFFFF;
	margin-right: 15px;
}
#bottomGray #sidetext {
	color: #590016;
	float: right;
	width: 130px;
	padding-top: 18px;
	line-height: 1.4em;
}
#bottomGray #sidetext a {
	color: #A50029;
}
#bottomGray #sidetext a:hover {
	color: #003366;
}
a {
	color: #003366;
}
a:hover {
	color: #A50029;
}
h3 {
	font-size: 14px;
}
h3 strong {
	color: #A50029;
}
h1 {
	font-size: 16px;
	color: #A50029;
	text-transform: uppercase;
	font-family: Palatino, "Book Antiqua", "Times New Roman", serif;
	letter-spacing: .1em;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}
h2 {
	font-size: 14px;
	color: #A50029;
	margin: 2em 0 0 0;
	padding-bottom: 0px;
}
#content #left {
	margin-right: 300px;
	margin-left: 65px;
}
#content #left p, #content #wide p, #content #left ol {
	line-height: 1.75em;
}
#content #wide {
	margin-right: 65px;
	margin-left: 65px;	
}
#content #right {
	float: right;
	margin-right: 65px;
	width: 168px;
	padding-top: 65px;
	text-align: center;
	font-style: italic;
	line-height: 1.3em;
}
h2 .subtitle {
	color: #7B7373;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
}
div.portfolio {
	float: left;
	border-top: 1px solid #dfdede;
	padding: 5px;
	width: 95%;
}
div.portfolio a img {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #dfdede;
}
div.portfolio a:hover img {
	border: 1px solid #003366;
}

div.portfolio p {
	padding-top: 15px;
}
.clearDiv {
	clear: left;
}
ul.spaced li {
	margin-bottom: 1em;
}
#content #right img {
	border: 1px solid #dfdede;
}
.gray {
	color: #656464;
}
#bottom {
	margin: 0;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-bottom: 18px;
}

