@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCC
}

#container {
	background-color: #FFF;
	width: 600px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: solid;
	border-radius: 20px;
	-moz-border-radius: 20px;
	border-width: 3px;
	border-color: black;
	padding: 25px;
}


h3 {
	text-align: center;
}

#logo {
	position: absolute;
	left: 25px;
	top: 15px;
}

#contact {
	position: absolute;
	text-align: right;
	color: #036;
	top: 70px;
	right: 25px;
	font: "Times New Roman", Times, serif;
}

hr {
	width: 475px;
	height: 5px;
	color: black;
	background-color: black;
	margin-left: 125px;
	margin-top: 95px;
}

#navbar {
	text-align: right;
	color: #999;
	margin-right: 58px;
}

#cari {
	margin-left: 10px;
	margin-top: 75px;
	float: left;
}

#content {
	position: static;
	float: right;
	width: 300px;
	color: #036;
	margin-top: 60px;
	text-align: justify;
}
a {
	text-decoration: underline;
	color: #666;
}

a:visited {
	color:#999;
}

#content a {
	color: #03C;
}

