body{
	text-align:center;
	margin:0px;
	background:white;
	font-size:11px;
	color:#808080;
	font-family: "Lucida Grande" "Helvetica" " Geneva" "Verdana" " Arial" " Sans";
}

a{
	color:#808080;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

a#prev.disabled, a#next.disabled{
	color:#ddd;
	cursor:default;
}
a#prev.disabled:hover, a#next.disabled:hover{
	text-decoration:none;
}


div#body{
	width:730px;
	margin:0px auto 0px auto;
	text-align:left;
	overflow:hidden;
}
div#head{
	border-bottom:1px solid #808080;
	height:97px;
	padding:0px;
	background:url('./images/logo.gif') 0px 15px no-repeat;
	margin-bottom:27px;
}
div#head h1{
	height:0px;
	padding-top:97px;
	width:250px;
	overflow:hidden;
	font-size:5px;
	float:left;
}
div#head h1 a{
	width:150px;
	display:block;
	margin-top:-82px;
	padding-top:70px;
	margin-bottom:100px;
	height:0px;
	overflow:hidden;
}

ul#menu, ul#submenu{
	width:183px;
	border-top:1px solid #808080;
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	margin-top:5px;
	/*margin-right:20px;*/
}
ul#menu li a, ul#submenu li a{
	display:block;
	width:183px;
	height:20px;
	color:#808080;
	border-bottom:1px solid #808080;
	padding-top:6px;
}
ul#menu li ul{
	display:none;
}
ul#submenu{
	top:0px;
	width:0px;
	display:block;
	overflow:hidden;
}


div#portfolio{
	width:527px;
	float:right;
	background:white;
}

ul#nav{
	margin:12px 0px 50px 0px;
	padding:0px;
	float:right;
	clear:right;
	width:148px;
	list-style:none;
}
ul#nav li{
	float:left;
	padding:0px;
}
ul#nav li a{
	width:25px;
	display:block;
	margin:0px 9px 0px 40px;
}


a.io{
	clear:left;
	float:left;
	/*	margin:20px 0px 0px 135px;*/
	margin:20px 0px 0px 0px;
}
a.io img{
	border:none;
}


.portfolio_item_l1{
	background:url('./images/tl.gif') top left no-repeat;
	padding:8px 7px 5px 7px;

}
.portfolio_item_l2{
	background:url('./images/tr.gif') top right no-repeat;
}
.portfolio_item_l3{
	background:url('./images/bl.gif') bottom left no-repeat;
}
.portfolio_item_l4{
	background:url('./images/br.gif') bottom right no-repeat;
}
.portfolio_item_l5{
	background:url('./images/t.gif') top left repeat-x;
}
.portfolio_item_l6{
	background:url('./images/b.gif') bottom left repeat-x;
}
.portfolio_item_l7{
	background:url('./images/l.gif') top left repeat-y;
}
.portfolio_item_l8{
	background:url('./images/r.gif') top right repeat-y;
	/* image-width+ 14px;*/
	/*width:524px;*/
	overflow:hidden;
	float:right;
}

ul#quickmenu{
	float:right;
	margin:24px 0px 0px 0px;
	list-style:none;
	font-size:12px;
	text-align:right;
	line-height:1.4em;
}
