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

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
html, body {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
body {
	background: #000 url(../images/bgpattern_bottom.gif) left bottom repeat-x;
	}
	
div#headerdiv {
	width: 770px;
	margin: auto;
	height: 219px;
	background: url(../images/pageheader.gif) top left no-repeat;
	}
	
div#wrapperdiv {
	width: 770px;
	margin: 10px auto 0 auto;
	border: 1px solid #333;
	}
	
div#footerdiv {
	width: 770px;
	height: 35px;
	background: url(../images/footer01.gif) top left no-repeat;
	}
	
div#credits {
	width: 770px;
	padding: 15px 0 0 0;
	}
	
div#copyright {
	width: 300px;
	padding-left: 20px;
	float: left;
	color: #222;
	font-size: 0.7em;
	text-align: left;
	}
	
div#botnavdiv {
	width: 770px;
	color: #fff;
	font-size: 80%;
	text-align: center;
	padding: 8px 0 10px 0;
	margin: auto;
	}
	
div#botnavdiv a:link, div#botnavdiv a:visited {
	color: #000;
	text-decoration: none;
	}
	
div#botnavdiv a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
div#botnavdiv span#on {
	color: #b6392b;
	text-decoration: underline;
	}
	
div#dvm {
	width: 430px;
	padding-right: 20px;
	float: right;
	color: #222;
	font-size: 0.7em;
	text-align: right;
	}
	
div#credits a:link, div#credits a:visited {
	color: #222;
	text-decoration: none;
	}
	
div#credits a:hover {
	color: #fff;
	text-decoration: underline;
	}

div#navdiv {
	background-color: #fff;
	width: 770px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}

.firstnav {
	margin-left: 100px;
}
	
