/* BEGIN: General Formatting */
body {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 11px;
	font-family: helvetica, sans-serif;
	color: #000;
	line-height: 1.2em;
}

div#site_container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

a { color: #000;
	text-decoration: underline;
}

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

a.button {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: transparent no-repeat left top;
}

p { 
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

p.top { 
	clear: both;
	padding: 0;
	margin: 0;
	text-align: right;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

h2 { font-size: 14px; }

h3 { font-size: 16px; }

br.clear { clear: both; }

/* END: General Formatting */


/* BEGIN: Header */
div#header { 
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
	width: 1000px;
}
	
	/* BEGIN: Logo */
	h1 {
		float: left;
		padding: 0;
		margin-top: 10px;
	}
	
	h1 a.button {
		width: 143px;
		height: 40px;
		text-indent: -999em;
		background: url(../images/logo.gif) left top no-repeat;
	}
	
	h1 a.button:hover { }
	h1 a.button:active { }
	/* END: Logo */

	/* BEGIN: Navigation Top */
	ul#nav_top {
		clear: left;
		float: left;
		display: inline;
		width: 600px;
		padding: 0;
		margin: 0;
		font-size: 120%;
		list-style: none;
	}
		
		ul#nav_top li {
			float: left;
			padding: 0;
			margin-right: 17px;
		}
		
		ul#nav_top li a {
			display: block;
			overflow: hidden;
			height: 16px;
			text-indent: -999em;
		}
		
		ul#nav_top li#nav_top_home a {
			width: 42px;
			background: url(../images/nav_home.gif) left top no-repeat;
		}
		
		ul#nav_top li#nav_top_biography a {
			width: 82px;
			background: url(../images/nav_biography.gif) left top no-repeat;
		}
		
		ul#nav_top li#nav_top_exhibition a {
			width: 74px;
			background: url(../images/nav_exhibition.gif) left top no-repeat;
		}
		
		ul#nav_top li#nav_top_gallery a {
			width: 60px;
			background: url(../images/nav_gallery.gif) left top no-repeat;
		}
		
		ul#nav_top li#nav_top_weblog a {
			width: 60px;
			background: url(../images/nav_weblog.gif) left top no-repeat;
		}
		
		ul#nav_top li#nav_top_contact a {
			width: 67px;
			background: url(../images/nav_contact.gif) left top no-repeat;
		}
		ul#nav_top li#nav_top_home a:hover,
		ul#nav_top li#nav_top_biography a:hover,
		ul#nav_top li#nav_top_exhibition a:hover,
		ul#nav_top li#nav_top_gallery a:hover,
		ul#nav_top li#nav_top_weblog a:hover,
		ul#nav_top li#nav_top_contact a:hover { background-position: left -16px; }
		/* END: Navigation Top */
	
	/* BEGIN: Nav Friend */		
	ul#nav_friend {
		float: left;
		display: inline;
		width: 140px;
		padding: 0;
		margin: 0 0 0 250px;
		list-style: none;
	}
	
		ul#nav_friend li {
			float: left;
			padding: 0;
			margin-left: 12px;
		}
		
		ul#nav_friend li a {
			display: block;
			overflow: hidden;
			height: 12px;
			text-indent: -999em;
		}
		
		ul#nav_friend li#nav_friend_myspace a {
			width: 52px;
			background: url(../images/bg_myspace.gif) left top no-repeat;
		}
		
		ul#nav_friend li#nav_friend_facebook a {
			width: 61px;
			background: url(../images/bg_facebook.gif) left top no-repeat;
		}
			
		ul#nav_friend li#nav_friend_myspace a:hover,
		ul#nav_friend li#nav_friend_facebook a:hover {
			background-position: left -12px;
		}

/* END: Header */

/* BEGIN: Body */
div#body {
	clear: both;
	float: left;
	width: 1000px;
	padding: 0 0 10px 0;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* END: Body */

/* BEGIN: Footer */
div#footer {
	clear: both;
	width: 1000px;
	padding: 0;
	margin: 0;
}
		
	/* BEGIN: Navigation Top */
	ul#nav_bottom {
		float: left;
		display: inline;
		width: 350px;
		padding: 0;
		margin: 0;
		list-style: none;
	}
		
		ul#nav_bottom li {
			float: left;
			padding: 0;
			margin: 0;
		}
		
		ul#nav_bottom li a {
			display: block;
			overflow: hidden;
			height: 12px;
			text-indent: -999em;
			margin-right: 12px;
		}
		
		ul#nav_bottom li#nav_bottom_about a {
			width: 85px;
			background: url(../images/bg_about_site.gif) left top no-repeat;
		}
		
		ul#nav_bottom li#nav_bottom_terms a {
			width: 75px;
			background: url(../images/bg_terms_use.gif) left top no-repeat;
		}
		
		ul#nav_bottom li#nav_bottom_sitemap a {
			width: 50px;
			background: url(../images/bg_sitemap.gif) left top no-repeat;
		}
		
		ul#nav_bottom li#nav_bottom_about a:hover,
		ul#nav_bottom li#nav_bottom_terms a:hover,
		ul#nav_bottom li#nav_bottom_sitemap a:hover
		{ background-position: left -12px; }
		
	/* END: Navigation Bottom */
	
	/* BEGIN: Copyright */
	div#footer p#copyright {
		float: right;
		padding: 0;
		margin: 0;
	}
	
	p#copyright a {	
		display: block;
		overflow: hidden;
		width: 289px;
		height: 12px;
		text-indent: -999em;
		background: url(../images/bg_copy.gif) left top no-repeat;
	}
	
	p#copyright a:hover { background-position: left -12px; }
	/* END: Copyright */

/* END: Footer */