body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	text-align: center;
}
a, a:link, a:visited {

}
a:hover {
	color: red;
}
img {
	border: 0;
}
h1 {
	/* 37.5px / 19px */
	font: 1.75em Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
 	padding-left: 20px;
	color: #C90;
	text-transform: lowercase;
	letter-spacing: 3px;
	text-shadow: #c4beb5 1px 1px 1px;
}
h2 {
	font: 1.1em Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
 	padding-left: 20px;
    color: #333;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 871px;
	margin: auto;
	background-color: white;
	background: url("../images/shadow_05.gif") repeat-y;
}
#header {
	background: url("../images/shadow_03.gif") top no-repeat;
}
#logo {
	float: left;
	padding: 20px 0 0 20px;
}
#menu ul {
	list-style: none;
}
.portfolio, .services, .contact {
	position: absolute;
	top: 30px;
	color: #C60;
	font-family: Arial, sans-serif;
	letter-spacing: 2px;
	font-size: .85em;
	text-decoration: none;
}
.portfolio {
	left: 620px;
}
.services {
	left: 700px;
}
.contact{
	left: 780px;
}
.brushtest {
	position: absolute;
	top: 45px;
	left: 600px;
}
.pebbles {
	position: absolute;
	top: 60px;
	left: 625px;
}
#content {

}
#content p {
	font-family: Verdona, sans-serif;
	font-size: .8em;
	padding: 0 20px 0 20px;
	color: #333;
	line-height: 1.5em;
	text-align: justify;
}
#content li {
	font-family: Verdona, sans-serif;
	font-size: .8em;
	color: #333;
	line-height: 1.5em;
    padding-right: 20px;
}
#content ul, #content ol {
    margin-left: 20px;
    padding-left: 20px;
}
.money {
	color: blue;
}
.underlined_link {
	color: red;
	text-decoration: underline;
}
#content .spaced_list li{
	margin-bottom: 10px;
}
#content dd {
	font-family: Verdona, sans-serif;
	font-size: .8em;
    color: #333;
	line-height: 1.5em;
	text-align: justify;
    padding-right: 20px;
    margin-top: -10px;
}
#footer {
	height: 50px;
	background: url("../images/shadow_07.gif") bottom no-repeat;
	font-size: .85em;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #3C6488;
	padding-right: 10px;	
}
.float_right {
	float: right;
	padding: 10px 20px 10px 10px;
}
.h1_title {
	padding-left: 10px;
}
.clear {
	border-bottom: 1px solid #CCC;
	margin: 0 20px 0 20px;
	clear: both;
}
#form_wrapper {
	margin: auto;
	width: 650px;
}
.left_text {
	float: left;
}
.right_text {
	float: left;
}
#button {
	margin-left: 280px;
	background-color: #006;
	color: white;
	font-family: Verdana, sans-serif;
}

input, textarea {
	background-color: #CCC;
}