body {
    background: #D2DCE6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 20px 0 10px 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: #FFF;
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 900px; /* remember that padding and borders add to this */
}

/* -- Footer Styles -- */
div#footer {
    background: #FFFFFF url("../images/footer.jpg") no-repeat;
	background-position: top;
    height: 37em;
    font-size: .65em;
}

div#footer div {
    margin: 34em 0em 0em;
    padding: .2em 5em;
}

div#footer .author {
    float: right;
}

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

div#footer .copy {
    color: #505050;
    float: left;
	vertical-align: bottom;
}
/* -- End footer -- */

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

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

/* -- Header Styles -- */
div#header_bottom {
    background: #FFFFFF url('../images/header_bottom.jpg') no-repeat left;
    height: 50px;
}

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

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

.site_content {
	background: #FFFFFF url('../images/main_bg.jpg') repeat-y;
    padding: 2em 8em;
	font-size: 11px;
}

.site_content h1 {
    color: #9F9F9F;
    font-size: 135%;
    margin: 0px;
    padding: 10px;
	text-transform: uppercase;
}

.site_content h2 {
    color: #9F9F9F;
    font-size: 130%;
    margin: 0px;
    padding: 10px;
	text-transform: uppercase;
}

.site_content p {
    margin: 0px;
    padding: 3px 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;
}

#language {
    background: #D2DCE6;
    text-align: right;
    padding: 2px 0;
}


