body {
   background: #f2f2f2;
   font-family: Arial, Helvetica, sans-serif;
   font-size:0.8em;
   line-height: 1.3em;
}

a {
   color: #6dbb0d;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

#wrapper {
   margin: 20px auto;
   width: 984px;
}

#header {
   border: 1px solid #e1e1e1;
   border-bottom: none;
   background: #fff;
   width: 984px;
}

#header #logo h1{
   padding: 0px 0px 0px 0px;
   margin:0;
}

#header #logo h1 a{
   outline:none;	
}

#content {
   border: 1px solid #e1e1e1;
   border-top: 1px solid #fff;
   height: 530px;
   background: #fff;
   width: 984px;
}

#content h2 {
   color: #6dbb0d;
   font-size:1.5em;
   font-family:"Trebuchet MS", Arial, Verdana;
   padding: 0px 0px 10px 0px;
}

#content .inner{
   padding: 0px 20px 0px 20px;
}


#content .inner p{
   line-height: 1.4em;
   padding: 0px 0px 20px 0px;
}

#content .inner .left{
   float: left;
   width: 30%
}

#content .inner .right{
   float: right;
   width: 575px;
}

#content .inner .right #work_holder{
   border: 4px solid #6dbb0d;	
   width: 573px;
   height: 368px;
   color: #000;
}

#content .inner .right #work_info{
	width:553px;  height:46px; margin: 0px 0px 0px 0px; background: #6dbb0d; padding: 10px 10px 0px 10px; font-family:"Trebuchet MS", Arial, Verdana; font-size: 1.5em; color: #fff;
}

#content .inner .right #work_info span{
	font-size: 12px;
}

#content .inner .right #work_holder .work_item {width:565px;height:368px;margin-right:10px;margin:0 3px; float:left;filter:alpha(opacity=80);opacity: 0.8;-moz-opacity:0.8;}
#content .inner .right #work_holder .work_item img{filter:alpha(opacity=80);opacity: 0.8;-moz-opacity:0.8;}
#content .inner .right #work_holder .work_item:hover{filter:alpha(opacity=100);opacity:100;-moz-opacity:100;}
#content .inner .right #buttons {width:553px;  height:26px; margin: 0px 0px 0px 0px; background: #6dbb0d; padding: 0px 10px 0px 10px; font-family:"Trebuchet MS", Arial, Verdana; font-size: 1.5em;}
#content .inner .right #buttons #prev{width:122px; height:26px; display:block; float:left; outline:none; color: #fff;}
#content .inner .right #buttons #prev:hover{}
#content .inner .right #buttons #next{width:122px; height:26px;display:block; float:right; outline:none; text-align:right; color: #fff;}
#content .inner .right #buttons #next:hover{}

#content .inner .right #work_holder #action_info{
	position:absolute;
	left: 0;
	top:0;
	width: 575px;
	height: 368px;
	background: #6dbb0d;
	z-index:999;
	filter:alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7;
    font-family:"Trebuchet MS", Arial, Verdana; font-size: 1.5em;
}

#content .inner .right #work_holder #action_info_text{
	position:absolute;
	left: 200px;
	top:180px;
	color: #fff;
    font-family:"Trebuchet MS", Arial, Verdana; font-size: 1.5em;
	filter:alpha(opacity=100);opacity:100;-moz-opacity:100;
}


#work_info a{
	color: #fff;
}

#work_info a:hover{
	color: #333;
}



#content p span{
   font-size: 0.8em;
}

#content p.small{
   font-size: 0.8em;
   padding: 0;
   color:#999;
}

#content form input.txt{
   border: 0px solid #ccc;
   width: 300px;
}

#content form input.btn{
   margin: 20px 0px 0px 0px;
}

