body {
	margin: 0px;
	padding: 0px;
	background: white url(../images/pixel3.gif);
	
	}
	

#wrap {
	width: 800px; 
	position: relative; 
	background: white; 
	margin: 20px auto; 
	padding: 0px; 
	border: 0px;
}

/* header */

#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 115px;
	background: #000;
	
	}
	

	
/* navigation */

#navigation {
	margin: 30px 0px 0px 15px;
	padding: 0px;
	width: 160px;
	float: left;
	}
	
	ul.menu {
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
		border-top: 1px dotted #969696;
		border-right: 1px dotted #969696;
		border-left: 1px dotted #969696;
		}
	
	ul.menu li {
		margin: 0px;
		padding: 0px;
		border-bottom: 1px dotted #969696;
		}
		
	ul.menu li a {
		margin: 0px;
		padding: 5px 0 5px 7px;
		display: block;
		color: black;
		font-family: arial, helvetica, san-serif;
		font-size: 12px;
		text-decoration: none;
		}
		
	ul.menu li a.active {
		color: black;
		background: #EFEFF0;
		}
		
	ul.menu li a:hover {
		color: black;
		background: #EFEFF0;
		}

/* content */		

#content {
	margin: 30px 15px 0px 200px;
	width: 355px; 
	}
	
#content h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: georgia, times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #black;
	border-bottom: 1px dotted #969696;
	}
	
#content h2 {
	margin: 0px;
	padding:0px;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	}
	
#content p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 16px;
	}
	
#content p.afterheading {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 16px;
	}
	
#content a {
	color: black;
	text-decoration: none;
	}

#content a:hover {
	color: #6e6e6e;
	}
	
/* Right Column Wrap */

#rightcolumnwrap { 
	background-color: white;
	position: absolute; 
	top: 145px; 
	left: 575px; 
	width: 120px; 
	visibility: visible; 
	display: block }

/* Featured Quilt */

#image { 
	margin: 0px;
	padding: 0px; 
	width: 200px; 
	}				
	
#news {
	margin-top: 0px;
	padding: 10px 0px 30px 0px;
	width: 200px;
	background: #dcdcdc;
	}
	
	#news h1 {
		font-family: georgia, times, serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: black;
		padding: 0px 0px 0px 15px;
		}
		
	#news ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		border-top: 1px solid white;
		}
		
	#news li a {
		margin: 0px;
		padding: 5px 0 5px 15px;
		display: block;
		color: black;
		font-family: arial, helvetica, san-serif;
		font-size: 12px;
		text-decoration: none;
		}
		
	#news li a:hover {
		color: black;
		background: white;
		}
		
	#news li {
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid white;
		}
		
/* Right Column Normal */

#right {
	margin-top: 0px;
	padding: 10px 0px 30px 0px;
	width: 200px;
	background: white;
	}
	
	#right h1 {
		font-family: georgia, times, serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: black;
		padding: 0px 0px 0px 15px;
		}
		
	#right ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		
	#right li {
		margin: 0px;
		padding: 2px 0 2px 15px;
		display: block;
		color: black;
		font-family: arial, helvetica, san-serif;
		font-size: 12px;
		text-decoration: none;
		}
	
	#right li em {
		font-style: normal;
		text-decoration: none;
		font-weight: bold;
		
		}
		
	#right li a {
		color: black;
		font-family: arial, helvetica, san-serif;
		font-size: 12px;
		text-decoration: none;
		}
		
	#right li a:hover {
		color: black;
		background: white;
		}
				
#bottom {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 800px ;
	}	
	
	#bottom p {
		margin: 0px;
		padding: 10px 0px 10px 0pxpx;
		text-align: center;
		font-family: georgia, times, serif;
		font-size: 9px;
		color: black;
		letter-spacing: 1px;
		text-transform: uppercase;
		}
		
