/* layout CSS */
/* hanya berisi settingan ukuran, posisi DLL kecuali settingan warna */

/*
#{
	padding:0px;
	margin:0px;
}
*/
html, body{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
#wrap{
	width:100%;
	min-height:100%;
	position:relative;
	/*text-align:center;*/
}

/********* header ************/
/*****************************/
#header{
	width:990px;
	height:90px;
	padding:5px;
	margin:auto;
}
#header .left{
	float:left;
	height:90px;
	width:470px;
	/*border:1px solid #f00;*/
}
#header .left .logo{
	width:90px;
	height:90px;
}
.menu{
	float:right;
}
.logo{
	float:left;
}
#header .left .menu{
	width:350px;
	margin-top:50px;
}
#header .right{
	float:right;
	height:90px;
	width:508px;
	/*border:1px solid #f00;*/
}

/********* content ************/
/*****************************/
#content{
	width:990px;
	margin:auto;
	padding:25px 5px 30px 5px; /* 30px adalah tinggi footer */
}
.content-left, .content-right{
	width:475px;
	/*border:1px solid #f00;*/
}
.content-left{
	float:left;
}
.content-right{
	float:right;
}
.demo{
	background:url('../images/demo.jpg') no-repeat;
	width:201px;
	height:135px;
	margin:auto;
	/*border:1px solid #f00;*/
}
.box{
	padding:10px;
}

/********* footer ************/
/*****************************/ 
#footer {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;   /* Height of the footer */
}

/* lain lain */
.clear{
	clear:both;
}
.linespace{
	margin-top:50px;
}
.form{
	border:1px #000000 solid;
	width:250px;
	padding:5px 10px 5px 10px;
}
.formbtn{
	border:1px #000 solid;
	width:120px;
	padding:5px 10px 5px 10px;
	cursor:pointer;
}