html {
	background: #ddd;
}

body {
	color: #440;
	margin:  0;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	}

body#home  		li#menuhome a,
body#art 		li#menuart a,
body#galleries  li#menugall a,
body#about  	li#menuabout a 
	{
	color: darkslategray;
	}

p { 
	padding-left: 20px;
	color: #555;
	text-align: justify;
	font-size: 80%;
	width: 550px;
}

p.link {
	font-size: 14px;
	padding-top: 20px;
	}
	


a:link, a:visited, a:active, a:focus{
	color: slategray;
	text-decoration: none;
}

a:hover  {
	color: darkslategray;
}

a:hover img {
	border: 3px solid #ccc;
	}
		
/* header */ 

#head {
	background: #ebe8e4 url(../images/banner4.jpg) left top no-repeat;
	margin: 0 auto;
	height: 120px;
	width: 630px;
}


#head ul { 
	position: relative;
	top:  92px;
	font-size: 14px;
	text-align: right;
}

#head li 
	{
	display: inline;
	margin-right: 10px;
	}

#head a:link, #head a:visited,  #head a:active, #head a:focus {
	color: #666;
	text-decoration: none;
}

#head a:hover {
	color: slategray;
}

#main {
	width: 630px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 90%;
	text-align: left;
	background-color: #fcf9f3;
	}


img.border {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	}	
img.right {
	float: 	right;
	margin-left: 20px;
	}
img.left {
	float: 	left;
	margin-right: 20px;
	}

img.link {
	width:  50px;
	height: 50px;
	border: 3px solid #eee;
	margin: 0 30px 10px 0;
	}

img.gallery {
	float:  left;
	width:  80px;
	height: 80px;
	border: 3px solid #eee;
	margin: 5px 20px 10px 0;
	}


/* My Comment */

img.large {
	height:  200px;
	}
	
img.medium {
	height:  150px;
	}

img.small {
	height:  80px;
	}
	
.small {
	font-size: 60%;
	font-style: italic;
	color:  gray;
	}
	
.title {
	font-size: larger;
	color: darkblue;
	}
	
.clear {	
	clear:  both;
	}



.top {
	border-top: 1px solid silver;
	}
	
/* headings */

h1 {
	color: darkslategray;
	margin: 10px 0 5px 20px;
	font-size: 140%;
	font-weight: normal;
	}

h2 
	{
	color: darkslategray;
	margin: 10px 0 2px 20px;
	font-size: 120%;
	font-weight: normal;
	}

h3 
	{
	width: 600px;
	margin: 10px 0 2px 20px;
	color: darkslategray;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 2px;
	}

/* footer */

#footer {
	padding: 5px 20px;
	font-size: 70%;
	color: #999;
	background: #ebe8e4;
	border-top: 1px solid #ccc;
	clear: both;
	}


div#thumbs {
	background: transparent url(i/w/maintop.gif) top left repeat-x;
}

