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

body
{font-family:Arial, Helvetica, sans-serif;
background-color:#0099CC;
}

#wrapper
{
margin:0 auto 0 auto;
width:774px;
height:721px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
}
#banner
{
width:774px;
height:110px;
background-image:url(../imgages/sw_banner.jpg);
background-repeat:no-repeat;
}
#header
{width:774px;
height:60px;
color:#000000;
float:left;
}
#header a:link
{color:#0099CC;
text-decoration:none;
}
#header a:active
{color:#0099CC;
text-decoration:none;
}
#header a:visited
{color:#0099CC;
text-decoration:none;
}
#header a:hover
{color:#0099CC;
text-decoration:none;
}
#header h1
{
font-size:19px;
font-weight:600;
padding:8px 0px 0px 20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#navbar
{
float:left;
width:774px;
height:40px;
color:#ffffff;
font-size:13px;
}
#navbar a:link
{
color:#ffffff;
text-decoration:underline;
}
#navbar a:active
{
color:#ffffff;
text-decoration:underline;
}
#navbar a:visited
{
color:#ffffff;
text-decoration:underline;
}
#navbar a:hover
{
color:#ffffff;
text-decoration:underline;
}

#navbar hr
{line-height:3px;
margin-left:20px;
}
#contbg
{
height:auto;
background-color:#00FFCC;
}
#cont
{
float:left;
width:748px;
height:611px;
color:#000000;
font-size:13px;
padding:0px 5px 5px 20px;
border-top:1px solid #000000;
background-image:url(../imgages/cont-bg.jpg);
background-repeat:no-repeat;
}
#cont h1
{
font-size:19px;
font-weight:600;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#cont h2
{
font-size:17px;
font-weight:600;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#cont h3
{
font-size:15px;
font-weight:600;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
#cont img
{float:right;
}
#cont a:link
{color:#000000;
text-decoration:underline;
}
#cont a:active
{color:#000000;
text-decoration:underline;
}
#cont a:visited
{color:#000000;
text-decoration:underline;
}
#cont a:hover
{color:#000000;
text-decoration:underline;
}


