body{
	margin:	0;
	font-family:	Arial, sans-serif;
	font-size:	12px;
	color:	#000;
	background:	#FFF;
	text-align:	center;
	}

/*__________________________ block positions*/
#content{
	width:	980px;
	margin:	50px auto 0 auto;
	padding:	0 10px 0 10px;
	text-align:	left;
	overflow:	visible;
	}
#logo{
	width:	200px;
	display:	block;
	float:	left;
	}
#contact{
	width:	200px;
	clear:	left;
	float:	left;
	margin:	0 0 20px 0;
	}
	#contact a{
		color:	#000;
		}
#clothespeg{
	width:	30px;
	height:	60px;
	display:	none;
	background:	url(img/peg_small.gif) no-repeat;
	float:	right;
	margin: 10px 750px 0 0;
	}
	#clothespeg span{
		display:	none;
		}
	#blog, #projects, #slideshow{
		float:	left;
		width:	480px;
		margin:	100px 0 0 0;
		}
	#blog, #slideshow{
		margin:	100px 0 0 20px;
		}
#foot{
	clear:	both;
	width:	980px;
	padding:	50px 0 50px 0;
	margin:	0 auto 0 auto;
	font-size:	10px;
	text-align:	left;
	}
	#signup{
		float:	left;
		display:	block;
		width:	500px;
		}
#screen_dimmer, #prompt, #images{
	background: url(img/screen_dimmer_bg.png);
	_background: none;
	display:	none;
	position:	fixed;
	top: 0;
	right:	0;
	bottom:	0;
	left:	0;
	z-index:	900;
	
	_position:	absolute;
	_top: expression(eval(document.body.scrollTop));
	_height:	100%;
	_width:	100%;
	}
#ajax_status, #the_prompt, #the_image{
	display:	none;
	background:	#FFF;
	padding:	20px;
	font-size:	30px;
	font-weight:	bold;
	width:	300px;
	height:	100px;
	margin:	200px auto 0 auto;
	z-index:	1000;
	text-align:	center;
	overflow:	auto;
	}
#the_prompt, #the_image{
	display:	block !important;
	z-index:	950 !important;
	}
	#the_image{
		font-size:	12px;
		}
		#the_image img{
			margin:	auto;
			text-align:	center;
			}
		#the_image #caption{
			height:	20px;
			}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{		
	color:	#666;
	text-decoration:	none;
	}
.selected{
	color:	#A66;
	}
.previous{
	float:	left;
	display:	block;
	margin:	4px 0 0 0;
	height:	16px;
	font-size:	16px;
	}
.next{
	float:	right;
	display:	block;
	margin:	5px 0 0 0;
	height:	15px;
	font-size:	16px;
	}
a:hover{
	color:	#666;
	cursor:	pointer;
	}
.section_button:hover{
	color:	#CAE4B7;
	cursor:	pointer;
	}
h1{
	font-size:	27px;
	margin:	0 0 0 0;
	padding:	0;
	}
h2{
	margin:	0 0 3px 0;
	}
h3{
	font-size:	12px;
	margin:	0 0 2px 0;
	padding:	2px;
	font-weight:	normal;
	}
h4{
	font-size:	12px;
	margin:	0 0 2px 0;
	padding:	2px 2px 2px 0;
	font-weight:	normal;
	}
h5{
	font-size:	14px;
	margin:	2px 0 3px 0;
	}
h6{
	font-size:	13px;
	margin:	5px 0 2px 0;
	}
.alert{
	color:	#F00;
	font-weight:	bold;
	}
#response{
	display:	block;
	padding:	5px;
	margin:	0 0 5px 0;
	background-color:	#000;
	color:	#FFF;
	}
p{
	padding:	0;
	margin:	0 0 10px 0;
	text-align:	justify;
	}
.note{
	font-size:	10px;
	}
.hr{
	border-bottom:	1px solid #000;
	height:	20px;
	margin:	0 20px 40px 20px;
	clear:	both;
	}
.clear{
	clear:	both;
	}
/*__________________________ end text styling*/

/*__________________________ text styling*/
.section{
	display:	none;
	margin:	0 0 10px 0;
	border-bottom:	1px solid #000;
	padding:	0 0 10px 0;
	}
.section_link{
	width:	380px;
	height:	150px;
	float:	left;
	padding:	20px 0 0 20px;
	clear:	none;
	overflow:	hidden;
	}
.section_link .thumb{
	width:	150px;
	height:	150px;
	float:	left;
	}

/*__________________________ form styles*/
form{
	margin:	0;
	}
#subscribe input{
	font-size:	10px;
	margin:	0 5px 0 0;
	}
#subject{
	display:	none;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	border:	0;
	}
.thumb{
	height:	150px;
	width:	150px;
	float:	left;
	margin:	5px;
	}
.img_fl{
	float:left;
	margin:	0 20px 0 0;
	}
.img_fr{
	float:right;
	margin:	0 0 0 20px;
	}
.img_c{
	text-align:center;
	margin:20px;
	}
.img_l{
	text-align:left;
	margin:20px 0 20px 0;
	}
.img_r{
	text-align:right;
	margin:20px 0 20px 0;
	}
/*__________________________ end image styles*/	

/*__________________________ table styles*/
table{
	width:	100%;
	margin:	0;
	padding:	0;
	background-color:	#FFF;
	}
th{
	background-color:	#000;
	color:	#FFF;
	font-weight:	bold;
	padding:	3px;
	text-align:	right;
	}
td{
	padding:	4px;
	text-align:	right;
	border-top:	1px solid #000;
	vertical-align:	top;
	clear:	both;
	}
.td_thumb{
	padding:	3px 0 3px 0;
	}
#totals{
	font-weight:	bold;
	}
#totals td{
	border-top:	2px solid #000;
	}
/*__________________________ end table styles*/

/*__________________________ slideshow styles these are set in inc/slideshow/jd.slideshow.css*/