html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #748884;
	background-attachment: scroll;
	background-image: url(images/2011-images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	-webkit-text-size-adjust:none;
	-webkit-background-size: 2000px 1600px; 
}	

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

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

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

a:active {
	text-decoration: underline;
}

#navigation {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #CCC;
	font-size:12px;
	font-weight: bolder;
}

#navigation a {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color: #CCC;
	font-size:12px;
	font-weight: bolder;
}

#navigation a:hover {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size:12px;
	font-weight: bolder;
	text-decoration: underline;
}

.bigbigtext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
}


.bigtext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}


.normaltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.mediumtext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.smalltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #666;
}


.title {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
}

.testimonials {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

.testimonialsmall {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
}


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

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

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



