a:link.logo, a:visited.logo {
	background: url(../images/graham-best-murals-logo.gif) top center no-repeat;
	height: 73px;
	width: 703px;
	display: block;
	text-indent: -999999px;
	margin: 18px auto 0 auto;
}
.site-container {
	width: 940px;
	margin: 6px auto 0 auto;
}
.content-area {
	background: #FFF;
	clear: both;
	padding: 20px;
}
.content-area-bottom {
	background: #3d1a7e url(../images/content-area-bottom.gif) top center no-repeat;
	width: 940px;
	height: 23px;
	display: block;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 10;
}
.main-menu, .call-to-action {
	font-family: Impact, arial, sans-serif;
	font-size: 115%;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	display: inline;
}
.main-menu {
	width: 765px;
	height: 53px;
}
.main-menu li {
	float: left;
	display: inline;
	margin-right: 7px;
	margin-top: 15px;
}
.main-menu li a:link, .main-menu li a:visited {
	background: url(../images/main-menu-a-bg.jpg) top right no-repeat;
	padding: 11px 23px 11px 20px;
	color: #FFF;
	text-decoration: none;
}
.main-menu li.selected a:link, .main-menu li.selected a:visited {
	background-image: none;
	background-color: #FFF;
	color: #ed1c24;
}
.main-menu li a:hover, .main-menu li a:active {
	text-decoration: underline;
}
.call-to-action {
	float: left;
	margin-top: 15px;
	margin-left: 23px; /*63px*/
	display: inline;
}
.call-to-action li {
	display: block;
	margin-right: 7px;
	float: left;
}
.call-to-action li a:link, .call-to-action li a:visited {
	background: url(../images/ctoa-menu-a-bg.gif) top right no-repeat;
	padding: 11px 23px 11px 20px;
	color: #FFF;
	text-decoration: none;
}
.call-to-action li a:hover, .call-to-action li a:active {
	text-decoration: underline;
}
.featured-image {
	border: solid 7px #000;
	height: 176px;
	margin-bottom: 32px;
	font-size: 105%;
	text-transform: uppercase;
	font-family: Impact, arial, sans-serif;
	color: #fff;
}
.featured-image img {
	float: left;
	display: block;
}
.featured-ctoa {
	float: left;
	display: block;
	background: #434343;
	height: 160px; /*176px*/
	width: 193px; /*233px*/
	padding: 16px 20px 0 20px;
	text-align: center;
	line-height: 100%;
}
.large-text {
	font-size: 450%;
	line-height: 100%;
}
.featured-image img.cta {
	float: none;
	text-align: center;
	display: inline;
}
.gallery img, .othergallery img {
	float: left;
	display: inline;
	margin-right: 9px;
	margin-bottom: 10px;
	border: solid 7px #000;
}
.othergallery img {
	height: 294px;
}
img.no-marg {
	margin-right: 0;
}
.col-one, .col-two, .col-three {
	float: left;
	display: inline;
	width: 295px;
	margin-right: 7px;
}
.col-one {
	width: 200px;
}
.col-three {
	margin-right: 0;
}
.footer {
	clear: both;
	background: #3d1a7e;
	text-align: center;
	font-size: 68%;
	color: #fff;
	width: 100%;
	margin-top: -7px;
}
.footer .footer-content {
	width: 940px;
	margin: 0 auto;
	background: #3d1a7e;
	padding: 14px 0 7px 0;
}
p.copyright {
	padding: 0;
	margin: 0;
}
.footer a:link, .footer a:visited {
	color: #fff;
}
.footer ul li {
	display: inline;
	border-right: solid 1px #FFF;
	padding: 0 5px;
}

/* text */
h1 {
	font-size: 135%;
	text-transform: uppercase;
	font-family: Impact, arial, sans-serif;
	padding-bottom: 20px;
	font-weight: normal;
}
h2 {
	font-size: 105%;
	text-transform: uppercase;
	font-family: Impact, arial, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
}
p {
	padding-bottom: 25px;
}
.testimonials {
	clear: left;
}
.highlight {
	color: red;
}
.testimonials p {
	font-size: 68%;
}
.content-area p a:link, .content-area p a:visited {
	font-weight: bold;
}
.small {
	font-size: 68%;
	clear: left;
	padding-bottom: 15px;
}
/*forms*/
form#myform {
	padding-top: 10px;
	font-size: 68%;
	margin-bottom: 20px;
}
.cssform p {
	width: 150px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border-top: 1px solid #80a451;*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform .sub-btn {
	margin-left: 4px;
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: solid 2px #000;
}
.cssform textarea {
	width: 250px;
	height: 100px;
	border: solid 1px #96c05e;
}
