body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,ipunt {
	margin: 0;
	padding: 0;
}

/*html {
	background: url(../images/bg2.gif);
}*/

body {
	/*width: 1003px;*/
	margin: 0 auto;
	color: #444;
	font-size: 14px;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ED2A90;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: none;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

ul {
	list-style: none;
}

#logo {
	width: 1004px;
	height: 80px;
	margin: 0 auto;
	background: #000000;
}


#link-list {
	width: 940px;
	height: 146px;
	float: right;
	margin-top: 5px;
	font-size: 12px;
	line-height: 28px;
	padding-right: 20px;
}

#bw-list table {
	background: #DEDEDE;
}