html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #ffffff;
	background-image:url(../images/background.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}	

a:link {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:active {
	text-decoration: underline;
}


#navigation {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
	text-decoration: none;
}

#navigation a {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
	text-decoration: none;
}

#navigation a:hover {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
	text-decoration: underline;
}


.abouttext {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #535353;
}



.bigbigtext {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: ##535353;
}

.bigbigtextfrontpage {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 0;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
}

.bigtext {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: bolder;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #535353;
}

.normaltext {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 19px;
	color: #535353;
}

.normaltextwhite {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
}

.mediumtext {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #535353;
}

.videotext {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #535353;
}


.smalltext {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	color: #535353;
}


.title {
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #000000;
	line-height: 30px;
	font-size: 25px;
	word-spacing: 80em;
}

.testimonials {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #535353;
}

.testimonialsmall {
	font-family: "franklin-gothic-urw-n5","franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #535353;
}


.recentworkborder {
	border: 3px double #fff;
}

.pictureborder {
	border: 2px solid #535353;
}
.naviborder {
	border: 1px solid #FFFFFF;
}

#content {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.footer {
	background-color: #ef4036;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	top: 15px;
	font-family: "franklin-gothic-urw-n5", "franklin-gothic-urw", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	text-transform: none;
	margin: auto;
}
