/* CSS Document */

#wrapper {
	text-align: left;
	padding: 0px;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 150px;
	width: 950px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#side-a {
	float: left;
	width: 195px;
	padding-left: 20px;
	padding-top: 30px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 59px;
}


#wrapper #container #side-a #menu #weather {
	padding-right: 25px;
}


#side-b {
	float: right;
	width: 200px;
	padding-top: 30px;
}

#content {
	float: left;
	width: 50%;
}

#footer {
	clear: both;
	background-color: #B22013;
	background-image: url(../images/footerbg.jpg);
	height: 35px;
	background-repeat: repeat-x;
	background-position: top;
}

#menu2 {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 170px;
}
#menu2 li {
	display: inline;
/* for IE5 and IE6 */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#menu2 a {
	background: #FFFFFF;
	color: #000000;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B22013;
	border-bottom-color: #B22013;
	border-left-color: #B22013;
}
#menu2 a:hover {
	color: #000000;
	padding-bottom: 8px;
	background-color: #DE9F2E;
}                    

#footer #left {
	text-align: left;
	width: 400px;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE9F2E;
}
#footer #right {
	text-align: right;
	width: 400px;
	float: right;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE9F2E;
}
body {
	margin: 0px;
	background-color: #dce7ed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
.style1 {
	font-size: 13pt;
	font-weight: bold;
}
.style2 {
	font-size: 10pt;
	font-weight: bold;
}
.style3 {font-size: 8.5pt;
}
#wrapper #footer #right a {
	text-decoration: none;
	color: #D79F2B;
}
#wrapper #footer #right a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

