@charset "UTF-8";

* {margin: 0;
padding: 0;
}

body  {
	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: #fff;
	font-size: 11px;
	line-height: 150%;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#container {
	width: 750px;
	background: #58595b;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999999;
}
#header{
	margin: 0px; /* 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 */
	height: 253px;
}
/*-----------------------------------------------------NAV---------------------------------------------------------------*/
#nav {
	border-bottom-width: 0px;
	background-color: #D57349;
	width: 100%;
	height: 22px;
	}
#ulNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 750px;
	bottom: 0px;
}

#ulNav li {
	display: inline;
	float: left;
}
#ulNav a:link, #ulNav a:visited, #ulNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 22px;
	float: left;
	padding-right: 17px;
	padding-left: 17px;
	background-color: #d57349;
}
#ulNav a:hover, #ulNav a.current:link, #ulNav a.current:visited {
	background-color: #d1bbb1;
	height: 22px;
	color: #333333;
	}
	
/*-----------------------------------------------------CONTENT---------------------------------------------------------------*/	

#mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-left: 0;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom:40px;
	padding-left: 70px;
	background-color: #58595b;
}
#calendar {
	background-color: #58595b;
	height: 325px;
	width: 420px;
}
#mainPhoto {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom:40px;
	padding-left: 60px;
	background-color: #58595b;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #58595b;
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 10px;
}


/*-----------------------------------------------------FOOTER---------------------------------------------------------------*/
#footer {
	padding: 0 10px 0 20px;
	background-color: #D57248;
}
#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: center;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

/*-----------------------------------------------------COPYRIGHT---------------------------------------------------------------*/
#copyright 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #A7A7A7;
}
#copyright {
	width: 758px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #999999;
}
	.webwright a:link, .webwright a:visited, .wright a:active, .webwright a:hover {
	font-size: 10px;
	color: #A7A7A7;
	text-decoration: none;
}

/*-----------------------------------------------------TAGS---------------------------------------------------------------*/

a:link, a:active, a:visited {
	color: #EF8B5C;
	text-decoration: underline;
}
a:hover {
	color: #EF8B5C;
	text-decoration: none;
	}
	ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 12px;
	color: #D57349;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #D57349;
}
h3 {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*-----------------------------------------------------FLOATS---------------------------------------------------------------*/
.fltlft {
	float: left;
	text-align: center;
	width: 195px;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
	margin-bottom: 23px;
}
.fltrt {
	float: right;
	margin-bottom: 23px;
	margin-left: 19px;
	width: 195px;
	text-align: center;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
}
.flt_prints {
	float: left;
	text-align: center;
	width: 307px;
	height: 310px;
	border: 1px solid #666666;
	padding-top: 20px;
	margin-bottom: 6px;
	margin-left: 6px;
}
.fltrt_nf {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.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;
}

/*-----------------------------------------------------CONTACT PAGE---------------------------------------------------------------*/

#contact_pg {
	padding-right: 105px;
	padding-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

fieldset {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #666666;
}#ds-container {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
}
#ds-top {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-image: url(../images/ds/top.jpg);
	background-repeat: no-repeat;
}
#ds-body {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/ds/body.jpg);
	background-repeat: repeat-y;
}
#ds-footer {
	width: 827px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-image: url(../images/ds/bottom.jpg); 
	background-repeat: no-repeat;
}

