@charset "utf-8";
/* main contents */

#main {
	width:900px;
	height:auto;
	position:relative;
	line-height:1.6;
	margin:75px auto -45px;
}
/* slide gallery */

#gallery {
	width:900px;
	overflow:hidden;
	border:solid 1px #222;
	background: url(../img/main_bg.jpg) no-repeat #000;
	
	/* drop_shadow */
	-webkit-box-shadow: 0px 3px 6px #000; 
	-moz-box-shadow: 0px 3px 6px #000;
	box-shadow: 0px 3px 6px #000;
}
#slides {
	height:410px;
	width:900px;
	overflow:hidden;
	border-bottom:solid 1px #222;
}
.slide {
	float:left;
	width:900px;
	height:410px;
}
/* menu list */

#menu {
	height:45px;
	text-align:center;
}
#menu ul {
	margin:0;
	padding:0;
}
li {
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}
li.inact:hover {
	background:url(../img/pic_bg.png) repeat;
}
li.act, li.act:hover {
	background:url(../img/active_bg.png) no-repeat;
}
li.act a {
	cursor:default;
}
.fbar {
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}
#menu li a {
	width:60px;
	height:45px;
	display:block;
	background:url(../img/divider.png) no-repeat right;
}
/* contents */

/* artwork */

.artwork {
	margin:132px 0 90px;
	padding: 0;
	height: 188px;
	width: 900px;
	text-align:center;
}
.artwork ul {
	list-style:none;
}
.artwork li {
	display:inline-block;
	height:188px;
	width:auto;
	margin:0 10px;
	overflow:hidden;
}
.artwork li {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.artwork li:hover {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
/* about */

#about {
	margin: 30px;
	padding: 0;
	height: 350px;
	width: 840px;
}
#profile {
	margin: 0;
	padding: 0;
	height: 330px;
	width: 405px;
	float: left;
	text-align:right;
}
#history {
	margin: 0 0 0 30px;
	padding: 30px 0 0;
	float: right;
	height: 300px;
	width: 405px;
}
#about h2 {
	margin:3px 0;
}
#profile p, #history p {
	margin:0 0 12px 0;
}
#icons {
	clear:both;
	width:840px;
	height:20px;
	text-align:right;
	color:#333;
	font-style:italic;
	font-size:11px;
}
#icons span:hover {
	color:#ccc;
}
#icons a {
	display:inline-block;
	background:#000;
	margin:0 0 0 10px;
	width:20px;
	height:20px;
}
#icons a:hover {
	background:#ccc;
}

#ribbon {
	width:45px;
	height:90px;
	position: absolute;
	top: -1px;
	right: 60px;
}
