/* CSS Document */
#leftimage
{
background:url(../images/100.gif) no-repeat;
height:220px;
width:330px;
position:relative;
float:left;
}
#midimage
{
background:url(../images/101.gif) no-repeat;
height:220px;
width:330px;
position:relative;
float:left;
}
#rightimage
{
background:url(../images/img_3.gif) no-repeat;
height:220px;
width:364px;
position:relative;
float:left;
}
#center
{
background:url(../images/mid.gif) repeat-y;
width:1024px;
position:relative;
float:left;
}

#bottom
{
background:url(../images/bottom.gif) no-repeat;
width:1024px;
height:46px;
position:relative;
float:left;
}

.text
{
font-family:arial;
font-size:12px;
color:#000000;
text-decoration:none;
}

.textskyblue
{
font-family:arial;
font-size:10px;
color:#00CCFF;
text-decoration:none;
}
.textskyblue:hover
{
font-family:arial;
font-size:10px;
color:#CCFF00;
text-decoration:underline;
}



.textwgite
{
font-family:arial;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
}
.textwgite:hover
{
font-family:arial;
font-size:10px;
color:#33CC99;
text-decoration:underline
}

