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

body {
    background: #EF7912 url('../images/bg.jpg') repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: center; /* To center the container in IE */
}

a {
	color: #EF7912;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

/* -- Footer Styles -- */
.site_footer {
	background: url("../images/footer_bg.jpg") no-repeat;
	padding: 10px 20px 0px 10px;
    height: 5em;
    font-weight: bold;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.site_footer #author {
	float: right;
	text-align: right;
}

.skiva {
	color: #813505;
}

.site_footer #author a {
	font-size: 12px;
	color: #AF4705;
	font-weight:bold;
	text-decoration: none;
}
/* -- End footer -- */

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

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_header {
    background: url("../images/content_header.jpg") no-repeat;
	height: 10px;
	margin-top: 10px;
}

.site_content {
    background: url("../images/content_bg.jpg") repeat-y;
	padding: 0px 20px 10px 10px;
	margin: 0px 0px;
}

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

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

.site_content p {

}

.site_content_footer {
    background: url("../images/content_footer.jpg") no-repeat;
	height: 20px;
}

/* Contact Form */

form {
	padding: 0;
	font-size: 12px;
}

fieldset {  
	float: left;  
	clear: left;  
	width: 915px;  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border-bottom: 1px solid #BBBBBB;
	background: #F1F1F1 url(../images/fieldset_gradient.jpg) repeat-x; 
}

fieldset td {
	padding: 10px 0px 0px 10px; 
}

fieldset input {  
	float: left; 
	width: 430px;
	border: 1px solid #BBBBBB;  
	background-color: #FCFCFC; 
}

fieldset select {  
	float: left;
	width: 430px;
	border: 1px solid #BBBBBB;  
	background-color: #FCFCFC;  
}

fieldset textarea {  
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 885px;
	height: 100px;
	border: 1px solid #BBBBBB;  
	background-color: #FCFCFC;  
}

legend {  
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 2em;
	padding: 0px;
	text-transform: uppercase;
}

form #submit {  
	float: none;  
	width: auto; 
	text-align: center; 
	background-color: transparent;  
	background-image: none; 
	margin-bottom: 10px;
}

form #submit input {  
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #BBBBBB;  
	background-color: #F1F1F1; 
	font-weight: bold;
	width: 100px;
	padding: 2px;
}

/* End Contact Form */

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


