@charset "utf-8";
/* CSS Document */

body {
background-color	: #333333;
font-family			: tohama;
font-size			: 11px;
}

#main {
background-color	: ffffff;
width				: 750px;
margin				: 0 auto;
border				: 1px solid #000000;
}

.clear {
clear				: both;
float				: none;
}

#header {
background-color	: #000000;
}

#menu-atas {
background-color	: #000000;
background-image	: url(images/menu-atas.gif);
border				: 1px solid #333;
padding				: 11px;
height				: 10px;

}

#menu-atas li {
display:inline;
}

#menu-atas li a {
color				: #333333;
font-size			: 12px;
font-weight			: bold;
margin-right		: 20px;
margin-left			: 5px;
text-decoration		: none;
}

#menu-atas li a:hover {
color				: #999;
font-size:14px;
}

#footer {
background-color	: #666;
}

#menu-kiri {
margin				: 5px;
width				: 150px;
float				: left;
}

#menu-tengah {
margin				: 5px;
width				: 420px;
float				: left;
}

#menu-kanan {
margin				: 5px;
width				: 150px;
float				: left;
}

#bg_menu {
background-color	: #ccc;
background-image	: url(images/menu-ungu.gif);
border				: 1px solid #333;
border-bottom		: 0px;
padding				: 7px;
padding-left		: 10px;
color				: #ffffff;
font-weight			: bold;
font-size			: 12px;
height				: 12px;
}

#konten_menu {
background-color	: #eeeeee;
border				: 1px solid #333;
line-height			: 14px;
padding				: 8px;
margin-bottom		: 10px;
}

#konten_menu li {
margin-left:10px;
}

#konten_menu a {
color				: #CC66CC;
font-size			: 11px;
text-decoration		: none;
margin-left			: 3px;
}

#konten_menu a:hover {
color:#CCCCCC;
}
