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

a {
	color: #FFF;
	font-weight: bold;
}

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

/* -- Footer Styles -- */
div#footer {
    background: #0046A7 url("../images/footer_bg.jpg") no-repeat;
    height: 1.9em;
    font-size: .65em;
    font-weight: bold;
}

div#footer div {
    margin: .1em .5em;
    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: #000 url('../images/header_2.jpg') no-repeat center;
    height: 98px;
}

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 {
    background: #0046A7 url('../images/content_bgr.jpg') repeat-x;
	padding: 10px 10px 10px 0px;
}

.site_content #area {
	width: 770px;
	vertical-align: top;
	padding-left: 10px;
}

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

.site_content h2 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 105%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px;
	text-transform: uppercase;
}

.site_content p {

}

/* -- Side Navigation Styles -- */
#sidebar {
    text-align: center;
    vertical-align: top;
    width: 200px;
}
#sidebar ul {
    background: url('../images/side_nav.jpg') no-repeat;
    height: 535px;
    list-style-type: none;
    padding: 0;
    padding-top: 10px;
    margin: 0;
}
#sidebar li {
    margin-bottom: 10px;
}
#sidebar a {
    color: #FFFFFF;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
#sidebar img {
    border: 0;
    margin: 0;
}


/* 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: #333;
    border: 1px solid #aaa;
    margin: 5px 5px 10px;
    padding: 3px;
}


