* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.clear {
	clear:both;
}
body {
	background:#000 url(img/bg.jpg) no-repeat fixed;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
#main {
	background:url(img/border.png) repeat-x;	
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header {
	height:200px;	
}
#header a {
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
#header a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#logo {
	float:left;
	margin: 60px 0 0 60px;
	width:156px;
	height:131px;
	background:url(img/logo-ak.png) no-repeat;
}
#logo span {
	display:none;
}
#intro {
	float:right;
	width:504px;
	height:127px;
	background:url(img/about-bg.png) no-repeat;
	margin: 65px 0 20px 0;
	font-size:12px;
}
#intro-text{
	width:440px;
	padding:30px;
	margin-left:5px;
	line-height:19px;
	font-size:12px;
	font-weight:normal;
}
#portfolio {
	padding:25px 0 50px 0;	
}
.portfolio {
	float:left;	
	width:297px;
	padding:0 10px;
}
.portfolio-row {
	padding:15px 0; 	
}
.latest-img {
		
}
#footer {
	background:url(img/footer-bg.png) repeat-x;
	height:50px;
	font-size:10px;
}
#footer-in {
	margin:0 auto;
	width:960px;
	padding:30px 0 0 0;
}
#footer-in ul li{
	display:inline;
	padding:0 3px;
}
#info {
	padding:25px 0 40px 0;	
}
#about {
	float:left;
	width:440px;
	padding:10px
}
#info p {
	font-size:12px;
	padding:10px 0;
	line-height:21px;
}
#contact {
	float:left;
	width:440px;
	padding:10px;
}
#contact a {
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
#contact a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#split {
	float:left;
	background:url(img/divider.png) no-repeat;
	width:18px;
	height:363px;
	padding:0 5px;
}
#about-title {
	width:95px;
	height:46px;
	background:url(img/about.png) no-repeat;	
}
#contact-title {
	width:110px;
	height:45px;
	background:url(img/contact.png) no-repeat;	
}
#about-title span {
	display:none;
}
#contact-title span {
	display:none;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
#lightbox {  
 display:none;  
 background:#000;  
 opacity:0.5;  
 filter:alpha(opacity=90);  
 position:absolute;  
 top:0px;  
 left:0px;  
 min-width:100%;  
 min-height:100%;  
 z-index:1000;  
}  
/* Lightbox panel with some content */  
#lightbox-panel {  
display:none;  
position:fixed;  
top:100px;  
left:415px;  
margin-left:-200px;  
padding:10px 15px 10px 15px;    
z-index:1001;  
font-size: 12px;
width:800px;
background:#000;
}  

.panel-text {padding:10px 0; float:left;}
