@charset "utf-8";
/* Locke Design Standard Layout CSS Document */

body {
	background-color: #8d6747;
	background-image: url(../images/background-home.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#header {
	height: 331px;
	background-image: url(../images/creative-destinations.jpg);
}

#content {

}
#leftBar {
	float: left;
	width: 220px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 34px;
}
#sidebarCopy {
	background-color: #D3B389;
	width: 200px;
	border: 1px solid #A07B5A;
	margin: 0px auto 12px;
	padding-top: 10px;
}



#main {
	float: left;
	background-color: #AE8D6E;
	width: 460px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	background-image: url(../images/home-middle-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav {
	width: 998px;
	height: 64px;
	background-image: url(../images/home-navbar.png);
	margin: 0px 0px 10px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


#footer {
	clear: both;
	text-align: center;
	height: 50px;
	padding: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
 }
#weatherCenter {
	display: block;
	margin-right: auto;
	margin-left: 15px;
}
.weather {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}


#rightBar {
	float: left;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#box {
	background-image: url(../images/sidebar_BOTT.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #AE8D6E;
	margin: 0px 0px 15px;
	padding: 0px 0px 2px;
	height: auto;
	display: block;
}
#middlebarCopy {
	background-color: #D3B389;
	width: 430px;
	margin: 0px auto 16px;
	padding: 10px 0px 25px;
}
#center {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 475px;
}
#socialmedia {
	height: 95px;
	float: right;
	clear: both;
	width: 460px;
	padding: 0px 0px 18px;
	margin: 15px 0px 0px 15px;
	background-image: url(../images/socialmedia-background.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bott_padding {
	margin-bottom: 5px;
}
