@charset "UTF-8";
/* CSS Document
Jenny Kerr
Tour CSS
©2008 Jenny Kerr
Created 6/20/08 9:05AM
Updated 7/18/08 1:09PM
Validated 7/18/08 1:09PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#footerdiv {
	background: url(../images/tourfooter.jpg) top left no-repeat;
	}
	
div#contentwrapdiv {
	background: #21271f url(../images/tour_31.jpg) top right no-repeat;
	}
	
div#contentdiv {
	min-height: 820px;
	}
	
div#photoslicediv {
	background: url(../images/tour_34.jpg) top left no-repeat;
	}
	
div#photoslicedivright {
	background: url(../images/tour_32.jpg);
	}
	
/* TEXT */

div#contentdiv p {
	margin: 0 425px 0 100px;
	padding: 0 0 20px 0;
	}

/* IMAGES */

div#contentdiv img.title {
	margin: 15px 0 40px 70px;
	}
	
/* LINKS */
	
div#contentdiv a {
	color: #222;
	text-decoration: underline;
	}
	
div#contentdiv a:hover {
	color: #666666;
	text-decoration: underline;
	}
