@charset "utf-8";
/* CSS Document */

body
{font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
font-weight:bold;
text-align:center;
background-color:#C0C0C0
}
#wrapper
{
	margin:0 auto;
	width:774px;
	height:auto;
	border:2px solid #ff0000;
	overflow:hidden;
}

#banner
{width:774px;
height:180px;
background-image:url(../images/hts_banner.jpg);
background-repeat:no-repeat;
}


#navbar
{width:774px;
height:30px;
background-image:url(../images/navbar_img.jpg);


}

#leftcol
{width:160px;
height:auto;
float:left;
background-color:#FFF

}

#main
{width:774px;
height:auto;
background-color:#FFF;
float:left;
}

#cont
{width:588px;
height:auto;
float:right;
margin:0 5px 10px 10px;
background-color:#fff;
}
#cont a:link
{color:#000;
}
#cont a:active
{color:#000;
}
#cont a:visited
{color:#000
}
#cont a:hover
{color:#F00;
}

#footer
{width:774px;
height:120px;
float:left;
background-color:#999999;
padding-bottom:10px;
}


p.red
{color:#F00;
}
p.mini
{color:#000;
font-size:10px;
text-align:centre;
}
p.black
{color:#000;
font-size:14px;
text-indent:10px;
}

h2,h3
{
	color:#000;
}

