body {
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 0;
    text-align: center; /* To center the container in IE */
}

div#container { /* To give shape to the site, we like a nice clean fixed width, centred */
	background: #231F20 url('../images/bg_container.jpg') no-repeat;
	margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 936px; /* remember that padding and borders add to this */
}

/* -- Footer Styles -- */
div#footer {
    background: url("../images/footer.jpg") no-repeat;
    height: 5.4em;
    font-size: .75em;
    font-weight: bold;
	border-top: 14px solid #FFFFFF;
}

div#footer div {
    margin: .9em .4em;
}

div#footer .author {
    float: right;
}

div#footer .author a {
    color: #6E90AB;
}

div#footer .copy {
    font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #231F20;
    float: left;
}

div#footer .copy a {
    color: #231F20;
}
/* -- End footer -- */

/* -- Navigation Styles -- */

/* -- Header Styles -- */

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


#containerMain { 
	background: url('../images/bg_content.jpg') repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px 0px 0px;
	text-align: left;
	border-top: 14px solid #FFFFFF;
	border-bottom: 14px solid #FFFFFF;
	width: 936px;
	height: 100%;
}

#content {
	margin: 0 225px 0 220px;
	padding: 0px;
}

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

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #AFD136;
    font-size: 200%;
	letter-spacing: 2px;
    font-weight: 100;
    margin: 0px;
    padding: 3px 0px 0px;
	text-transform: lowercase;
}

#content #wrapper {
    padding: 0px 0px 10px;
	color: #FFFFFF;
	font-size: 12px;
}

/* 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;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
