#Container {
	width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:11px;
}
#Header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:36px;
	text-align:center;
	height:260px;
	background-color:#D4BFFF;
	color:#FFF;
	background-image:url(../images/banner-projek.jpg);
}
#Menu {
	height:60px;
	background-color:#639;
	
}
#SideBar {
	width:211px;
	height:1200px;
	background-color:#99C;
	color:#000;
	float:right;
}
#MainBody {
	width:989px;
	height:1200px;
	background-color:#FFF;
	color:#000;
	float:left;
} 
#Footer {
	height:100px;
	background-color:#D4BFFF;
	clear:both;
	text-align:center;
	color:#000;
}
#MainBody ul li img {
	width: 200px;
	height: 140px;
	border-bottom-style:solid;
	border-radius:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#MainBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: italic;
	color: #000;
	padding-top:30px;
}

#MainBody ul {
	list-style-type:none;
}
#MainBody ul li {
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#MainBody h1 img {
	height: 400px;
	width: 800px;
	margin-left: 10%;
	border-bottom-style:solid;
	border-radius:10px;
}#canvas {
	height: 180px;
	width: 180px;
	margin-left:15px;
	margin-top:10px;
}
#MainBody center iframe {
	margin-top: 15px;
}
