@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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px 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(images/Deeprose_bg.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 341px;
	padding-top: 0;
	padding-right: 00px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 0.8em;
}
.twoColFixLtHdr #sidebar1 table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	width: 200px;
}
.twoColFixLtHdr #sidebar1 td {
	font-size: 0.8em;
	padding-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 li {
	font-size: 0.9em;
	padding-bottom: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 1.2em;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent p {
	font-size: 0.9em;
	line-height: 1.2em;
}
.twoColFixLtHdr #mainContent li {
	font-size: 0.9em;
	padding-bottom: 5px;
}
.twoColFixLtHdr #mainContent a:link { 	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:active { 	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited { 	color: #B11C1E;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #contactForm {
	float: right;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent #contactForm td {
	font-size: 0.9em;
}
.twoColFixLtHdr #footer {
	background-image: url(images/Deeprose_footer.gif);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.galleryPics {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
