*{
	margin: auto;
	font-family: arial;
}

body{
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#header{
	padding: 20px 15px;
	position: fixed;
	width: 100%;
}

#menu{
	font-size: 18;
	margin-top: 6px;
}

#menu li{
	list-style: none;
	display: inline;
	margin-left: 17px;
}

#menu a{
	text-decoration: none;
}

#menu a:hover, .nav a:hover{
	color: white !important;
	border-bottom: solid 3px white;
	padding-bottom: 5px;
}

.left{
	float: left;
	width: 50%;
}

.right{
	float: right;
	width: 50%;
}

.clear{
	clear: both;
}

.b_navy{
	background-image:url('images/background.jpg');
}

.b_gray{
	background-color: #f6f6f6;
}

.b_white{
	background-color: white;
}

.c_tosca, #menu a, .nav a{
	color: #35b9ab !important;
}

.section{
	padding: 50px 0px;
}

.transparent{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 30px;
}

.transparent1{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 200px;
}

.rounded{
	border-radius: 12px;
}

.gallery img{
	width: 200px;
	border: solid 3px white;
}

.gallery a:hover img{
	opacity: 0.5;
}

#kiri{
	float:center;
}






.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  padding: 0px 250px 0px 250px;
}


.text-center {
  text-align: center;
}

#slide{
margin:0px auto;
padding:20px 0 0 0;
}

#footer{
	width:717px;
	text-align: center;
	padding: 20px 0px;
}

#biodata img
{
	width: 30%;
	float: left;
	padding: 5px;
	background-color: white;
}

#content_left
{
	float:left;
	width:500px;
	height:800;
}




#content_right
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
	width:500px;
	height:auto;
}

#content_right p
{
	color:#B22222;
}
.more{
	color:#000;
	border:double #666;
	background:#c19b6e;
	float:right;
	font-family:Brush Script MT;
	font-size:20px;
}

