@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo-box {
	height: 106px;
	width: 300px;
	float: left;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #secondary-nav {
	height: 25px;
	width: 710px;
	float: right;
	padding-top: 79px;
	padding-right: 10px;
}
#wrapper #logo-box-bottom {
	background-image: url(../website-images/style-by-design-logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	clear: both;
}
#wrapper #primary-nav {
	width: 1020px;
}
#wrapper #page-title {
	padding-top: 41px;
	padding-left: 20px;
	width: 255px;
	float: left;
	padding-right: 45px;
	padding-bottom: 20px;
}
#wrapper #page-text {
	width: 660px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper #page-text #page-text-title {
	height: 48px;
	padding-bottom: 10px;
}

#wrapper #bottom-rule {
	height: 1px;
	background-image: url(../website-images/goldenrule-copyright.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}
#wrapper #copyright {
	height: 75px;
	text-align: center;
	padding-top: 40px;
}
#wrapper #copyright .copyright-text a {
	text-decoration: none;
	color: #666666;
}
#wrapper #copyright .copyright-text a: hover {
	color: #CCCCCC;
	text-decoration: none;
}
