body {
	
	line-height: 14px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:black;
	background-color: white;
}

p, td, li {

	line-height: 14px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

a {
	color:black;
	text-decoration: underline;
}

a:hover {
	color:gray;
	text-decoration: underline;
}

h1 {

}

h2 {
	display:block;
	padding-left:5px;
	line-height:18px;
	font-size: 14px;
	text-transform: uppercase;
	border: black 1px solid;
}

h1 {
	font-family: "futura-pt",sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size:14px;
	line-height:16px;
}

#wrapper {
border-color: black;
border-width: 1px;
border-style: solid;
position: relative;
width: 978px;
margin:0 auto;
}

#header {
font-family: "futura-pt",sans-serif;
position: relative;
width: 678px;
height:40px;
background-color: black;
color:white;
font-size:24px;
line-height:40px;
padding-left:300px;
text-transform: uppercase;
text-align:center;
}

#header a {
	color:white;
	text-decoration: none;
	display:block;
}

#nav {
font-family: "futura-pt",sans-serif;
 width:978px;
 height:50px;
}

#nav ul {
  margin:0px;
  padding:0px;
}

#nav ul li {
	font-family: "futura-pt",sans-serif;
	float:left;
	list-style-type:none;
}

#nav ul li a {
	display:block;
	padding-left:10px;
	text-transform: uppercase;
	color:black;
	font-size:12px;
	height:50px;
	line-height:50px;
	text-decoration: none;
	text-align:center;
	}
	
#sidebar {
	font-family: "futura-pt",sans-serif;
	width:230px;
	padding:10px;
	float:left;
}

#sidebar ul {
	margin:0px;
	padding:0px;
}

#sidebar ul li {
	font-family: "futura-pt",sans-serif;
	list-style-type:none;
	margin-top:2px;
}

#sidebar ul li a {
 	display:block;
 	text-transform: uppercase;
 	font-size:11px;
 	line-height:14px;
 	height:14px;
 	width:230px;
 	color: black;
 	text-decoration: none;
 	padding-left:5px;
}

#sidebar ul li a:hover {
	background-image:url(images/navbg.gif);
	background-repeat: no-repeat;
}

#content {
	width: 708px;
	padding:10px;
	float:right;
}

#art {
	width: 694px;
	height:650px;
	overflow-y: auto;
	margin:2px;
	padding:5px;
}

#home {
	width: 958px;
	padding:10px;
}

#footer {
	clear:both;
	width:978px;
}

#slideshow {
	width: 680px;
	height:600px;
	margin: 0 auto;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 600px;
	height:540px;
	margin: 0 auto;
}

.scrollable .items {

	width:20000em;
	position:absolute;
}

.items div {
	float:left;
}

.arttitle {
	clear:both;
	display:block;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* position and dimensions of the navigator */
.navi {
	margin-left:250px;
	width:200px;
	height:20px;
}

.video {
	width:520px;
	height:330px;
	background-image:url(images/player.jpg);
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
