@charset "UTF-8";
/* CSS Document
Gretchen Peters
Tour CSS
©2009 Gretchen Peters
Created 10/21/09 8:59AM
Updated 10/21/09 8:59AM
Validated 10/21/09 8:59AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* LAYOUT ELEMENTS */

div#wrapperdiv {
	background: url(../images/bioslice.jpg) top left repeat-y;
}

div#pagebackgrounddiv {
	background: url(../images/tourback.jpg) top left no-repeat;
}

div#navigationdiv {
	width: 139px;
	height: 336px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 312px;
	left: 60px;
}

div#bigtourdiv { /* total width is 770px */
	width: 440px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	padding: 340px 0 25px 335px;
	text-align: justify;
	line-height: 1.3em;
}

div#socialdiv {
	width: 76px;
	height: 170px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 461px;
	left: 912px;
}

div#footerdiv {
	font-size: 70%;
	color: #3d3f35;
	width: 1139px;
	height: 309px;
	background: url(../images/biofooter.jpg) top left no-repeat;
}

div#copyrightdiv {
	width: 300px;
	float: left;
	padding: 150px 0 0 150px;
}

div#designdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 150px 70px 0 0;
}

div.dividerdiv {
	height: 9px;
	background: url(../images/newsback_05.png) top center no-repeat;
	width: 440px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

/* TEXT */

div#bigtourdiv p {
	padding: 0 0 15px 0;
}

div.headline {
	color: #cab5b8;
	margin: 0 0 0 0;
}

div#bigtourdiv div.headline p {
	padding: 0;
}

div#bigtourdiv p#venue {
	padding: 0 0 15px 0;
	font-size: 90%;
}

div#bigtourdiv p.rss {
	font-size: 90%;
	padding: 0 20px 10px 0;
}


/* LINKS */

div#bigtourdiv a {
	color: #cab5ba;
	text-decoration: underline;
}

div#bigtourdiv a:hover {
	color: #fff;
	text-decoration: underline;
}
