a {
	color: #c40000;
}

a:hover {
	color: #990000;
}

a:visited {
	color: #000000;
}

a.nodeco {
	color: #000000;
	text-decoration: none;
}

body {
	background-color: #c40000;
	text-align: center; /* needed to keep the content div centered on the screen */
}

h1,h2 {
	text-align: left;
	font-style: italic;
}

hr.gallery {
	color: #c40000;
	text-align: center;
	width: 85%;
}

.callnow {
	font-family: Castellar, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	letter-spacing: 2px;
}

.clear {
	clear: both;        /* extend height of .main to longest column */
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
}

.estimateline {
	color: #c40000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

.small {
	font-size: smaller;
}

.subhead {
	font-size: smaller;
	font-style: italic;
	margin-left: 30px;
	text-align: left;
}

#content {
	background-color: #ffffff;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: -19px;
	text-align: left;
	width: 762px;
	padding: 15px;
}

#outer {
	background-color: #ffffff;
	border: 15px double #000000;
	color: #000000;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	overflow: hidden; 
}

#right {
	background: url('rightsidephotos.jpg');
	background-color: #ffffff;
	background-position: 0px 0px; /* first value is the x value, second is y */
	background-repeat: repeat-y;
	float: right;
	width: 100px;
	margin-left: -5px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#topright {
	background-color: #ffffff;
	float: right;
	width: 100px;
	height: auto; /* originally was 100px but that was leaving blank white space */
	text-align: left;
	margin-left: -5px; 
	padding-left: 10px; 
	padding-right: 1px; /* added to keep buttons off the right border */
	padding-top: 5px;
}