/* @override http://www.stonecarvingunlimited.com/dev/SCU.css */

.HomeLeft {
	background-image: url(assets/images/homeImages/leftBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.solidBackground {
	background-image: url(assets/images/homeImages/background.jpg);
	background-repeat: repeat;
}
.subBackground {
	background-image: url(assets/images/subImages/backgroundStone.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.readingText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.nav {
	padding-top: 10px;
	padding-right: 13px;
}
.nav a {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-align: right;
	padding-right: 4px;
}
.nav a:hover {
	background-color: #d8cbc5;
}
.home {
	width: 150px;
	float: right;
}
.nav.top {
	border-bottom: 2px solid #333;
}
