﻿@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;
	background-image: url(assets/background.jpg);
}
.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #615023;
	text-align: left;
	background-color: #f6f5f4;
} 
.twoColFixLtHdr #header {
	background-color: #2a3824;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(assets/header_nologo.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* 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-color: #e2c89c;
	padding: 10px 10px 10px 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #615023;
	border-bottom-color: #615023;
}
.twoColFixLtHdr #weather{
	margin-left: 10px;
	
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #gallery_mainContent {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #gallery_mainContent table{
	border: solid #615023 2px;
} 

.twoColFixLtHdr #gallery_mainContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #links {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #615023;
	border-right-color: #615023;
	border-bottom-color: #615023;
	border-left-color: #615023;
	background-image: url(assets/background.jpg);
} 


.twoColFixLtHdr #links img{
	border-right-color: #615023;
	border-right-width: thin;
	border-right-style: solid;
} 
.twoColFixLtHdr #links a:actvie{
	border:none;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #2a3824;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #615023;
	border-right-color: #615023;
	border-bottom-color: #615023;
	border-left-color: #615023;
} 
.twoColFixLtHdr #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;
	color: #bb9d69;
	font-size: small;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #363;
}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #363;
}

.twoColFixLtHdr #container #mainContent p a:hover {
	color: #363;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #363;
	text-decoration: none;
}

.twoColFixLtHdr #footer a {
	color: #bb9d69;
	text-decoration: underline;		
}
.twoColFixLtHdr #footer a:hover {
	color: #bb9d69;
	text-decoration: none;		
}

.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;
}
.sidebar_images {
	border: thin solid #615023;
}
.twoColFixLtHdr span {
	color: #F00;
}

