@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Dosis;
    src: url(../fonts/Dosis-Book.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Dosis;
    src: url(../fonts/Dosis-SemiBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Heavy Equipment;
    src: url(../fonts/HeavyEquipment.ttf);
    font-weight: normal;
}

body {
	background-color: #E2E1DC;
	font-family: Dosis, Arial, Helvetica, 'Sans Serif';
	color: #5b504d;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

h1 {
	display:none;
}

h2 {
	font-family: 'Heavy Equipment', Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 18px;
	color: #5b504d;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	display: inline;
}
	
a {
	font-weight: normal;
	color: #5b504d;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #74a82d;
	text-decoration: none;
}
	
#container {
	background-color:#dedcd2;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/OldPaper.jpg);
	background-repeat: no-repeat;
	box-shadow: 1px 1px 7px #716b62;
}

#header {
	height: 375px;
}

#links {
	height: 90px;
	width: 60px;
	font-family: 'Heavy Equipment', Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 33px;
	text-decoration: none;
	color: #5b504d;
	position: absolute;
	left: 765px;
	top: 167px;
}

#links .thispage {
	font-weight: normal;
	color: #74a82d;
	text-decoration: none;
}

#subtitle {
	height: 60px;
	width: 200px;
	position: absolute;
	left: 570px;
	top: 275px;
	}
		
.tinyspace {
	font-size: 14px;	
}
	
#content {
	margin-left: 58px;
	height: 650px;
	width: 750px;
}

#about {
	margin-left: 58px;
	height: 550px;
	width: 400px;
}

#about a {
	text-decoration: none;
	color: #74a82d;
	font-weight: bold;
}

#work7 {
	width: 117px;
	position: absolute;
	left: 58px;
	top: 420px;
}

#work-info7 {
	position:absolute;
	left: 197px;
	top: 420px;
	width:210px;
	height:115px;
	text-align: left;
}

#work6 {
	width: 117px;
	position: absolute;
	left: 431px;
	top: 420px;
}

#work-info6 {
	position:absolute;
	left: 570px;
	top: 420px;
	width:210px;
	height:115px;
	text-align: left;
}

#work5 {
	width: 117px;
	position: absolute;
	left: 58px;
	top: 560px;
}

#work-info5 {
	position:absolute;
	left: 197px;
	top: 560px;
	width:228px;
	height:115px;
	text-align: left;
}

#work4 {
	width: 117px;
	position: absolute;
	left: 431px;
	top: 560px;
}

#work-info4 {
	position:absolute;
	left: 570px;
	top: 560px;
	width:210px;
	height:115px;
	text-align: left;
}

#work3 {
	width: 117px;
	position: absolute;
	left: 58px;
	top: 700px;
}

#work-info3 {
	position:absolute;
	left: 197px;
	top: 700px;
	width:210px;
	height:115px;
	text-align: left;
}

#work2 {
	width: 117px;
	position: absolute;
	left: 431px;
	top: 700px;
}

#work-info2 {
	position:absolute;
	left: 570px;
	top: 700px;
	width:220px;
	height:115px;
	text-align: left;
}

#work1 {
	width: 117px;
	position: absolute;
	left: 58px;
	top: 840px;
}

#work-info1 {
	position:absolute;
	left: 197px;
	top: 840px;
	width:220px;
	height:115px;
	text-align: left;
}

#photos {
	width: 117px;
	position: absolute;
	left: 431px;
	top: 840px;
}

#photos-info {
	position:absolute;
	left: 570px;
	top: 840px;
	width:220px;
	height:115px;
	text-align: left;
}

#copyright {
	width: 117px;
	margin-left: 775px;
	padding-bottom: 20px;
	font-size: 10px;
}

.c {
	font-size: 13px;
}