@charset "utf-8";

/* These are the general site styles. 
========================================== */

	* {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
		color:#333333;
	}
	html {
		height:100%;
		width:100%;
	}


	body {
	background-color:#333333;
	font-size:0.8em;
	line-height:13px;
	padding:0em 0;
	margin:0;
	background-image: url(websitegraphics/background_wallpaper.jpg);

	}
	a {
		color:#fff;
	}

a:visited {
	text-decoration: none;
	color:#272727;
}
a:hover {
	text-decoration: underline;
	color:#272727;
}
a:active {
	text-decoration: none;
	color:#272727;
}
	
	a:link {
	color: #272727;
	text-decoration: none;
}
	h1 {
	font-size:18px;
	line-height:24px;
	text-align:left;
	margin:1em 0em 0em 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2D1309;
	}
	li {
	margin: 0px;
	padding: 0px 0px 7px 25px;
	list-style: none;
	background: 0px 0px url(websitegraphics/bullet.png) no-repeat;
}

	blockquote {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.reflectiveimages { float: left; padding: 10px; }
