/* CSS Document */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, body, html, blockquote, fieldset, input { margin: 0; padding: 0; }

html, body {
     margin: 0;
     padding: 0;
	 background: #f3f6e2;
}
*html html, body {
	text-align: center; /* for IE */
}
img 
{ 
	behavior:  url(iepngfix.htc);
}
/*#main-container {
	width: 100%;
	background: url(../images/main2.jpg) no-repeat 0 150px;
	min-height:100%;
    height:auto !important;
    height:100%;
	margin: 0 auto;   /* align for good browsers */
	/*text-align: center; /* counter the body center */
/*}*/

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: center;
	width: 950px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	position: relative;
	background: url(../images/bird.gif) no-repeat top right;
	}
*html #container {
	background: url(../images/bird.gif) no-repeat top 855px;
	}
#header {
	width: 950px;
	max-height: 168px;
}
#logo {
	  position: relative;
	  float: left;
	  margin-left: 20px;
}

#menuh {
	  font-size: 14px;
	  padding: 75px 125px 0 0;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  position: relative;
	  float: right;
    }

#menuh ul {
      list-style-type: none;
    }
	
#menuh li {
      float: left;
	  white-space:nowrap;
	  padding: 2em 0 0 1.4em;
    }

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #633b1b;
	text-decoration:none;
	}

#menuh a:hover	/* menu at mouse-over */
	{
	color: #e64b44;
	text-decoration:none;
	}
#main {
	 clear: both;
	 margin: 0 0 0 25px;
}
#illustrations {
	float: left;
	position: relative;
}
#paintings {
	float: right;
	position: relative;
	padding-left: 45px;
}
#main #left p, #main #right p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	line-height: 16px;
	color: #633b1b;
	text-align: left;
}
#left {
	float: left;
	position: relative;
	width: 250px;
	padding: 40px 0 0 0;
	}
#right {
	float: right;
	position: relative;
	padding: 40px 20px 0 10px;
	width: 635px;
	text-align: left;
	}
*html #right {
	padding-left: -10px;
	width: 655px;
	}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #633b1b;
	text-align: left;
	padding-bottom: 15px;
	}
p {
	padding-bottom: 15px;
	}
.tabletext {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #633b1b;
	}
#main a {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
#main a:link, #main a:visited, #main a:active	/* menu at rest */
	{
	color: #e64b44;
	text-decoration:none;
	}

#main a:hover	/* menu at mouse-over */
	{
	color: #e64b44;
	text-decoration:underline;
}
a img {
	border: 0;
}
strong {
	font-size: 13px;
}

#footer {
	 font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	 font-size: 12px;
	 line-height: 16px;
	 color: #633b1b;
	 text-align: center;
	 clear: both;
	 padding: 40px 0 20px 0;
}
*html #footer {
	 padding-top: 20px;
}
#footer a:link, #footer a:visited, #footer a:active	/* menu at rest */
	{
	color: #633b1b;
	text-decoration:none;
	}

#footer a:hover	/* menu at mouse-over */
	{
	color: #633b1b;
	text-decoration:underline;
}
.smalltext {
	font-size: 11px;
}