/* CSS Document
The Greencards
Contact Page CSS
© 2007 The Greencards
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
	
div#contentwrapperdiv {
	position: relative;
	width: 695px;
	color: #333;
	background: #fff url(../images/bgpattern01.gif) top left repeat-y;
	padding: 25px 25px 30px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
div#contentwrapperdiv a {
	color: #b6392b;
	text-decoration: none;
	}
	
div#contentwrapperdiv a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#contentwrapperdiv p {
	margin: 0 0 10px 0;
	}
	
h1 {
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 30px;
	margin: 0;
	text-align: left;
	color: #999;
	}