@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dad4cc;
	margin: 0px; padding: 30px;
	}
	
#page {
	margin-left: auto; margin-right: auto;
	width: 1028px;
	height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 12px #000000;
	background-color: #ffffff;
	}
	
#header {
	width: 1028px;
	height: 132px;
	background-color: #cac5a2;
	border-radius: 12px 12px 0px 0px;
	margin-bottom: 2px;
	}
	
#navigation {
	width: 1028px;
	height: 38px;
	background-color: #ba7d20;
	margin-bottom: 2px;
	}
	
#landing-banner {
    padding: 7px 0px 0px 12px;
	width: 1016px;
	height: 43px;
	background-color: #cac5a2;
    box-shadow: 0 8px 8px -4px #000000;
	position: relative;
	z-index: 2;
	}
	
#landing-banner h1 {
	margin: 0px; padding: 0px;
	color: #ba7d20;
	}
	
#landing-content-wrapper {
	width: 1028px;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
	
#landing-content-left {
	padding: 14px 20px 24px 34px;
	width: 628px;
	height: 100%;
	float: left;
	}

#landing-content-left p {
    font-family: Arial, Geneva, san serif;
    line-height: 150%;
    font-size: 16px;
    color: #8b6339;
}

#landing-content-left a {
    color: #ba7d20;
}

#landing-content-left a:hover {
    text-decoration: none;
}

#landing-content-right {
	padding: 14px 14px 24px 18px;
	width: 314px;
	height: 100%;
	background-color: #ba7d20;
	margin-bottom: -1500px;
	padding-bottom: 1500px;
	overflow: hidden;
	float: left;
	}

#landing-content-right p.weather, a.weather {
    font-family: Arial, Geneva, san serif;
    line-height: 150%;
    font-size: 16px;
	color: #ffffff;
	}

#landing-content-right .gkwDay, .gkwTemp, .gkwHumidity, .gkwCondition, .gkwWind, .gkwDayDay {
    font-family: Arial, Geneva, san serif;
	color: #ffffff;
	}

#landing-content-right h2 {
    font-family: Arial, Geneva, san serif;
    line-height: 150%;
    font-size: 18px;
	color: #ffffff;
	}


#footer {
	width: 1028px;
	height: 318px;
	background-color: #cac5a2;
	border-radius: 0px 0px 12px 12px;
	}
