body {
	text-align:center;
	margin:0px;
	padding: 0px;
	font-size: 12px;
	background: url("../images/bg.jpg") repeat-x;
}

#content {
	width: 1000px;
	height: 500px;
	background: #ffffff;
	margin:auto;
	padding: 3px;
	display: table;
}

#header {
	padding-top: 2px;
	float: left;
}
#header .left {
	width: 230px;
	float: left;
	margin-right: 3px;
}

#header .center {
	width: 535px;
	float: left;
	margin-right: 3px;
}

#header .right {
	width: 230px;
	float: right;
}

#header #logo {
	height: 75px;
	background:url("../images/logo.gif") no-repeat;
	cursor: hand;
}

#header #time {
	height: 20px;
	padding: 5px 10px 3px 20px;
	background: url("../images/clock.gif") no-repeat 10px 5px;
}

#middle {
	float: left;
	padding-top: 3px;
}
#middle .left {
	width: 220px;
	float: left;
	margin-right: 3px;
}

#middle .middle {
	width: 535px;
	float: left;
	margin-right: 3px;
}

#middle .right {
	width: 220px;
	float: left;
}

.category_menu {
	width: 1000px;
	height: 23px;
	padding: 10px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	text-align: center;
	float: left;
	clear: left;
	background: url("../images/category_bg_2.gif") repeat-x;
}

.category_menu A:visited {text-decoration:none;color:#000000;font-weight:700;padding-left:5px} 
.category_menu A:link {text-decoration:none;color:#000000;font-weight:700;padding-left:5px} 
.category_menu A:hover{text-decoration:none;color:red;font-weight:700;padding-left:5px} 
.category_menu A.1:visited{text-decoration:none;COLOR:#000000;font-weight:700;padding-left:5px} 
.category_menu A.1:link{text-decoration:none;font-weight:700;padding-left:5px} 
.category_menu A.1:hover{text-decoration:none;font-weight:700;padding-left:5px} 

.category_menu_1 {
	width: 1000px;
	height: 33px;
	padding: 0px;
	margin-top: 3px;
	text-align: left;
	float: left;
	clear: left;
	background: url("../images/category_bg_2.gif") repeat-x;
}

.category_menu_2 {
	width: 1000px;
	height: 33px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	float: left;
	clear: left;
	background: url("../images/category_bg_1.gif") repeat-x;
}

.category_menu_3 {
	width: 1000px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	margin-top: 2px;
	text-align: left;
	float: left;
	clear: left;
}

.category_menu_title_1{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_1.gif") repeat-x left top;
}
.category_menu_title_2{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_2.gif") repeat-x;
}
.category_menu_title_3{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_3.gif") repeat-x;
}
.category_menu_title_4{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_4.gif") repeat-x;
}
.category_menu_title_5{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_5.gif") repeat-x;
}
.category_menu_title_6{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_6.gif") repeat-x;
}
.category_menu_title_7{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_7.gif") repeat-x;
}
.category_menu_title_8{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_8.gif") repeat-x;
}
.category_menu_title_9{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_9.gif") repeat-x;
}
.category_menu_title_10{
	width: 200px;
	height: 33px;
	background: url("../images/category_menu_10.gif") repeat-x;
}


.category_left {
	float: left;
	width: 230px;
	margin-right:3px;
}
.category_middle_1 {
	float: left;
	width: 265px;
	margin-right:3px;
}
.category_middle_2 {
	float: left;
	width: 265px;
	margin-right:3px;
}
.category_right {
	float: left;
	width: 230px;
}

#footer {
	width: 100%;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#footer_copyright {
	width: 980px;
	height: 18px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background: url("../images/copyright.gif") no-repeat 150px 0px;
}
#footer_info {
	width: 100%;
	color: black;
	text-align: left;
}
#footer_logo {
	width: 57px;
	height: 57px;
	float: left;
	background: url("../images/copyright_logo.gif") no-repeat;
}
#footer_company {
	width: 220px;
	height: 57px;
	float: left;
}
#footer_address {
	width: 300px;
	height: 57px;
	float: left;
}
#footer_navigator {
	width: 400px;
	height: 57px;
	float: left;
	text-align: right;
}

#line {
	width: 100%;
	height: 2px;
	overflow:hidden;
	background: red;
	margin-bottom:2px;
	float: left;
}

.row_span {
	height: 5px;
	overflow:hidden;
}

.small_row_span {
	height: 3px;
	overflow:hidden;
}

ul {
	margin: 0px;
	text-align:left;
	padding: 0px;
	list-style-type: none;
}
li {
	padding: 2px;
}