body{
	background:#gray;
	font:100% Tahoma;
	color:#fff;
}

#body{
	background:#480;
	width:1100px;
	height:700px;
	margin:15px auto;
	padding:0px;
	box-shadow:0px 0px 55px #000;
	border:1px solid #000;
}

/*****************header****************/
#header{
background-color:#000;
font:100% "Georgia";
width:1090px;
height:160px;
margin:0px auto;
padding:5px;
border-bottom:2px solid #000;
background: url(img/header.png) repeat-x left bottom;

}
#header h1{
	margin-top:20px;
	font-size:50px;
	text-align:center;
	padding-left:30px;
}
/***************menu*************/
#menu{
	padding:10px;
	width:1078px;
	height:20px;
	display:block;
	border:1px solid #000;
	box-shadow:inset 0px 0px 20px #000;
}
#menu ul{
	display:inline;
	padding:7px;
	margin-left:0px;
}
#menu ul li{
	width:150px;
	height:30px;
	padding:10px 0px 11px 0px;
	margin:0px 0px 0px -6px;
	display:inline;
}
#menu ul li a{
	font-size:13px;
	text-decoration:none;
	color:#000;
	display:inline;
	padding:5px 30px 5px 20px;
	text-align:center;
}
#menu ul li:hover{
	background:#f90;
}

/***************sidebar************/
#sidebar{
	float:left;
	width:170px;
	margin:10px 5px 10px 16px;
	color:#000;
	font-size:13px;
	padding:10px;
}
#sidebar a{
	text-decoration:none;
	display:block;
	text-align:left;
	color:#000;
	padding:5px;
}	
#sidebar a:hover{
	background:#f90;
}


/************konten**************/
#content{
	width:860px;
	height:460px;
	margin:52px 10px 10px 230px;
}

/****************lain lain***************/
iframe{
	width:860px;
	height:460px;
	font-size:12px;
	margin:0px 0px 0px 0px;
}