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

/*RESET CSS*/

html, body, div, span, applet, object, iframe,  h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/*RESET CSS*/

body {
	font:12px Arial, Helvetica, sans-serif;
	background:#e5e5e5;
}

#wrapper {
	margin:0 auto;
	width:977px;
	overflow:hidden;
	clear:both;
	margin-top:15px;
	background:#fff;
}

#header {
	float:left;
	width:977px;
	height:99px;
}
#header #left {
	float:left;
	width:6px;
	height:99px;
	background:url(img/hdr-left.gif) no-repeat;
}
#header #mid {
	float:left;
	width:965px;
	height:99px;
	background:url(img/hdr-mid.gif) repeat-x;
}
#header #right {
	float:left;
	width:6px;
	height:99px;
	background:url(img/hdr-right.gif) no-repeat;
}

#logo, #logo .img {
	float:left;
	width:185px;
	height:54px;
	border:0;
	padding:25px 0 0 25px;
}
#chat {
	float:right;
	width:110px;
	height:40px;
	padding:56px 0 0 0;
	background:url(img/icon-chat.gif) no-repeat right;
	text-align:left;
}
#chat a {
	font:bold 13px Arial;
	color:#c83b00;
	text-decoration:none;
}
#chat a:hover {
	text-decoration:underline;
}

#content {
	float:left;
	width:969px;
	padding:6px 0 20px 6px;
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
}

#box {
	float:left;
	width:199px;
	margin:6px 6px 0 0;
	border:1px solid #dbdbdb;
}
#box .box-top {
	float:left;
	width:199px;
	background:url(img/box-top.gif) repeat-x;
	height:41px;
}
#box .box-top p {
	background:url(img/box-img.gif) left no-repeat;
	font:bold 13px Arial;
	color:#4f4f4f;
	margin:12px 0 0 8px;
	padding-left:22px;
}


#footer {
	float:left;
	width:977px;
	height:99px;
}
#footer #left {
	float:left;
	width:6px;
	height:99px;
	background:url(img/ftr-left.gif) no-repeat;
}
#footer #mid {
	float:left;
	width:965px;
	height:99px;
	background:url(img/ftr-mid.gif) repeat-x;
}
#footer #right {
	float:left;
	width:6px;
	height:99px;
	background:url(img/ftr-right.gif) no-repeat;
}

#vid
{
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#575658;
text-decoration:none; 
font-weight:normal;
}

#vid:hover
{

color:#0000FF;
text-decoration:underline;

}

