@charset "UTF-8";
/* CSS Document */
div, body, img {
margin: 0;
padding: 0;
border: 0 none;
}

body {
color: #696969;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
.clear {
clear: both;
}

a {
color: #696969;
}
a:visited {
color: #acaaaa;
}
a:hover {
color: #111;
}


#wrapper {
margin: 0 0 0 auto;
position: relative;
padding-top: 0;
}

#nav-container {
position: fixed;
right: 0;
top: 0;
width: 385px;
overflow: visible;
min-height:588px;
height:auto !important;
height:588px;

}
#nav-spacer {
position: absolute;
z-index: 99;
background-color: white;
width: 2px;
height: 20px;
right: 385px;
top: 0;
}
ul#nav {
margin: 0;
padding: 20px 0 0 5px;
width: 160px;
text-align: left;
list-style-type: none;
font-size: 12px;
}
ul#nav li {
padding-bottom: 15px;
display: block;
}
ul#nav li a {
color: #696969;
text-decoration: none;
}
ul#nav li a:hover {
color: #111111;
text-decoration: underline;
}
ul#nav .selected {
color: #111111 !important;
text-decoration: underline !important;
}
#content-container {

padding: 130px 15px 3px 15%;
margin-right: 385px;
margin-top: 10px;
border-right: 2px solid #696969;
text-align: right;
background: url("../images/theland-logo.gif") no-repeat scroll right 50px transparent;

}
#page-heading {
padding-bottom: 25px;
}
h1, h2, h3 {
color: #696969;
margin: 0;
padding: 0;
text-align: right;
font-weight: normal;
}
h1 {
font-size: 21px;
}
h2 {
font-size: 14px;
margin: 0 0 0 auto;
font-weight: bold;
}
h2#secondary-title {
border-bottom: 1px solid #696969;
padding: 15px 0 3px 0;
font-weight: normal;
}
h3  {
font-size: 12px;
}

ul#secondary-nav {
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}
ul#secondary-nav li {
font-size: 12px;
float: right;
display: inline-block;
padding: 0 0 0 3px;
margin: 0;
}
ul#secondary-nav li a {
text-decoration: none;
}
ul#secondary-nav li a:hover {
text-decoration: underline;
}

#content {
	padding-top: 5px;
	line-height: 18px;
}


/* THESE ARE RIGHT HAND SIDE BACKGRO0UND IMAGES */
.exhibition {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}
.gallery {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}
.artists {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}
.purchase {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}
.thesite {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}
.basic {
background: url(../images/static-right/side02.jpg) no-repeat fixed right top;
}

/* --- END BACKGROUND IMAGES -- */



#footer {
color: #acaaaa;
border-top: 1px solid #696969;
display: block;
width: 300px;
white-space: nowrap;
text-align: right;
margin: 15px 0 0 auto;
padding-top: 3px;
}
#footer a {
color: #acaaaa;
text-decoration: none;
}
#footer a:hover {
color: #111;
text-decoration: underline;
}
hr {
width: 50%;
margin: 15px 0 15px auto;
border-bottom: 1px solid #696969;
border-top: none;
border-right: none;
border-left: none;
}
