html {
    background: #FCE5A6 url('../images/bg_page.jpg') repeat-x;
}

body {
    font-family: tahoma, arial, sans-serif;
    margin: 10px 0;
    text-align: center; /* To center the container in IE */
	color: #000066;
}

a {
	color: #000A5C;
}

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

/* -- Footer DDA Styles -- */
div#footer_DDA {
    font-size: .65em;
    font-weight: bold;
}

div#footer_DDA div {
    margin: 0em 1em 2em;
    padding: .2em 1em;
}

div#footer_DDA .text {
	margin: 0px 0px 0px;
}

div#footer_DDA .logo img {
	float: left;
	margin: 0px 10px 0px 0px;
}
/* -- End Footer DDA -- */


/* -- Footer Styles -- */
div#footer {
    background: #2E4053 url("../images/nav_bg.jpg") repeat-x;
    border-top: 1px solid #1E3751;
    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: #FFF;
}

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

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

div#header 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 {
    padding: 10px;
}
.site_content a {
    color: #1023B1;
}
.site_content a:hover {
    color: #000A5C;
}


.site_content h1 {
    border-bottom: 1px solid #000A5C;
    color: #000A5C;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px;
}

.site_content h2 {
    border-bottom: 1px solid #000A5C;
    color: #000A5C;
    font-size: 105%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px;
}
.site_content h3 {
    font-size: 1.1em%;
    font-weight: bold;
    margin-bottom: 3px;
}
.site_content em {
    font-style:italic;
}
.site_content p {
    margin: 0px;
    padding: 10px;
}
.site_content li {
    margin-left: 30px;
    list-style: disc;
}
.site_content strong {
    font-weight: bold;
}
.site_content ul {
}

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


