body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #666;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #003366;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #cc3333;
}

a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #003366;
}

a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #003366;
}

#container_left {
	width: 200px;
	height: 100%;
	background-color: #6699cc;
	background-image: url(../site_pix/bg_pattern.gif);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 2;
}

#logo {
	top: 30px;
	left: 92px;
	width: 430px;
	height: 120px;
	background-image: url(../site_pix/2increase.png);
	position: fixed;
	z-index: 2;
}

#container_bg_top {
	top: 0px;
	width: 100%;
	height: 180px;
	background-image: url(../site_pix/bg_top.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 1;
}

#container_menu {
	top: 168px;
	position: fixed;
	z-index: 2;
}

#menu {
	list-style-type: none;
}

#menu a {
	color: #fff;
	padding: 2px 60px 2px 10px;
	font-size: 9px;
	line-height: 20px;
	letter-spacing: 4px;
	background: none;
	display: block;
}

#menu a:hover {
	background: #003366;
}

#menu a.active {
	background: #cc3333;
}

#container_submenu {
	width: 100%;
	left: 250px;
	top: 156px;
	position: fixed;
	z-index: 2;
}

#submenu a {
	font-size: 9px;
	margin-right: 6px;
	background: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 9px;
}

#submenu a:hover {
	background-color: #003366;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 9px;
}

#submenu a.active {
	background-color: #cc3333;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 9px;
}

#container_content {
	width: 933px;
	top: 210px;
	left: 250px;
	position: absolute;
}

#pix {
	float: left;
	padding-right: 20px;
	padding-top: 4px;
}

#polypixel {
	bottom: 8px;
	position: fixed;
	z-index: 2;
	font-size: 9px;
	left: 10px;
}
