@charset "UTF-8";
/* CSS Document
Jenny Kerr
Contact CSS
©2008 Jenny Kerr
Created 6/23/08 11:50AM
Updated 7/18/08 8:21AM
Validated 7/18/08 8:21AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* GLOBAL LAYOUT ELEMENTS */
	
div#footerdiv {
	background: url(../images/contactfooter.jpg) top left no-repeat;
	}
	
div#contentwrapdiv {
	background: #21271f url(../images/contact_31.jpg) top right no-repeat;
	}
	
div#photoslicediv {
	background: url(../images/contact_34.jpg) top left no-repeat;
	}
	
div#photoslicedivright {
	background: url(../images/contact_32.jpg);
	}
	
/* TEXT */

div#contentdiv p {
	margin: 0 425px 0 136px;
	}
	
div#contentdiv h1 {
	margin: 30px 425px 0 100px;
	}

	
/* LINKS */
	
div#contentdiv a {
	color: #222;
	text-decoration: underline;
	}
	
div#contentdiv a:hover {
	color: #666666;
	text-decoration: underline;
	}