@charset "UTF-8";
/* CSS Document */

 /* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
 }
  /* following rules are invisible to IE 5 \*/
 #horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 900px;
	position: absolute;
	z-index: 1;
 }
 /* end IE 5 hack */ 
#wrapper {
	background-color: #000000;
	position: relative;
	text-align: left;
	width: 980px;
	height: 550px;
	margin: 0px auto;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	z-index: 2;
	}
#logo {
	height: 100px;
	width: 980px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#menu {
	height: 20px;
	text-align: left;
	margin-left: 15px;
	width: 950px;
	left: 0px;
	top: 100px;
	position: absolute;
	z-index: 4;
}
#menuTitle {
	width: 510px;
	text-align: right;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 100px;
	float: left;
	z-index: 5;
}
#menuAbout {
	width: 125px;
	float: left;
	height: 20px;
	position: absolute;
	left: 525px;
	top: 100px;
	z-index: 6;
}
#menuSculpture {
	width: 80px;
	text-align: left;
	float: left;
	height: 20px;
	position: absolute;
	left: 650px;
	top: 100px;
	z-index: 7;
}
#menuDrawing {
	width: 69px;
	text-align: left;
	float: left;
	height: 20px;
	position: absolute;
	left: 730px;
	top: 100px;
	z-index: 8;
}
#menuBlog {
	width: 46px;
	text-align: left;
	float: left;
	height: 20px;
	position: absolute;
	left: 799px;
	top: 100px;
	z-index: 9;
}
#menuContact {
	width: 72px;
	text-align: left;
	float: left;
	height: 20px;
	position: absolute;
	left: 845px;
	top: 100px;
	z-index: 10;
}
#menuLinks {
	width: 48px;
	text-align: left;
	float: left;
	height: 20px;
	position: absolute;
	left: 917px;
	top: 100px;
	z-index: 11;
}
#portfolio {
	height: 424px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 15px;
	width: 950px;
	overflow: hidden;
	visibility: visible;
	z-index: 12;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 120px;
}
#portfolioThumb {
	overflow: hidden;
	position: absolute;
	z-index: 14;
	left: 0px;
	top: 121px;
	height: 423px;
	width: 950px;
	visibility: visible;
	padding-left: 15px;
}
#footer {
	height: 6px;
	width: 980px;
	overflow: hidden;
	z-index: 12;
	top: 544px;
	position: absolute;
}
