/* CSS Document */

body {
 background-color: #FFFFFF;
 margin: 0;
 padding: 0;
 width: 100%;
 font:  10pt Lucida Sans, Helvetica, Arial, Geneva, Verdana, sans-serif;
text-align: center;
color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

img {
	border: 0;
}

.none {
	display: none;
}


#container {
	width: 800px;
	height: 580px;
    position: relative;
	top: 15px;
	margin: 0 auto;
    text-align: left;
	background-image: url(img/bg.gif);
	border: 1px solid;
	border-color: #999999;
}

img#corner1 {
	position: absolute;
	top:-1px;
	left: -1px;
}

img#corner2 {
	position: absolute;
	top:-1px;
	right: -1px;
}
img#corner3 {
	position: absolute;
	bottom:-1px;
	left: -1px;
}
img#corner4 {
	position: absolute;
	bottom:-1px;
	right: -1px;
}

img#logo {
	position: absolute;
	top: 8px;
	left:10px;
}

#nav {
	position: absolute;
	top: 9px;
	left: 120px;
}

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

#nav li {
	margin: 0;
	padding: 0 7px 0 10px;
	float: left;
	background-image: url(img/nav_li.gif);
	background-repeat: no-repeat;
}

#nav li.first {
	background-image: none;
}

#nav a {
	display: block;
	float: left;
	background-repeat: no-repeat;
}

#nav a#main {
	width: 66px;
	height: 13px;
	background-image: url(img/main_page.gif);
	background-position: 0 0;
}

#nav a:hover#main {
	background-position: 0 -13px;
}

#nav a#gallery {
	width: 53px;
	height: 13px;
	background-image: url(img/gallery.gif);
	background-position: 0 0;
}

#nav a:hover#gallery {
	background-position: 0 -13px;
}

#nav a#artistfilm {
	width: 83px;
	height: 13px;
	background-image: url(img/artistfilm.gif);
	background-position: 0 0;
}

#nav a:hover#artistfilm {
	background-position: 0 -13px;
}

#nav a#surrealcorner {
	width: 104px;
	height: 13px;
	background-image: url(img/surreal_corner.gif);
	background-position: 0 0;
}

#nav a:hover#surrealcorner{
	background-position: 0 -13px;
}

#nav a#bio {
	width: 21px;
	height: 13px;
	background-image: url(img/bio.gif);
	background-position: 0 0;
}

#nav a:hover#bio {
	background-position: 0 -13px;
}

#nav a#inquire {
	width: 48px;
	height: 13px;
	background-image: url(img/inquire.gif);
	background-position: 0 0;
}

#nav a:hover#inquire {
	background-position: 0 -13px;
}

#nav a#archive {
	width: 106px;
	height: 13px;
	background-image: url(img/archive.gif);
	background-position: 0 0;
}

#nav a:hover#archive {
	background-position: 0 -13px;
}

#content {
	position: relative;
	margin: 50px 0 0 0;
	padding: 10px;
	height: 510px;
	*height: 530px;
	width: 778px;
	*width: 798px;
}
