/*
* WRAPPER
*
*/

#wrapper{

}


/*
* HEADER
*
*/

#header{
   clear: both;
   padding-top: 25px;
	padding-bottom: 27px;
	padding-left: 35px;
	padding-right: 35px;
	background: White;
}

#headerWrapper{
   clear: both;
   width: 850px;
}


#logo{
	float: left;
	display: block;
	height: 36px;
	width: 220px;
	text-indent: -3000px;
	background: White url(../ui/header_logo.gif) no-repeat 0px 0px;
}

#logo:hover,
#logo:active{
   background: White url(../ui/header_logo.gif) no-repeat 0px -36px;
}

.home #logo,
.home #logo:hover,
.home #logo:active{
	background: White url(../ui/header_logo.gif) no-repeat 0px 0px;
	cursor: default;
}

#contact{
   float: right;
	display: block;
	height: 36px;
	width: 200px;
	text-indent: -3000px;
	background: White url(../ui/header_contact.gif) no-repeat 0px 0px;
}

#contact:hover,
#contact:active{
   background: White url(../ui/header_contact.gif) no-repeat 0px -36px;
}


/*
* MAIN
*
*/

#main{
   padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	width: 850px;
}

.paging{
	margin-top: -12px;
	margin-bottom: 25px;
}

.paging LI{
	float: left;
}

.paging LI A{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #615f56;
	display: block;
	overflow: hidden;
	width: 16px;
	height: 14px;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	padding-top: 2px;
	margin-right: 2px;
	text-decoration: none;
	border: 0px solid;
}

.paging LI A,
.paging LI A:link{ border-color: #dad8d4; background-color: #dad8d4; }
.paging LI A:visited{ border-color: #ecebe9; background-color: #ecebe9;}
.paging LI A:hover{ border-color: #c0bfbb; background-color: #c0bfbb;}
.paging LI A:active{ border-color: #ffc600; background-color: #ffc600;}

.paging LI.active A { border-color: #ffc600 !important; background-color: #ffc600 !important;}

#pagingLoading SPAN{
	color: #acaaa1;
	display: block;
	height: 14px;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	padding-top: 1px;
	margin-right: 2px;
	text-decoration: none;
	border: 0px solid;
	margin-left: 5px;
}

.prevnext{
   clear: both;
	font-size: 9px;
	line-height: 14px;
	margin-top: 20px;
}

.prevnext LI{
}


/*
* CONTENT
*
*/

#main{
	width: auto;
}


.block{
   margin-bottom: 22px;
	width: auto;
}

.content{
	width: 310px;
	margin-left: 220px;
	padding-top: 3px;

}

.portfolio .content{
	width: 630px;
	margin: 0;
	padding-top: 0;
	overflow: hidden;
}

#artwork{
	vertical-align: top;
	background-color: #d6d4cb;
}


/*
* SIDEBAR
*
*/

.sidebar{
	float: left;
	clear: left;
   width: 190px;
	margin-right: 30px;
	margin-bottom: -9px;
}

.sidebar H1{
	margin-top: 0;
}


/*
* FOOTER
*
*/

#footer{
   clear: both;
	font-size: 9px;
	line-height: 14px;
   padding-top: 70px;
	padding-bottom: 27px;
	padding-left: 35px;
	width: 850px;
	_width: 890px;
}

#footerLinks{
	clear: both;
	margin-bottom: 14px;
}

#footerLinks LI {
	float: left;
}

#footerLinks .right{
	float: right;
}

#copyright{
	clear: both;
   color: #acaaa1;
}
