/*  ----------------------------------------

	NOTEDLS
	©2011

 ---------------------------------------- */

/*  ----------------------------------------
	
	BASIC

----------------------------------------- */

body {
	background: #fff url(img/splash_bg.jpg) repeat-x left top;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	text-decoration: none; 
	color: #929292;
	}
	
a:hover {
	text-decoration: underline; 
	color: #672d8a;
	}
	
ul {
	margin: 5px 0px;
	}
	
#wrapper {
	width: 800px;
	margin: 50px auto;
	}
	
.noted {
	float: left;
	width: 300px;
	margin-top: 75px;
	margin-right: 200px;
	text-align: center;
	}
	
.website {
	float: left;
	width: 300px;
	text-align: left;
	}
	
.job {
	font-size: 12px;
	font-weight: bold;
	color: #672d8a;
	}
