@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/cloudfadetowhitebg.jpg);
}
#container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/container2.png);
} 
#header  {
	height: 100px;
	width: 870px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #937046;
}
#sidebar  {
	width: 120px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #93734D;
	text-align: center;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#sidebar h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	text-align: left;
	margin-right: 15px;
	color: #FFF;
	margin-top: 0px;
}
#sidebar a:link, #sidebar a:visited {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 540px;
	margin-left: 15px;
	background-color: #BB9459;
	color: #FFF;
} 
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}


#mainContent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFF;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
}


#mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#sidebar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent a:link, #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F3134;
}
#mainContent a img{
	border: 2px solid #FFF;
}
#mainContent ul {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}


#footer  {
	padding: 0 10px 0 20px;
	color: #000;
	background-color: #BB9459;
} 
#footer a:link, #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#nav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F3EFF0;
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
}
#nav a:link, #nav a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #926D41;
	text-decoration: none;
	font-size: 18px;
}
#nav a:hover, #nav a:active {
	color: #369;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**************** menu coding *****************/
#menu {
	width: 150px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #F3EFF0;
	padding-left: 5px;
	background-color: #93734D;
}
#mainImage {

}

#menu a:link , #menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover , #menu a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #3B1A25;
}
#mainContent #slideshow {
	height: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 475px;
	margin-top: 10px;
}
#mainContent p a img {
	margin-right: 5px;
	margin-bottom: 5px;
}

