* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
	
body {	
	background: url(../images/bg01.png) top left repeat-x;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #005dff;
}

/* header */

div#head {
	width: 881px;
	height: 300px;
	clear: both;
	margin: 0 auto;
}

div#top {
	width: 881px;
	height: 115px;
	background: url(../images/local/logo.png) top left no-repeat;
	clear: both;
	margin: 0 auto;
}

div#banner {
	width: 881px;
	height: 158px;
	background: url(../images/banner01.jpg) top left no-repeat;
	clear: both;
	margin: 0 auto;
}

/* menu */

div#menutop {
	position: absolute;
	margin-left: 580px;
	width: 300px;
	text-align: right;
	
}

div#menutop ul {
	list-style-type: none;
	margin-top: 15px;
}

div#menutop ul li {
	overflow: hidden;
	display: inline;
	color: #84afff;
	font-size: 0.9em;
}

.weather_text {
	font-size: 0.9em;
	color: #84afff;
}

div#menutop ul li a {
	color: #4284ff;
	text-decoration: none;
}

div#menutop ul li a:hover {
	text-decoration: underline;
}

/* tigra menu */
.m0l0iout {
       

        text-decoration: none;
        margin: 4px 0 0 8px;
        color: #FFFFFF;
}
.m0l0iover {
 
        text-decoration: none;
        margin: 5px 0 0 8px;
        color: #FFFFFF;
}

.m0l0oout {
        text-decoration : none;
        background-image: url(../images/menu_item.png);
       
        color: #ffbdbd;
}
.m0l0oover {
        text-decoration : none;
        background-image: url(../images/menu_hover.png);
        
        
        color: #ffbdbd;
}

.m0l1iout {
 
        margin: 4px 0 0 17px;
        color: #FFFFFF;
}
.m0l1iover {
 
        margin: 4px 0 0 17px;
        color: #FFFFFF;
}

.m0l1oout {
        text-decoration : none;
        background-color: #5286BB;
        border: 1px solid #336699;
        padding: 0;
}
.m0l1oover {
        text-decoration : none;
        background-color: #1A4D81;
        background-repeat: no-repeat;
        border: 1px solid #336699;
        padding: 0;
}


/* main menu */

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 250px;
	margin-top: 75px;
}

#menu ul li {
	height: 28px;
	width: 97px;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	position: absolute;
	height: 28px;
	width: 97px;
	text-decoration: none;
	text-align: center;
	color: #ffbdbd;
	line-height: 2;
	background: url(../images/menu_item.png) top left no-repeat;
	padding-top: 3px;
}

#menu ul li a:hover {
	background: url(../images/menu_hover.png) top left no-repeat;
	color: #fff;
}

#menu ul li a.active {
	background: url(../images/menu_active.png) top left no-repeat;
	color: #ae0000;
}

#menu li#nav1 a { left: 0px; }
#menu li#nav2 a { left: 96px; }
#menu li#nav3 a { left: 192px; }
#menu li#nav4 a { left: 288px; }
#menu li#nav5 a { left: 384px; }
#menu li#nav6 a { left: 480px; }
#menu li#nav7 a { left: 576px; }
#menu li#nav8 a { left: 672px; }
/* content */

div#content {
	width: 881px;
	clear: both;
	margin: 0 auto;
}

div#content h1 {
	width: 831px;
	height: 40px;
	background: url(../images/header01.png) top left no-repeat;
	color: #8dade9;
	font-size: 1.3em;
	padding: 5px 0 0 50px;
	font-weight: normal;
}

div#content h2 {
        width: 831px;
        height: 40px;
        background: url(../images/header03.png) top left no-repeat;
        color: #3a66b6;
        font-size: 1.3em;
        padding: 5px 0 0 50px;
        font-weight: bold;
	margin-top: 10px;
}

div#content h3 {
        width: 861px;
        height: 40px;
        background: url(../images/header03.png) top left no-repeat;
        color: #ae0000;
        font-size: 1.3em;
        padding: 6px 0 0 20px;
        font-weight: bold;
	font-size: 1em;
	}

div#content p {
	color: #244072;
	font-size: 1.1em;
	width: 780px;
	margin-left: 50px;
	padding-bottom: 20px;
	text-align: justify;
}

div#content a {
	color: #ae0000;
}

div#content td {
	color: #333;
}

/* footer */
div#footer {
	 background: url(../images/bg03.png) top left repeat-x;
	 height: 133px;
}

div#infoot {
	 clear: both;
	 margin: 0 auto;
	 width: 881px; 
	 height: 133px;
	 background: url(../images/bottom01.png) top left no-repeat;
}

div#infoot p.main_footer {
	width: 881px;
	padding-top: 20px;
	color: #999;
	text-align: center;
	font-size: 0.9em;
}

div#unfoot {
         clear: both;
         margin: 0 auto;
         width: 881px;
         height: 50px;
}

div#unfoot p.main_footer {
        width: 881px;
        padding-top: 10px;
        color: #999;
        text-align: center;
        font-size: 0.9em;
}
