/* CSS Document
The Greencards
News Page CSS
© 2006 The Greencards
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

		
div#contentwrapperdiv {
	width: 770px;
	color: #333;
	background: #fff url(../images/bgpattern01.gif) top left repeat-y;
	padding: 25px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
div#links {
	width: 160px;
	padding: 0 30px 0 50px;
	float: left;
	}
	
div#story {
	width: 490px;
	float: right;
	padding: 0 40px 0 0;
	min-height: 600px;
	_height: 600px;
	}

	
div#cleardivs {
	width: 770px;
	height: 2px;
	clear: both;
	}
		
div#contentwrapperdiv p {
	margin: 0 0 10px 0;
	}
	
div#links a:link, div#links a:visited {
	color: #000;
	text-decoration: underline;
	}
	
div#links a:hover {
	color: #b6392b;
	text-decoration: underline;
	}
	
.leftphoto {
	float: left;
	padding: 10px 10px 0 0;
	}
	
h1 {
	font-weight: bold;
	font-size: 120%;
	background: url(../images/h1bg.gif);
	padding: 0 0 8px 0;
	color: #b6392b;
	text-align: center;
	}
	
h2 {
	font-weight: bold;
	font-size: 100%;
	background: url(../images/h2bg.gif);
	padding: 5px;
	margin: 30px 0 10px 0;
	color: #ccc;
	}
	
h2#top {
	font-weight: bold;
	font-size: 100%;
	background: url(../images/h2bg.gif);
	padding: 5px;
	margin: 15px 0 10px 0;
	color: #ccc;
	}
	
div#story a:link, div#story a:visited {
	color: #b6392b;
	text-decoration: none;
	}
	
div#story a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#story img {
	float: left;
	margin: 2px 10px 0 0;
	border: 1px solid #000000;
	}

