@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}

body{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color:#999;
	background-color:#ececec;
	height:100%;
	width:;
	overflow-y:scroll;
	
}
h1{
	font-size:18px;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #666666;
}
p{
	padding:10px;
	font-size:15px;
}
td{
	font-size:14px;	border-bottom:1px dashed #ddd;	padding:10px;
}
tr{
	
}
table{
	padding-bottom:10px;	
}
a{
	text-decoration:none;
	color:#333;
	outline:none;
}
a:hover{
	color:#A09174;
}
a.slideimg, a.slideimg img{
	float: left;
	overflow:hidden;
}
a.slideimg:hover {
	border:4px solid #cfcfcf;
}
a.slideimg:hover img {
	margin: -4px;
}
#wrapper{
	margin:0px auto;
	width:986px;
	height:100%;
	position:relative;
	background-image:url(../images/borders/left.gif);

}

#borderTop{
	background-image:url(../images/borders/top.gif);
	height:13px;
}

#borderLeft{
	float:left;
	width:13px;
	height:1px;
}

#borderRight{
	float:left;
	width:13px;
	height:1px;
}

#borderBottom{
	background-image:url(../images/borders/bottom.gif);
	width:986px;
	height:13px;
	float:left;
}
#nav{
 	float:left;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:72px;
	
}
#nav ul{
	display:block;
	padding-left:70px;
}
#nav span{
	list-style:none;
	float:left;
	width:140px;
	height:23px;
	margin: 0 10px;
	background-color:#ececec!important;
	cursor:pointer;
}
#nav span#portfolio{
	background:url(../images/btn-port.png);
}
#nav span#about{
	background:url(../images/btn-about.png);
}
#nav span#exhibitions{
	background:url(../images/btn-exhib.png);
}
#nav span#press{
	background:url(../images/btn-press.png);
}
#nav span#links{
	background:url(../images/btn-links.png);
}
#nav span:hover{
	background-color:#DFC653!important;
}
#nav span.current{
	background-color:#AF9157!important;
	cursor:default;
}
#content{
	float:left;
	width:940px;
	background-color:#FFF;
	padding:10px;
	
}
#main{
	padding-top:20px;
	padding-left:80px;
	/*border-top: #EBEBEB solid 1px;*/
	clear:both;
	width:780px;
}
#header{
	text-align:center;
}
#footer{
	clear:both;
	margin-top:10px;
	/*border-top: #EBEBEB solid 1px;*/
}

