@charset "UTF-8";
/* CSS Document */


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;
	background-color: #D8D9D0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 160%;
	color: #666;
	text-align: center;
}
.dl #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(links/background_fade.jpg);
	background-repeat: repeat-x;
} 
.dl #header {
} 
.dl #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.dl #mainContentleft {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 740px;
	float: right;
} 
.dl #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #666666;
}
#div#contentleft{
	width: 184px;
	float: left;
	padding-top: 30px;
	padding-left: 16px;
	min-height:445px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	color: #666;
	font-size: 127%;
	line-height: 130%;
}
.dl #footer {
	background-image: url(links/footer_background_fade1.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.dl #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 */
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
.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;
}
.dl #container #footer ul {
	list-style-type: none;
	width: 690px;
}
.dl #container #footer ul li {
	float: left;
	margin-top: 10px;
	margin-right: 40px;
}
.dl #container #footer ul li a {
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A856A;
	text-decoration: none;
}
.dl #container #footer ul li a:link, .dl #container #footer ul li a:visited {
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A856A;
	text-decoration: none;
}
.dl #container #footer ul li a:hover, .dl #container #footer ul li a:active {
	display: block;
	color: #333;
	text-decoration: none;
}
.dl #container #sidebar1 p img {
}
.dl #container #mainContentleft #gallery p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	padding-right: 45px;
}
.dl #container #mainContentleft #gallery ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 30px;
}
.dl #container #mainContentleft #gallery ul li {
	list-style-type: disc;
	padding-top: 4px;
}
.dl #container #mainContentleft #gallery h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
}
.dl #container #mainContentleft #gallery h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 10px;
}
.dl #container #mainContentleft #gallery h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
	line-height: 23px;
	padding-bottom: 10px;
}
