body {
    background: #000000 url('../images/bg_pager.jpg') repeat-x;
    font-family: tahoma, arial, sans-serif;
    margin: 5px 0;
    text-align: center; /* To center the container in IE */
}

a {
	color: #D4A97E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#container { /* To give shape to the site, we like a nice clean fixed width, centred */
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 870px; /* remember that padding and borders add to this */
}

/* -- Footer Styles -- */
div#footer {
    height: 2.5em;
    font-size: .65em;
    font-weight: bold;
}

div#footer div {
    margin: .3em 1em;
    padding: .2em 1em;
}

div#footer .author {
    float: right;
}

div#footer .author a {
    color: #333333;
}

div#footer .copy {
    color: #333333;
    float: left;
}
/* -- End footer -- */

/* -- Navigation Styles -- */
#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	padding: 20px 0px;
	text-align: center;
}

#navigation a {
	background: #000000;
	border: 1px solid #391D00;
	border-bottom: 2px solid #391D00;
	color: #D4A97E;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #D4A97E;
	text-decoration: underline;
}

#navigation li {
	display: inline;
	padding: 5px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* -- Navigation Bottom Styles -- */
div#navigation_bottom {
    background: url('../images/nav_bottom.jpg') no-repeat center;
    height: 30px;
}

/* -- Header Styles -- */
div#header {
    background: url('../images/header.jpg') no-repeat center;
    height: 200px;
}

div#header p { /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}
/* -- End header -- */

#content {
    background: #000000 url('../images/content_bg.jpg') no-repeat;
    padding: 20px 10px 10px 190px;
	min-height: 430px;
	color: #FFF;
}

/* -- Common Content Styles -- */
/* These may be overridden be a particular module but should handle most common styling */

#content h1 {
    color: #D4A97E;
    font-size: 140%;
	font-weight:100;
    margin: 0px;
    padding: 3px 10px;
}

#content #wrapper {
    padding: 0 10px;
}

/* Shouldn't this only be brought in if we are showing a photo gallery? */
.mod_photo_gallery_image {
    margin: 5px 10px;
    text-align: center;
}

.mod_photo_gallery_image img {
    border: 1px solid #000000;
}

.mod_photo_gallery_listings {
    border: 1px solid #000000;
    margin: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 680px;
}

.mod_photo_gallery_listings td {
    border: 1px solid #000000;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}

.mod_photo_gallery_listings img {
    border: 1px solid #000000;
}


