/* CSS Document
Jennifer Clark
Contact CSS
© 2006 Jennifer Clark
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#contentwrapperdiv {
	background: #f8eddd url(../images/clarkecontenttile.jpg) top left repeat-y;
	position: relative;
	}
	
div#sidediv {
	position: absolute;
	top: 0;
	left: 6px;
	background: url(../images/contactheader_03.jpg) top left no-repeat;
	width: 233px;
	height: 394px;
	}
		
div#contentdiv {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: url(../images/subbacktop_03.jpg) top left no-repeat;
	}
	
div#contentdiv p {
	padding: 0 40px 10px 0;
	}
	
div#contentinsidediv {
	padding: 45px 40px 450px 280px;
	background: url(../images/subbotflowers_05.jpg) bottom left no-repeat;
	}
	
div#contentdiv h1 {
	font-size: 90%;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	padding: 0 0 15px 0;
	font-weight: bold;
	text-align: left;
	}
	
div#footerdiv {
	background: url(../images/footer_06.jpg) top left no-repeat;
	height: 45px;
	}
	
div#copyright {
	width: 435px;
	padding: 10px 0 0 20px;
	float: left;
	color: #e4c090;
	font-size: 0.7em;
	text-align: left;
	}
	
div#dvm {
	width: 290px;
	padding: 10px 25px 0 0;
	float: right;
	color: #e4c090;
	font-size: 0.7em;
	text-align: right;
	}
	
a:link, a:visited {
	color: #624b2f;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#bottomnavdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	padding: 10px 0 10px 0;
	}
	
div#bottomnavdiv a:link, div#bottomnavdiv a:visited {
	color: #000;
	}
	
div#bottomnavdiv a:hover {
	color: #905f33;
	text-decoration: underline;
	}
	
span.bottomnavon {
	color: #905f33;
	text-decoration: underline;
	}
	
div#formwrapper {
	width: 400px;
	font-size: 0.8em;
	margin-bottom: 25px;
	margin: 30px auto 15px auto;
	}
	
div#emaildiv, div#firstnamediv, div#lastnamediv, div#citydiv, div#statediv {
	width: 400px;
	}
	
div#required {
	width: 400px;
	font-size: 0.8em;
	}
	
div.left {
	width: 90px;
	float: left;
	text-align: right;
	padding-right: 10px;
	}
	
div.right {
	width: 300px;
	float: left;
	text-align: left;
	}
	
div.cleardiv {
	width: 400px;
	clear: both;
	height: 10px;
	}
	
div#submitdiv {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	}
