body{
	margin:	0;
	font-family:	helvetica, arial, sans-serif;
	font-size:	11px;
	color:	#000;
	background:	#FFF;
	}

/*__________________________ block positions*/
#nav{
	float:	left;
	background:	url(img/nav_bg.gif) no-repeat left top;
	margin:	50px 0 0 20px;
	padding:	52px 0 0 0;
	width:	104px;
	height:	200px;
	position:	absolute;
	z-index:	100;
	}
	/*__________________________ menu styles*/
	#nav a{
		display:	block;
		height:	30px;
		text-transform:	uppercase;
		text-decoration:	none;
		}
	#nav a:hover{
		color:	#888;
		cursor:	pointer;
		}
#content{
	float:	left;
	width:	700px;
	position:	absolute;
	margin:	105px 0 0 164px;
	text-align:	left;
	z-index:	10;
	}
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{
	color:	#AAA;
	}			
a:hover{
	color:	#000;
	}
img	{
	border:				0px;
	background-color:	#FFF;
}	
h1{
	text-align:	right;
	font-size:	25px;
	font-weight:	bold;
	padding-bottom:	1px;
	margin:	0 0 5px 0;
}		
h1{
	text-align:	right;
	font-size:	18px;
	font-weight:	bold;
	padding-bottom:	1px;
	margin:	0 0 3px 0;
}
h3{
	font-size:	12px;
	font-weight:	normal;
	margin:	0 0 3px 0;
	}
h4{
	font-size:	12px;
	font-weight:	bold; 
	margin:	10px 0 2px 0;
	}
p{
	clear:	both;
	padding:	0;
	margin:	0;
	text-align:	left;
	}
ul{
	margin:	0 0 0 10px;
}
ol{
	margin:	0 0 0 10px;
}
li{
	display:	block;
	margin:	2px;
	}
div.clear{
	clear:	both;
	}
.hr{
	clear:	both;
	margin:	5px;
	border:	none;
	}
.section_link{
	height:	130px;
	float:	left;
	margin:	0 15px 15px 0;
	color:	#999;
	}
.section_link .thumb{
	margin:	0 0 3px 0;
	display:	block;
	}
.thumb{
	margin:	0 15px 15px 0;
	height:	110px;
	}
#next span, #prev span{
	display:	none;
	}
#next{
	display:	block;
	background:	url(img/next.gif);
	height:	13px;
	width:	15px;
	float:	right;
	}
#prev{
	display:	block;
	background:	url(img/prev.gif);
	height:	13px;
	width:	15px;
	float:	left;
	}
	
/*__________________________ end text styling*/

/*__________________________ image styles*/
.img_fl{
	float:left;
	margin:	0 10px 10px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 10px 10px;
	}
.img_c{
	text-align:center;
	margin:10px;
	}
.img_l{
	text-align:left;
	margin:10px 0 10px 0;
	}
.img_r{
	text-align:right;
	margin:10px 0 10px 0;
	}
/*__________________________ end image styles*/	
