@charset "utf-8";
/* CSS Document */
* {border:0;}

body {
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#3C3C3C;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

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

div#holder {
	width:1000px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#leftborder {
	width:30px;
	height:740px;
	display:block;
	float:left;
	background-repeat:no-repeat;
}

div#rightborder {
	width:30px;
	height:740px;
	display:block;
	float:left;
	background-repeat:no-repeat;
}

div#main {
	width:940px;
	height:auto;
	min-height:740px;
	display:block;
	float:left;
	position:relative;
}

div#nav {
	width:100%;
	height:64px;
	display:block;
	float:left;
	position:relative;
	text-align:center;
}

div#navbox {
	width:760px;
	height:64px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#navbox a {
	width:158px;
	height:64px;
	display:block;
	float:left;
	text-align:center;
	padding-top:14px;
	background-image:url(../images/nav_button.png);
	background-repeat:no-repeat;
	color:#000;
	font-size:16px;
	text-decoration:none;
	position:absolute;
	padding-left:9px;
}

div#navbox a:hover {
	background-image:url(../images/nav_button_hov2.png);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
}

div#navbox a#home {
	left:0px;
	z-index:9;
	padding-left:0px;
}
div#navbox a#home:hover {
	background-image:url(../images/nav_button_hov.png);
	background-repeat:no-repeat;
}

div#navbox a#wallart {
	left:120px;
	z-index:8;
}

div#navbox a#sculptures {
	left:240px;
	z-index:7;
}

div#navbox a#artist {
	left:360px;
	z-index:6;
}

div#navbox a#contact {
	left:480px;
	z-index:5;
}

div#navbox a#portfolio {
	left:600px;
	z-index:4;
}

div#header {
	display:block;
	float:left;
	clear:left;
	width:940px;
	height:241px;
	position:relative;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}

div#content {
	width:940px;
	height:373px;
	display:block;
	float:left;
	clear:left;
	background-image:url(../images/content.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
}
div#content div#tab {
	width:380px;
	height:70px;
	display:block;
	position:absolute;
	left:21px;
	top:0px;
	background-image:url(../images/tab.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
	font-size:28px;
	color:#000;
	cursor:default;
}

div#footer {
	width:940px;
	height:79px;
	display:block;
	float:left;
	clear:left;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	position:relative;
	font-size:12px;
}
div#footer .inside {width:800px;margin: 0 auto;border-top:1px #FFFFFF solid;}

div#footer a {color:#CCCCCC;}
div#footer a:hover {color:#FFFFFF;}

div#footer span.navcopy {
	display:block;
	float:left;
	width:490px;
	margin-top:6px;
	text-align:left;
	padding-left:0px;
	font-weight:normal;
	line-height:1.5;
}

div#footer span.designby {
	display:block;
	float:right;
	width:200px;
	margin-top:18px;
	text-align:right;
	padding-right:0px;
	font-weight:normal;
}

br.clear {
	clear:both;
}

div#preload {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	left:-10000px;
	top:-10000px;
}

a.luna {text-decoration:underline;}
