body {
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
        background-attachment: fixed;

}

#body_all {
	vertical-align: center;
	width: 780px;
	margin: 0 auto;
}

*html #body_all {
	width: 780px;
}

#whiteborder {
	width: 760px; 
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

#header {
	width: 760px;
	height: 160px;
	background-color: #fff;
}

*html #header {
	height: 160px;
}

#content_all {
	width: 760px;
	min-height: 500px;
	background-color: #fff;
	text-align: right;
}

*html #content_all {
	height: 500px;
}

#left {	
	width: 160px;
	float: left;
}

#menu {
	width: 160px;
	height: 230px;
}

#content_left {
	width: 160px;
	height: 300px;
	border-top: 1px solid #ccc;
}

#content_box {
	width: 580px;
	min-height: 400px;
	background-color: #fff;
	float: left;
	text-align: left;
}

*html #content_box {
	height: 400px;
}

#submenu {
	height: 30px;
	width: 530px;
	background-color: #ececec;
	padding: 15px 0px 0px 10px;
	border: 1px solid #ccc;
	margin-left: 190px;
	margin-bottom: 15px;
}

.submenu1-level1-no {
	float: left;
	padding-right: 15px;
    font-size: 14px;
}

.submenu1-level1-act {
	float: left;
	padding-right: 15px;
    font-size: 14px;
    font-weight:bold;
}

#content {
	width: 530px;
	min-height: 400px;
	background-color: #fff;
	padding: 0px 20px 30px 30px;
}

* html #content {
	height: 400px;
	width: 580px;
}


#clear {
	clear: both;
}

#right {
	width: 200px;
	height: 400px;
	background-color: #999;
	float: left;
}

#meta {
	height: 50px;
	width: 200px;
	background-color:#666;
}

#content_right {
	height: 300px;
	width: 180px;
	background-color: #999;
	padding: 10px;
}

*html #content_right {
	width: 200px;
}

#footer {
	width: 780px;
	height: 20px;
	clear: both;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #333;
}

#footer a {
	color: #333;
}

/*  MENU 1, level 1, normal state (NO) */
#menu DIV.menu1-level1-no {
  font-size: 14px;
  padding-left:15px;
  	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;

}
/*  MENU 1, level 1, active state (ACT) */
#menu DIV.menu1-level1-act {
	font-weight:bold;
	font-size: 14px;
	padding-left:15px;
	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
  	background-image: url(../images/ladybug.gif);
	background-repeat: no-repeat;
	background-position: 27px top;
}
#menu DIV.menu1-level1-act A {
  color:#336600;
}

/*  MENU 1, level 2, normal state (NO) */
#menu DIV.menu1-level2-no {
  font-size: 14px;
  padding-left:25px;
  padding-right:5px;
  	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	}
/*  MENU 1, level 2, active state (ACT) */
#menu DIV.menu1-level2-act {
	font-size: 14px;
	font-weight:bold;
	padding-left:25px;
        padding-right:5px;
	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	}/*  MENU 1, level 3, normal state (NO) */
#menu DIV.menu1-level3-no {
  font-size: 14px;
  padding-left:35px;
  	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu DIV.menu1-level3-act {
  font-size: 14px;
  font-weight:bold;
  padding-left:35px;
  	line-height: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

