@charset "utf-8";
body  {
	background: #E0F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
 #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 

 #badan {
	width: 920px;
	margin: 0;
	text-align: left;
	position: relative;
	background: url(templatenew/dqs/badan.png) repeat-y;
} 

#showText {
	width: 158px;
	border: 1px solid #666666;
	background: #FFFF00;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

 #kotak {
	width: 830px;
	height: 200px;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
} 

 #kotak2 {
	width: 830px;
	height: 240px;
	border-width: 1px;
	border-style: solid;
} 

 #header {
	width: 920px;
	height: 145px;
	background: url(templatenew/dqs/header.png) no-repeat;
} 

#hormenu {
	background: url(templatenew/dqs/menubg.png) no-repeat;
	width: 901px;
	height: 36px;
	padding: 0px 0px 0px 19px;
	list-style: none;
	z-index: 20000;
}

.contentBox {
	background: repeat-y;
	width: 500px;
	float: left;
	position: relative;
	left: 100px;
}
.contentBox p {
	padding-left: 40px;
}

.contentBox  header {
	display: block;
	background: #006699;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

.contentBox  gambar {
	display: block;
	height: auto;
	width: 500px;
}

.contentBox  tech {
	display: block;
	padding-left: 10px;
}



 #sidebar1 {
	width: 200px;
	float: left;
	height: 370px;
	margin-top: 20px;
	margin-left: 40px;
}

#sidebar1 ul {
	list-style: none;
	padding: 0px;
	margin: 0px 35px 0px 0px;
}




 #mainContent {
	padding: 0 0px 0 40px;
	font-size: 13px;
	color: #666666;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: justify;
} 

 #mainContent1 {
	font-size: 13px;
	color: #666666;
	z-index: 10000;
	overflow: visible;
	margin-top: 20px;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0;
} 

 #footer {
	background:url(templatenew/dqs/kaki.png) no-repeat;
	height: 30px;
	width: 920px;
	color: #FFF;
	;
	font-size: 70%;
	padding-top: 4px;
	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	clear: none;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 12px;
	line-height: 0px;
	top: auto;
}

.sideisi {
	overflow: scroll;
	height: 350px;
	width: 160px;
	float: left;
}

.sideisi2 {
	overflow: scroll;
	height: 300px;
	width: 160px;
	float: left;
}

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid black 1px;
}
