@charset "UTF-8";
/* CSS Document */

body{
	background:#1e1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}

#wrapper{
	width:960px;
	margin:0 auto;
}

#banner{
	background:url(images/banner.png) top left no-repeat;
	width:875px;
	height:184px;
}

#logo{
	float:left;
	clear:none;
	margin-left:70px;
	margin-top:5px;
}

#contact-info{
	float:right;
	clear:none;
	background:url(images/contact.png) top left no-repeat;
	width:279px;
	height:84px;
	margin-right:-30px;
	padding-left:140px;
}

a{
	color:#00aeef;
}

#content-area{
	background:url(images/background.png) top left repeat-y;
	width:875px;
}

#left-content{
	float:left;
	clear:none;
}

#welcome{
	width:360px;
	background:#dacfb9;
	padding:15px;
	margin-left:20px;
	margin-top:10px;
}

.exhibition{
	width:360px;
	padding:15px;
	margin-left:20px;
	margin-top:10px;
}

.title{
	color:#00aeef;
	font-size:16px;
}

.more-btn{
	margin-top:10px;
	text-align:right;
	margin-bottom:10px;
}

#divider{
	width:390px;
	height:10px;
	background:#dacfb9;
	margin-left:20px;
}

#right-content{
	float:left;
	clear:none;
	margin-left:20px;
}

.photos{
	float:left;
	clear:none;
	border:5px solid #dacfb9;
	margin-top:15px;
}

#works-title{
	float:left;
	clear:none;
	margin-top:10px;
}

#see-btn{
	float:right;
	clear:none;
	margin-top:10px;
}

/* menu */

#menu-blue{
	 background:url(images/menu-blue.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-pink{
	 background:url(images/menu-pink.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-green{
	 background:url(images/menu-green.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-orange{
	 background:url(images/menu-orange.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-purple{
	 background:url(images/menu-purple.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu{
	width:110px;
	height:350px;
	margin-top:50px;
	float:right;
	clear:none;
	z-index:100;
	margin-right:-92px;

}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	margin:0px;
	padding:0px;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	padding-top:10px;
	margin-left:-10px;
}

#menu ul li a:hover{
	font-weight:bold;
}

#footer{
	background:url(images/background-bottom.png) top left no-repeat;
	width:850px;
	height:38px;
	font-size:11px;
	color:#e7e0d2;
	padding-top:35px;
}