/* CSS Document */

body {
	margin: 0 0 0 0;
	background-image: url(../images/bkgrnd_01-2007_06.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

#divwrapper {
	width: 900px ;
	margin: 0 auto 0 auto;
	}

.emailwrapper {
	color: #BBBBBB;
	padding-top: 10px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	text-align: center;
	}

a {
	text-decoration: none;
	color: #888888;
	}

a:focus {
	outline:none;
	}
	
.darktype {
	color: #888888;
	}