
			html, body {
				height: 100%;
				margin: 0px;
				border: 0px;
				padding: 0px;
				color: black;
			}
			#carousel_container {
				position:relative;
				width: 100%;
				height: 90%;
				z-index:5999;
			}
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}

#navigation-box {
	background: url(images/black.png);
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height:75px;
	text-align: center;
	color: white;
	font-size: 24px;
	z-index: 6000;
}
ul {
	list-style-type:none;
}
#navigation {
	width:100px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	margin-top:2px;
	}
#navigation #pages {
	padding:0;
	margin:0;
	margin-top:0px;
}
#navigation #pages li{
	float:left;
	padding:0;
	margin:0;
	margin-bottom:2px;
	text-align:left;
}

#navigation #pages li a{
	background: url(images/black.png);
	margin:0;
	float:left;
	width:80px;
	padding: 8px 0px 2px 10px;
	color:#ffffff;
	text-decoration:none;
}

#navigation #pages li a:hover{
	text-decoration:none;
	background:#000;
	color:#ffffff;
	letter-spacing:1px;
}

.bg {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#extended-forecast {
	position: relative;
	top: 0px;
	display: none;
}

#my-logo {
	width: 250px;
	height: 55px;
	background: url(images/logo-bg.jpg) repeat-x #000000;
	border-right: solid 4px #000;
	float:left;
	top: 0px;
	left: 0px;
	text-align:right;
	padding: 20px 10px 0px 0px;
}
#content-box {
	background:url(images/white.png);
	position:absolute;
	width:400px;
	top:200px;
	right:200px;
	z-index: 5900;
	}
#welcome-text {
	position:absolute;
	width:500px;
	top:40%;
	left:250px;
	z-index: 5900;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.welcome {
	font-size:30px;
	}

ul.services {
	list-style-type:circle;
	margin:10px 0px 0px 20px;
	line-height:1.5;
	font-size:14px;
	}
	
a:link, a:visited {
	color: #333;
	text-decoration:none;
	}
a:hover {
	color:#C30;
	text-decoration:underline;
	}
