body {
	margin:50px 0px; padding:0px;
	background-image: url(imgs/bg.gif);
	font-family:Helvetica, Arial;
	font-size:12px;
	line-height: 1.5em;
	color:#9D9D9D;
	
	}
	
a {color:#a7796d;}
a img {border-style:none;}
h1 {font-size:14px; color:#a7796d; margin-bottom:-5px;}
#content {
	width:923px;
	height:auto !important;
	height:515px;
	min-height:515px;
	margin:50px auto 0;
	text-align:left;
	padding:45px 0 0 15px;
	background: url("imgs/bgx.png") 0 0 no-repeat;
	
}
* html #content { padding-top:55px; }
*+html #content { padding-top:55px; }
#social {
	
	width:145px;
	clear:left;
	margin:0 auto;
	
	
}



/*nav*/	



#navlinks {
	margin:20px 37px 40px 37px; padding:0;
	background: white; color: #FFF;
	
	
	
}

#navlinks li { display: inline }

img.logo {float:left;border:0px;padding-right:10px;}

a.about {
 	display: block;
 	float:left;
 	
 	margin-right:0px;
 	width: 122px;
 	height: 50px;
	background: url("imgs/buttons/about.jpg") 0 0 no-repeat;
	text-decoration: none;
	}
	
a:hover.about {
	background-position: -122px 0;}
	
	
	
a.about-active {
 	background-image: url("imgs/buttons/about_over.jpg");
 	cursor:default;
 	
	}
	
	
a:hover.about-active {
	background-position: 0 0;}

	
	
	
a.print {
 	display: block;
 	float:left;
 	margin-right:0px;
 	margin-left:25px;
 	width: 119px;
 	height: 50px;
	background: url("imgs/buttons/print.jpg") 0 0 no-repeat;
	text-decoration: none;
	}
	
a:hover.print {
	background-position: -119px 0;}
	
	
a.print-active {
 	background-image: url("imgs/buttons/print_over.jpg");
 	cursor:default;
 	
	}
	
	
a:hover.print-active {
	background-position: 0 0;}
	
	
	
a.web {
 	display: block;
 	float:left;
 	margin-right:0px;
 	width: 122px;
 	height: 50px;
	background: url("imgs/buttons/web.jpg") 0 0 no-repeat;
	text-decoration: none;
	}
	
a:hover.web {
	background-position: -128px 0;}
	
a.web-active {
 	background-image: url("imgs/buttons/web_over.jpg");
 	cursor:default;
 	
	}
	
	
a:hover.web-active {
	background-position: 0 0;}	


#container {
	
	float:left;
	width:100%;
}
	
#info{
	float:left;
	display:inline; /* for IE/PC */
	width:225px;
	margin-left:50px;
	margin-top:20px;
	height:360px;
	position:relative;
	
	
	
	}
	
#socialweb {

	padding-top:10px;
	}	

/*scroll box*/	
#scrollbox {
	float:right;
	display:inline; /* for IE/PC */
	width:525px;
	margin-left:35px;
	margin-right:85px;
	height:360px;
	position:relative;
}
	#portfolio {
		position:relative;
		height:360px;
		overflow:hidden;
		z-index:5;
		margin:0 25px;
	}
	#portfolio div.item {
		width:100%;
		position:absolute;
		top:0;
		margin:0;
		padding-top:25px;
	}
	#scrollbox div#pf-back,
	#scrollbox div#pf-next {
		display:block;
		position:absolute;
		width:33px;
		height:300px;
		background-color:transparent;
		top:20px;
		z-index:10;
	}
	#scrollbox div#pf-back { left:-15px;background-image: url(imgs/prev_1.png); cursor:pointer; }
	#scrollbox div#pf-next { right:-15px; background-image: url(imgs/next_1.png); cursor:pointer; }

/* column structures in portfolio side */	
	div.col1,
	div.col2,
	div.col3 {
		float:left;
		width:237px;
		height:302px;
		padding:0;
		
		
	}
	div.col-2 {}
		div.col-2 div.col1 {}
		div.col-2 div.col2 {}
		div.col-2 img {
			 width:220px;
			 height:300px;
			 border:1px solid #b8b4b2;
			 
		}
	div.col-1 {}
		div.col-1 div.col1 { width:100%; }
		div.col-1 img {
			width:430px;
			height:300px;
			border:1px solid #b8b4b2;
			
		}
/* popup descriptions */
div.obj {
	position:relative;
	z-index:1;
	margin:0 auto;
	
}
	div.col-2 div.obj {
		width:222px;
		height:302px;
	}
	div.col-1 div.obj {
		width:432px;
		height:302px;
	}
	div.obj img {
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	div.obj div.desc {
		background-image:url(imgs/trans.png);
		position:absolute;
		bottom:0;
		left:0;
		color:#fff;
		font-size:12px;
		z-index:2;
		padding:10px;
		display:none;
	}
	div.col-2 div.desc { width:202px; }
	div.col-1 div.desc { width:412px; }