/*
 * (c) Klaus Brunschede (www.working-solutions.de)
 * Silverstripe Template
 * 
 */
body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
}

#wrapper {
    width: 955px;
    margin: 0 auto;
	background-color:#ffffff;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
   
}

#header {
    clear: both;
    width: 955px;
    height: 200px;
    margin: 0;
    padding: 0;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0;
    padding: 0;
}

#navigation {
    clear: both;
    width: 940px;
    float: left;
    margin: 165px 0 0 0;
    padding: 0;
	}

#content {
    clear: both;
    background-color: #ffffff;
    width: 955px;
	margin:0;
}

#footer {
    clear: both;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 955px;
    height: 62px;
    margin: 0;
    padding: 0;
	 background-color: #ffffff;
}
#ImageGallery{ margin: 0 0 0 20px;}
