/* Stacy Moses */
/* Layout Stylesheet
--------------------------------------------------------------------------- */


/* Style Precedents
----------------------------------------------------------------------------- */	


	body {
	
	padding: 0;
	margin: 0;
	background-color: #333;
	font: normal 11px/15px 'Questrial', sans-serif;
	color: #fff;
	border: none;
	
	}
	
	h2, h3, h4, ul, ol, a, p {
	
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	
	}
	
	a {
	
	color: #fda101;
	text-decoration: none;
	outline: none;
	
	}
	
	a.icolinks {
		
	color:#fff;
	text-decoration:none;
	outline: none;
	
	}
	
	img {
	
	border: 0;
	
	}
	
	span {
	
	font: normal 11px/15px 'Questrial', sans-serif;
		
	}
	
	iframe {
	
	position: fixed;
	border: 0;
	float: left;
	margin: 50 0 0 0;
	clear: both;
	
	}
	
	img.rule {

	float: left;
	clear: left;
	
	}
	
	img.icons {
		
	margin:0 10px 0 0;
	
	}



/* Layout
----------------------------------------------------------------------------- */


	#layout {
	
	width: 850px;
	float: left;
	margin: 0;
	
	}
	
	#header {
	
	float: left;
	width: 95px;
	height: 278px;
	margin: 0;
	position: relative;
	display: block;
	background: url() repeat-x;
	
	}
	
	#header a {
	
	display: block;
	text-indent: -5000px;
	position: absolute;
	width: 18px;
	
	}
	
	#header h1, #header p {
	
	display: none;
	
	}
	
	#content {
	
	width: 700px;
	margin: 110px 0px 0px 150px;
	
	}
	
	p.text1 {
		
	font-family:'Questrial', sans-serif; 
	font-size:12px; 
	line-height: 180%;
	color: #FFF;
	
	}
	
	table.connect {
		
	margin: 0 0 0 0px;
	font-family:'Questrial', sans-serif;
	
	}
		
	
/*  Kudos
----------------------------------------------------------------------------- */


	p.kudos {
	
	float: left;
	clear: left;
	color: #b2b2b2;
	font-style:italic;
	font-size:10px;
	
	}
	
	
