/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: OldStandard-Regular;
    src: url('font/OldStandard-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-image: url(img/background/bg_pat.png);
	background-repeat: repeat;
	background-color: #A67C51;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'OldStandard-Regular', arial, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p{
	font-family: 'OldStandard-Regular', arial, serif;
	font-size: 14px;
}

.header {
	width:695px;
	margin-left:7.8%;
	height: 120px;
	border: 0px solid #999999;
	padding: 5.5px;
	background-image:url(img/home/logo_small_new.png);
}
.divmenu {
	width:706px;
	margin-left:7.8%;
}

.container{
	width: 830px;
	margin: auto;
	height: auto !important;
	min-height: 100%;
	position: relative;
	background-image:url(img/background/bek.png);
	background-position:center;
	background-repeat:repeat-y;
}

.clearer {clear: both;}

.content{
	width:695px;
	border: 1px solid #F0F0F0;
	padding: 5px 5px;
	background-color:#F9E5CE;
	margin-left:7.8%;
	padding-bottom: 2em;
	text-align:justify;

}

#footer{
	float: left;
	width: 100%;
	color: #FFFFFF;
	background-color:#A67C51;
	border:1px solid #754C23;
	position: relative;
	height: 40px;
	padding-top:10px;
	font-size: 12px;
}

#content_footer{
	padding: 5px;
}
ul {margin-left: 2em;}

.content h1 {
	background: url(img/background/bgh1.gif) repeat-x left bottom;
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

#slidebanner{
	height: 240px; width: 680px;
	margin-bottom: 30px;
	margin-left: 7.8%;
}
#slidebanner img{
	padding: 12px; border: 1px solid #F2EFEB; background-color: #F2EFEB;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
}

.foto{
	border: 1px;
	padding-right: 19px;
	margin-right: 11px;
	padding-bottom: 5px;
	float:left;
}

.misc{
	width:830px;
	margin: auto;
	background-image:url(img/background/bek.png);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
}

.toggler { 
	width: 500px; 
	height: 200px;
	float: right;
}
#button { padding: .5em 1em; text-decoration: none; }
#button2 { padding: .5em 1em; text-decoration: none; }
#tombol { padding: .5em 1em; text-decoration: none; }
#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }

#caption {
	padding: 5px;
	width: 298px;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
}
#caption_small {
	padding: 5px;
	width: 238px;
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
}
