/*
Copyrights 2009 - Nico Sanders - Pt. Intan Angkasa Air Service - All rights reserved.
*/






html {
	background: #c0d8f0;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}



  
  
body {
	color:#505050;
	font-family: Verdana, sans-serif ;
	font-size: 11px;
	font-style: normal ;
	font-weight: normal ;
	text-transform: normal;
}


p {
	letter-spacing: normal ;
}

h1 {
	color:#683a1e;
	font-size:25px ;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#683a1e;
	font-size:16px ;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#683a1e;
	font-size:14px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#683a1e ;
	text-decoration:none;
}


a:hover {
	color:#ffb508;
	text-decoration:underline;
}


#wrapper {
	background: url('page-vbg.jpg') repeat-y 50% 0px ;
	margin:0 auto ;
	width:100%
}

  
  
body {
	background-color:#c0d8f0;
}





#bg {
	margin:0 auto;
	padding:0;
	background:url('chap.jpg') no-repeat center top ;
	
}



  
  
#header {
	margin: 0 auto;
	min-height:25px;
	height: 25px;
	width: 800px;
}


#page {
	background: url('page-bg.jpg') no-repeat center top;
}


#container {
	margin:0 auto;
	width:800px; 
}

#banner {
	margin: 0 auto;
	height:170px;
	width:100%;
}

#nav1 {
	height:30px;
	margin:0 auto ;
	width:792px;	
	text-align:center;
}


#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:30px;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial,sans-serif;
}


#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #ea1e1e ; 
	background:url('hmenu.jpg') repeat-x top left;
}


#nav1 ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 50px ;
	line-height:30px;
	font-weight:bold;
}


#nav1 ul li a:hover, #nav1 li#current a {
	color:#FFFFFF;
	background:url('hmenu-sel.jpg') repeat-x top left;
}



#content {
	width:792px;
	margin:0 auto ;
	text-align:left;
	min-height:450px;
}

#content p {
	text-align:justify;
}






#footerWrapper {
	margin:0 auto;
	height:120px;
	padding:0;
	background:url('footerWrapper-bg.jpg') no-repeat center top ;
}


#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:40px;
}


  
  
#footer {
	color:#FFFFFF;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}


#footer a:hover{
	color:#cc0000;
	text-decoration:none;
}



  
  