html { overflow: -moz-scrollbars-vertical; 
}

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

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

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

/* -- Footer Styles -- */
.site_footer {
	background: url("../images/footer_bg.jpg") no-repeat;
	padding: 6px 20px 0px;
	margin: 0px;
	height: 34px;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	margin-top: 2px; 
}

.site_footer #author {
	float: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.skiva {
	color: #560336;
}

.site_footer #author a {
	font-size: 12px;
	color: #8e095b;
	text-decoration: none;
}

/* -- End footer -- */

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

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: 5px 20px 10px 20px;
}

.site_content h1 {
    background: url("../images/h1_bg.jpg") no-repeat;
	color: #3C6B03;
    font-size: 110%;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 3px 6px;
}

.site_content h2 {
    background: url("../images/h2_bg.jpg") no-repeat;
	color: #3C6B03;
    font-size: 105%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 5px;
}

.site_content p {
	margin: 10px 0px;
	padding: 0px;
}

/* 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 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 900px;
}

.mod_photo_gallery_listings td {
    height: 180px;
    text-align: center;
    vertical-align: middle;
    width: 215px;
}

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



