@charset "UTF-8";
/* CSS Document
The Wrights
Contacts CSS
© 2007 The Wrights
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 8/6/07 2:25PM
Validated 8/6/07 2:25PM */	
	
/* Global Layout Elements */
	
div#contentwrapperdiv {
	position: relative;
	width: 100%;
	background: url(../images/contentback2.jpg) top left repeat-y;
	padding: 0 0 30px 0;
	visibility: visible;
	z-index: 0;
	}
	
div#contenttopdiv {
	width: 100%;
	background: url(../images/contactback_18.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 534px;
	padding: 40px 120px 30px 160px;
	color: #323427;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
strong {
	font-weight: bold;
	}
	
div#contentdiv p {
	padding: 0 0 40px 0;
	}
	
div#contentdiv p#instructions {
	padding: 0 0 28px 0;
	}
	
div#footerdiv {
	height: 41px;
	width: 100%;
	}
	
div.dividerdiv {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	clear: both;
	}
	
img.newsimage {
	float: left;
	border: 1px solid #000;
	margin: 4px 10px 5px 0;
	}
	
.tourinfo {
	font-size: 90%;
	}
	
/* links */

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

