@charset "utf-8";
/* CSS Document */

/*---global reset---*/

*{
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear{
	clear: both;
}

.white{
	color: #FFFFFF;
}
.gray{
	color: #666666;
}

.lefty{
	float: left;
	margin: 0 10px 10px 0;
}
.righty{
	float: right;
	margin: 0 0 10px 10px;
}

h1{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0d61a1;
	font-weight: normal;
}
h2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
}
h2 a{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: italic;
	color: #000000;
}
h3{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h4{
	font-size: 14px;
}
a{
	color: #000099;
}
a:hover{
	color: #FF0000;
}
p{
	margin-bottom: 20px;
	text-align: justify;
}
.center{
	text-align: center;
}
.breaker{
	clear: both;
	border-bottom: 1px dashed #666666;
	width: 100%;
	margin: 0 auto 20px auto;
}
ul{
	list-style: none;
}
/*------body------*/
body{
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
}
#wrap{
	width: 990px;
	margin: 0 auto;
	background-image: url(images/headerbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/*header*/
#header{
	width: 990px;
	height: 207px;
	position: relative;
}
#nav{
	position:absolute;
	left:42px;
	top:175px;
	width:944px;
	height:19px;
	z-index:1;
}
#nav ul{
	list-style: none;
}
#nav ul li{
	display: inline;
	background-image: url(images/navbar.png);
	background-position: right;
	background-repeat: no-repeat;
}
#nav ul li a{
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 10px 0 6px;
}
#nav ul li a:hover{
	color: #00CCFC;
}
/*content*/
#content{
	width: 990px;
	clear: both;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
}
#left{
	width: 630px;
	float: left;
	padding: 10px;
}
#right{
	width: 300px;
	float: right;
	padding: 10px;
	background-image: url(images/rightbg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: center;
}
/*footer*/
#footer{
	width: 990px;
	margin: 0 auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #cccccc;
}
#kaliwa{
	width: 23%;
	float: left;
}
#kaliwa p{
	margin: 14px;
}
#gitna{
	width: 43%;
	float: left;
	text-align: center;
	padding: 0 50px;
}
#kanan{
	width: 23%;
	float: left;
}
#kanan p{
	margin: 14px 4px 14px 14px;
	text-align: right;
}

#jet1{
	float:left;
	width: 49%;
	text-align: center;
}
#jet2{
	float:right;
	width: 49%;
	text-align: center;
}
#jet1 p, #jet2 p{
	text-align: center;
	margin: 6px;
}
#jet1 a, #jet2 a{
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
#jet1 a:hover, #jet2 a:hover{
	color: #FF0000;
}
