body
	{
	font-family:"Lucida Grande",helvetica,arial;
	}
	
*
	{
	margin: 0px;
	padding: 0px;
	}
	
a
	{
	outline: none;
	text-decoration: none;
	}
	
ul
	{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
html,body
	{
	height: 100%;
	overflow:hidden;
	}
	
.wrapper
	{
	position: relative;
	width: 100%;
	min-height:100%;
	z-index: 2;
	}
	
.wrapper_image
	{
	width: 100%;
	height: 100%;
	position:fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background:url(../../_images/wrapper-bg.png);
	}
	
.source_image
	{
	position: absolute;
	top: 121px;
	left: 0px;
	z-index: -1;	
	}
		
.top
	{
	width: 100%;
	height: 121px;
	background: #00cc00;
	min-width: 960px;
	}
	
.main
	{
	width: 960px;
	margin:-121px auto 0px auto;
	color: #000;
	}	
	
.content
	{
	float:left;
	width: 960px;
	padding: 15px 0px 0px 0px;
	}
	
.content_inner
	{
	width: 461px;
	float: left;
	}
	
.content_inner_top,.content_inner_bottom
	{
	float: left;
	width:100%;
	position: relative;
	height: 9px;
	overflow: hidden;
	}
	
.content_inner_top_left,.content_inner_bottom_left
	{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 9px;
	}
	
.content_inner_top_middle,.content_inner_bottom_middle
	{
	float: left;
	position: absolute;
	height: 9px;
	left: 9px;
	right: 9px;
	}
		
.content_inner_top_right,.content_inner_bottom_right
	{
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	height: 9px;
	}
	
.content_inner_top_left
	{
	background:url(../../_images/content-tlc.png) no-repeat;
	}
	
.content_inner_top_middle
	{
	background:url(../../_images/content-bg.png) repeat;
	}
	
.content_inner_top_right
	{
	background:url(../../_images/content-trc.png) no-repeat;
	}
	
.content_inner_bottom_left
	{
	background:url(../../_images/content-blc.png) no-repeat;
	}
	
.content_inner_bottom_middle
	{
	background:url(../../_images/content-bg.png) repeat;
	}
	
.content_inner_bottom_right
	{
	background:url(../../_images/content-brc.png) no-repeat;
	}
	
.content_inner_middle
	{
	width:401px;
	float: left;
	min-height: 353px;
	height: auto !important;
	height: 353px;
	background:url(../../_images/content-bg.png) repeat;
	padding:10px 30px 0px 30px;
	}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.content_inner_middle a
	{
	color:#00C100;
	text-decoration:underline;
	}
			
h2,h1,h3,h4,h5,h6
	{
	padding: 0px 0px 26px 0px;
	color: #00c100;
	font-size: 24px;
	font-weight: normal;
	}
p
	{
	padding: 0px 0px 22px 0px;
	color: #2c2c2c;
	font-size: 12px;
	}
		
.scroll_projects_list
	{
	float:left;
	height: 300px;
	width: 400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:auto;
	}

.jScrollPaneContainer
	{
	top:12px;
	outline: none;
	width: 355px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top:12px;
	}
	
.jScrollPaneTrack
	{
	background:#ccc;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0px;
	height:100%;
	}
 
.jScrollPaneDrag
	{
	background:#999;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	}
	
.jScrollPaneDragTop
	{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	}
	
.jScrollPaneDragBottom
	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	}
	
.gallery_right
	{
	width: 100%;
	text-align: right;
	}
	
.gallery_left
	{
	width: 100%;
	text-align: left;
	}


	