a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.browncopy {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #040000;
	line-height: 16px;
}

a.brown:link {
	color: #993300;
}
a.brown:hover {
	color: #993300;
	text-decoration: underline;
}

a.brown:visited {
	color: #993300;
}
.workexamples2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BF9A7B;
	font-weight: bold;
}
.mainimagebg {
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
}
.workexamplestitle {
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BF9A7B;
}
.csspositioning {
	position: relative;
	top: 71px;
}
.centredbg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftbg {
	background-image: url(images/bgtopleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbg {
	background-image: url(images/bgtopright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottombg {
	background-image: url(images/bgbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottomleftbg {
	background-image: url(images/bgbottomleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomrightbg {
	background-image: url(images/bgbottomright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
