/* Default */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; font-size:12px; color:#4c4c4c;
}
* {
	margin:0;
	padding:0;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; color:#4c4c4c;
}
#pixel {
	width:10px;
	height:10px;
}

#base {
	width: 990px;
	margin-left:auto;
	margin-right:auto;
}

#base_logo {
	width:200px;
	height:101px;
	background-image:url(../media/image/base_logo.gif);
}

#base_header_slogan {
	width:770px;
	height:45px;
}

#base_pagetitle {
	width:770px;
	height:77px;
	background-image:url(../media/image/base_kader_header.gif);
}

#base_content {
	width:710px;
	float:left;
}


#base_kader_footer {
	width:770px;
	height:30px;
	background-image:url(../media/image/base_kader_footer.gif);
}


/* MENU */
#base_menu {
	width:200px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size:12px;
}
#base_menu a {
	text-decoration: none;
	font-weight:bold;
	color:#4c4c4c;
}
.menu_button div {
	margin: 2px 0px 0px 20px;
	font-weight:bold;
	color:#4c4c4c;
}
.menu_buttonM div {
	margin: 2px 0px 0px 20px;
	font-weight:bold;
	color:#6baf23;
}
.menu_button {
	width:200px;
	height:21px;
	background-image:url(../media/image/menu_but_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu_buttonM {
	width:200px;
	height:21px;
	background-image:url(../media/image/menu_but_bgM.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu_subbutton div {
	margin: 2px 0px 0px 33px;
	font-weight:bold;
	color:#b4b599;
}
.menu_subbuttonM div {
	margin: 2px 0px 0px 33px;
	font-weight:bold;
	color:#6baf23;
}
.menu_subbutton {
	width:200px;
	height:21px;
	background-image:url(../media/image/menu_subbut_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu_subbuttonM {
	width:200px;
	height:21px;
	background-image:url(../media/image/menu_subbut_bgM.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

