@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.png) #FFF;
	text-align: center;
	margin: 0 auto;
}


#header {
text-align: center;
color:black;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
border-bottom: 1px solid #CCC;
border-top: none;
width: 80%;
min-width: 550px;
max-width: 1200px;
position: relative;
margin: 0 auto;
min-height: 130px;
background:url(images/84.png) repeat;
z-index:2;
}


#sticky{
position: fixed;
width: 100%;
top: 0px;
text-align: center;
z-index:2;
}

#menu{
font-family: Verdana, Geneva, sans-serif; 
font-size: 15pt;
position: static;
left: 900px;
list-style-type: none;
text-align:center;
}

#menu li{
display: inline;
padding-left: 8px;
padding-right: 8px;
}

#footer a:link {color: white;}
#footer a:visited {color:white;}
#footer a:active {color:white;}
#footer a:hover {color: white;}

#menu ul li a{
text-decoration: none;
color: black;
}

#menu ul li a:hover{
color: #F30;
}

#slide{
height: auto;
background: #FFF;
}

#line{
background:url(images/line.png) repeat-x;
height: 17px;
/*max-width: 1475px;*/
width: 100%;
min-width: 1200px;
}

#welcomecontent{
width: 100%;
margin: 0 auto;
width: 1200px;
text-align: justify;
font-family:Verdana, Geneva, sans-serif;
padding-top:22px;
padding-bottom:22px;
font-size: 15px;
}

#welcome{
background:#FFF;
width:100%;
border-top: 1px #CCC solid;
font-family:Verdana, Geneva, sans-serif;
}

.slide img {
    max-width: 100%;
	min-width: 1020px;
    height: auto;
    width: auto\9; /* ie8 */
}

#footer{
background: #333;
height: 235px;
color: white;
border-top: 5px solid #F30;
border-bottom: 5px solid #00176b;
font-family:Verdana, Geneva, sans-serif;
font-size: 16px;
min-width: 1200px;
}

#footercontent{
position: relative; 
top: 5px;
/*max-width: 1200px;*/
margin: 0 auto;
width:1200px;
color: white;
}

.err{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}

a.anchor{display: block; position: relative; top: -200px; visibility: hidden;}

#tothetop{
position: fixed;
bottom: 80px;
right: 20px;
}

#tothetop img{
	border: none;}

#slidetext{
    text-shadow:
    -1px -1px 0 #000000,  
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
}

.ie8 #slidetext{
width: auto;
height: auto; /* width/height so IE7 and lower will work */  
filter: glow(color=black,strength=2);  
text-shadow: -1px -1px 0 #000,   
1px -1px 0 #000,   
-1px 1px 0 #000,   
1px 1px 0 #000;
}


<!--[if lte IE 9]>
#slidetext{
width: auto;
height: auto; /* width/height so IE7 and lower will work */  
filter: glow(color=black,strength=1);  
text-shadow: -1px -1px 0 #000,   
1px -1px 0 #000,   
-1px 1px 0 #000,   
1px 1px 0 #000;
}
<![endif]-->