body {
background-image:url('images/bg-image.jpg');
background-position: top left;
background-repeat:no-repeat;
background-color:#080604;
}

.content {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7ccb3;
	line-height:175%;
	position:absolute;
	top:200px;
	left:415px;
	width:541px;
	}
	
.content a {
	color:#8fcbc7;
	text-decoration:none;
	font-weight:normal;
	}

.content a:hover {
	color:#85877f;
	text-decoration:none;
	font-weight:normal;
	}
	
.navigation {
	position:absolute;
	top:156px;
	left:428px;
	width:505px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:white;
	}
	
.navigation a {
	text-decoration:none;
	color:white;
	}
	
.navigation a:hover {
	color:#5bb823;
	text-decoration:none;}
	

.header {
	font-family:Georgia;
	font-size:30px;
	font-style:italic;
	color:#e4dfd3;
	line-height:45px;
	border-bottom:1px dotted #3a3023;
	width:100%;
	}
	
    h1 {
        font-weight: normal;
        background-color: rgb(240,240,240);
        border-bottom: 2px solid rgb(192,192,192);
        margin: 0 0 16px 0;
        padding: 16px;
    }
	
    #gallery-wrapper {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }
	
    .image-box {
        float: left;
        width: 200px;
        height: 150px;
        border: 1px solid rgb(210,210,210);
        margin: 0 0 4px 4px;
        padding: 24px;
        background: rgb(240,240,240);
    }
