body {
	margin: 0;
	padding: 0;
	color: #AEAC85;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #AEAC85;
}
a:hover, a:active {
	text-decoration: underline;
	color: #AEAC85;
}
#wrapper {
	width: 1112px;
	padding: 10px 0;
	margin: 0 auto;
}
#header {
	text-align: left;
	height: 160px;
}
#logoFloat {
	float: right;
	width: 198px;
	padding-right: 50px;
}
#contactText {
	padding: 116px 0 0 70px;
	width: 400px;
	float: left;
}

/* Page Content */

#content {
	margin: 0 auto;
	width: 1112px;
	height: 481px;
	padding: 0;
}

/* Right Column */

#columnRight {
	margin-top: 191px;
	margin-left: 10px;
	width: 51px;
	float: left;
}
#navRight {
	width: 51px;
	height: 100px;
}
#navRight a:link, #navRight a:visited {
	display: block;
	width: 51px;
	padding: 0px;
	background: url(images/rightArrowButton.jpg) no-repeat top;
}
#navRight a:hover, #navRight a:active {
	background-position: 0 -100px;
}

/* Left Column */

#columnLeft {
	margin-top: 191px;
	margin-right: 10px;
	width: 51px;
	float: left;
	clear: both;
}
#navLeft {
	width: 51px;
	height: 100px;
}
#navLeft a:link, #navLeft a:visited {
	display: block;
	width: 51px;
	padding: 0px;
	background: url(images/leftArrowButton.jpg) no-repeat top;
}
#navLeft a:hover, #navLeft a:active {
	background-position: 0 -100px;
}

/* Page Content */

#pageContent {
	height: 481px;
	float: left;
}
#leftSample {
	float:left;
	padding: 10px 10px 10px 10px;
	border-color:#999999;
	border-top-width:1px;
	border-top-style: dotted;
	border-right-width:1px;
	border-right-style: none;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#leftSample2 {
	float:left;
	padding: 10px 10px 11px 9px;
	border-color:#999999; 
	border-top-width:1px;
	border-top-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#centerSample {
	float:left;
	padding: 10px;
	border-color:#999999; 
	border-top-width:1px;
	border-top-style: dotted;
	border-right-width:1px;
	border-right-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#centerSample2 {
	float:left;
	padding: 10px;
	border-color:#999999; 
	border-right-width:1px;
	border-right-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#centerSample3 {
	float:left;
	padding: 10px 10px 10px 10px;
	border-color:#999999; 
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#rightSample {
	float:left;
	padding: 10px 10px 10px 12px;
	border-color:#999999; 
	border-top-width:1px;
	border-top-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#rightSample2 {
	float:left;
	padding: 10px 10px 10px 12px;
	border-color:#999999; 
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#rightSample3 {
	float:left;
	padding: 10px 10px 10px 10px;
	border-color:#999999; 
	border-top-width:1px;
	border-top-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#skinnySampleRight {
	float:left;
	padding: 10px 10px 11px 12px;
	border-color:#999999; 
	border-top-width:1px;
	border-top-style: dotted;
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
#skinnySampleRight2 {
	float:left;
	padding: 10px 10px 10px 12px;
	border-color:#999999; 
	border-bottom-width:1px;
	border-bottom-style: dotted;
}
/* Work Description */

#description {
	width: 986px;
	margin: 18px 0 20px 70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
