/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/nav_bg.png) no-repeat #fff;
	font: 11px/20px Arial,Verdana,Trebuchet,"Trebuchet MS",sans-serif;
	color: #000; 
}
a {
	color: #FF3300;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#999;
}
h1,h2,h3,p,ul,ol {
	margin-bottom: 6px;
}
ul,ol {
	padding-left: 0px;
	list-style:none;
}
p {
	margin-top:10px;
}
img {
	border:0;
}

/**** NAVIGATION ****/
img#nav_name {
	position:absolute;
	left:30px;
	top:138px;
}
ul#navleft {
	position:absolute;
	left:173px;
	top:165px;
}
ul#navright {
	position:absolute;
	left:227px;
	top:165px;
}
ul#navleft a, ul#navright a {
	display:block;
	height:16px;
	margin-bottom:7px;
	text-indent:-100000px;
	background-position:bottom;
}
a#posters {
	background-image:url(../images/nav_posters.png);
	width:40px;
}
a#prints {
	background-image:url(../images/nav_prints.png);
	width:33px;
}
a#childrens {
	background-image:url(../images/nav_childrens.png);
	width:52px;
}
a#other {
	background-image:url(../images/nav_other.png);
	width:30px;
}
a#about {
	background-image:url(../images/nav_about.png);
	width:33px;
	margin-top:17px;
}
ul#navleft a:hover, ul#navright a:hover {
	background-position:top;
}
ul#navleft a.select, ul#navright a.select {
	background-position:top;
}

/**** THUMBS ****/
ul.gallery {
	position:absolute;
	border-right:1px solid #000;
}
ul#posters, ul#prints {	
	left:33px;
	top:260px;
}
ul#childrens, ul#other {
	left:87px;
	top:260px;
}
.line {
	position:absolute;
	width:1px;
	border-right:1px solid #000;
}
div#posterline {
	left:167px;
	top:165px;
	height:120px;
}
div#printline {
	left:167px;
	top:190px;
	height:70px;
}
div#childrenline {
	left:221px;
	top:165px;
	height:120px;
}
div#otherline {
	left:221px;
	top:190px;
	height:70px;
}
div#aboutline {
	left:221px;
	top:222px;
	height:40px;
}
div#about {
	position:absolute;
	left:222px;
	top:255px;
	width:300px;
	border-left:1px solid #000;
	padding-left:8px;
}

/**** GALLERY ****/
.galleria_container {
	position:absolute;
	left:343px;
	top:60px;
	width:650px;
	text-align:center;
	padding-bottom:30px;
}
