@charset "utf-8";
/* CSS Document */

/***** Common Formatting *****/
ul {margin: 0; padding: 0;}
li {margin-bottom:5px;}

/***** Links *****/
a {
  	text-decoration: none;
  	color: #0FF;
}

a:hover {text-decoration: none; color: #0FF;}

/* body */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:url(images/bg.jpg);
}

/* Container */
#container {
	margin:0 auto;
	width:780px;
}

/* wrapper */
#wrapper {
	margin:0 auto;
	width:780px;
	border:1px solid #CCC;
	border-radius:10px;
	-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}

/* Marquee */
marquee {
	margin-top:5px;
	margin-bottom:5px;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#FF0;
}

/* content */
#content {
	width:780px;
}

#tabs {
	padding:10px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#menu{
	margin-top:20px;
	margin-bottom:20px;
}

#tabs p {
	text-align:center;
}
.judul-1 {
	color:#060;
	text-align:center;
	font-weight:bold;
	}
.smk {
	color:#00F;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	}
.taon {
	color:#000;
	text-align:center;
	font-weight:bold;
	}

.gbr2 {
	width:20%;
	-webkit-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	float:left;
	margin-top:-80px;
	margin-left:-20px;
}

.gbr1 {
	width:20%;
	-webkit-transform:rotate(-30deg);
	-moz-transform:rotate(-30deg);
	float:left;
	margin-top:-160px;
}

.gbr3 {
	width:7%;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	float:left;
	margin-top:-30px;
	margin-left:-150px;
}

#pesan {
	background-image:url(images/Envelope2.jpg);
	width:430px;
	height:230px;
	padding:10px;
	-webkit-transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	float:right;
	margin-top:-30px;
	margin-right:70px;
}

.komenatas {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#00F;
	font-style:italic;
}

#footer {
	text-align:center;
	color:#00F;
}