body {
	background-color: #FFFFFF;
	background-image: url(../img/bg.png);
	margin: 0px;
	padding: 0px;
    color:#999999;
	font:13px tahoma,arial,sans-serif;
}
#nav{
	text-align: center;
	height: 35px;
}
#wrraper{
	background-image: url(../img/logo_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 517px;;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer{
	font-size: 11px;
	color: #5A653B;
	text-decoration: none;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 1000px;
	padding-bottom: 5px;
}
#content{
	background-image: url(../img/bg.png);
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrap{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


#portfolio{
	display: block;
	float: right;
	height: 90px;
	width: 150px;
	margin-top: 90px;
	margin-right:188px;
}
#about{
	display: block;
	float: right;
	height: 60px;
	width: 165px;
	margin-top: 20px;
	margin-right:170px;
	}



.content{
	position: absolute;
	z-index: 3;
	top: 0px;
	display: none;
	width: 700px;
	background-image: url(../img/content_head.png);
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: right top;
	opacity:0;
}
.content_footer{
	font-size: 11px;
	color: #5A653B;
	background-image: url(../img/content_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 100px;
	width: 700px;
	padding-top: 100px;
	clear: both;

}
.close {
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 94px;
	position: absolute;
	top: 0px;
	right: 108px;
}


h1{
	color:#7FC011;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2{
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	width: 525px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul{
	padding: 0px;
	float: right;
	width: 515px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
}
ul li{
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.content p{
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	word-spacing: 2px;
	float: right;
	width: 525px;
}
.content b,.content strong{
	color: #FFFFFF;
}

.portfolio_list{
	margin-top: 10px;
}
.portfolio_list span{
	line-height: 30px;
	display: block;
	width: 200px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
} 
.portfolio_list .active{
	font-weight: bold;
	color: #7FC011;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7FC011;
}
.portfolio{
	clear: both;
	margin-top: 15px;
}
.lucrare{
	display: none;
}
.lucrare .title{
	font-size: 18px;
	color: #7FC011;
}
.desc{
	display: block;
	width: 300px;
}
.photo{
	float: right;
	height: 250px;
	width: 250px;
	background-image: url(../img/lucrare.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px;
	text-align: center;
}

.tech{
	width: 200px;
	margin-top: 15px;
	margin-bottom:10px;
}
.tech span{
	line-height: 20px;
	background-image: url(../img/tech.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
}
.url{
margin:5px;
}
.date{
margin:5px;
}



a,.link{
	color:#7FC011;
	text-decoration: none;
}
a:hover,.link:hover{
	text-decoration: underline;
}






a img{
border:0;
}
.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
	
}
.split{
clear: both;
display: block;

}
a:active,a:focus
{
outline: none;
}
