/* CSS Document */
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<title>Joseph Welch Sculptures</title>
		<style type="text/css">
* {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
body{
	background: #60685d url(picture_library/silverbkg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0px;
	margin: 0;
}
html, body { height: 100%; }
a {
	color: #999;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #666;
	text-decoration: none;
}
img {
  border-width:0px;
  opacity: 1.0;
  filter:alpha(opacity=100);
}
h1 {
	color: #999;
	font-size: 14px;
}
p {
	margin: 15px 0px;
}

/***** Classes *****/
.clear{clear:both;}


/***** IDs *****/
#container {
	background: #fff; 
	margin: auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 1000px;
	height: 100%;
	
}

	#header {
	margin: auto;
	background: #fff url(/picture_library/spoonlogo.jpg) no-repeat;
	height: 220px;
	width: 1000px;
}

/***** Menu *****/
	#menu 
{
	align:center;
	padding:10px 10px 0px 10px;
	height:30px;
	line-height:30px;
	background: transparent;
	width:1000px;
	margin:0px auto;
}

#menu ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a 
{	padding:8px 16px;
	text-decoration: none;
	border:0;
	color:#999;
}	

/********************** Content ***************************/
#content {
	background: transparent;
	width:1000px;
	overflow: hidden;
}

#left {
	float:left;
	width:500px;
	margin-top: 20px;
	margin-left: 15px;
}
#left a{color:#999;}
#left a:hover{color: #999;
				font-weight:bold;}
#photos a{
	margin-right:14px;
}
#right {
	float: right;
	background: transparent;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 400px;
}
#right a{
	color:#999;
	text-decoration:none
}
#right a:hover{
	color:#999;
	font-weight: bold;	
}
#footer {
	width: 1000px;
	background: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
