body {
	background-image: url('/images/back2.jpg');
	background-attachment: fixed;
	background-color: #F3F3F3;
	margin:0px;
	padding:0px;
	font: 11px  verdana, arial, helvetica;
	color: #424749;
}

a {
	color: #399DC4;
}

a:visited {
	color: #800000;
}

h1{
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	color:#7e7373;
	padding:8px 0 8px 0;
	margin:0px;
}

h2{
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	color:#399dc4;
	padding:8px 0 8px 0;
	margin:0px;
}

p{
	text-align:justify;
	padding:0px;
	margin:0px;
}

p.left_text{
	text-align:justify;
	padding:5px 0 5px 0;
	margin:0px;
	color:#424749;
	font-size:11px;
	clear:both;
}

img.left_img{
	float:left;
	padding:3px;
	margin:0px 10px 10px 0;
}

#main_container{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}

#header{
	width:900px;
	height:120px;
	background:url('/images/header_bg.gif') repeat-x;
}

div.age{
	font-size:20px;
	font-weight:bold;
	color:white;
	background-color:darkgray;
	width:50px;
	height:50px;
	border-radius:5px;
	border: 1px solid white;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
	line-height:50px;	
}

.logo{
	float:left;
	padding:30px 0 0 25px;
}

div.logo p {
	margin-top: 3.5em;
}

/*----------------------menu-------------------------*/

#menu{
	width:500px;
	height:61px;
	float:right;
	padding-top:59px;
}

#menu ul{
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	display:block;
}

#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:64px;
	padding:0px 20px 0 20px;
}

#menu ul li a.tooltip{
	height:61px;
	float:left;
	text-decoration:none;
	position:relative;
	z-index:24;
}

#menu ul li a.tooltip:hover{
	z-index:25;
}

a.tooltip span{
	display: none;
}

a.tooltip:hover span{ 
	display:block;
	position:absolute;
	top:-30px; 
	left:0px;
	width: auto;
	height: auto;
	border:1px solid #0cf;
	background-color:#fff;
	padding:5px;
	color:#000;
	text-align: center;
}

.subheader_content{
	width:900px;
	height:130px;
	background:url('/images/middle_bg.jpg') no-repeat center;
}

.subheader_text{
	/*width:450px;*/
	float:right;
	padding:40px 10px 0 0 ;
	text-align:justify;
	color:#800000;
	font:large Tahoma;
	font-weight:bold;
	margin-right: 6.5ch;
}

.subheader_content h1 {
	clear: both;
	color: black;
	text-align: center;
	font-size: x-large;
	width: 874px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	padding: 0;
}

.subheader_content h3 {
	width: 874px;
	font: large Tahoma;
	text-align: left;
	color: #999999;
	font-weight: bold;
	margin: 0;
	margin-left: 7.3ch;
	margin-right: auto;
	padding: 0;
}

/*--------------------------center_content--------------*/
#center_content{
	width:900px;
	clear:both;
	height:auto;
}

.wide_content{
	width:850px;
	float:left;
	padding:5px 15px 5px 15px;
}

.left_content{
	width:450px;
	float:left;
	padding:5px 5px 5px 15px;
}

.right_content{
	width:400px;
	float:left;
	padding:5px 15px 5px 15px;
}

.title{
	clear:both;
	padding:10px;
	color:#828486;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.title span{
	font-size:28px;
	color:#424749;
}

.title span.blue{
	color:#4bb0d8;
	font-size:22px;
}

/*.contact_box{
	width:353px;
	height:122px;
	background:url('/images/contact_box.jpg') no-repeat center;
	background-position:0px 0px;
	margin:15px 0 0 10px;
}

.contact_box_text{
	width:200px;
	padding:5px 10px 10px 10px;
}*/

/*------------------------portofolio style---------------*/

.portofolio_box{
	width:427px;
	height:168px;
	text-align:center;
	padding-top:10px;
	background:url('/images/portofolio_box.gif') no-repeat center;
}

.more{
	width:90px;
	height:23px;
	padding:10px 0 10px 0;
	background:url('/images/more.jpg') no-repeat center;
	padding-left:33px;
}

.more a{
	text-decoration:none;
	color:#000;
	line-height:23px;
}

.next_project{
	clear:both;
	padding:10px 30px 10px 0;
	float:right;
	margin-right:20px;
	background:url('/images/arrow.gif') no-repeat right;
}

.next_project a{
	text-decoration:none;
	color:#000000;
}

/*-----------------------contact_form-------------------*/

#contact_form{
	width:435px;
	height:auto;
	padding:20px 0 0 20px;
}

.form_row{
	float:left;
	padding:4px 0 4px 0;
}

label{
	width:70px;
	float:left;
	padding:3px 5px 0 0;
	color:#7e7373;
	text-align:right;
}

input.contact_input{
	width:220px;
	height:18px;
	float:left;
	border:1px #cbd1d2 solid;
	background-color:#FFFFFF;
	color: #666666;
}

textarea.contact_textarea{
	width:320px;
	height:80px;
	float:left;
	border:1px #cbd1d2 solid;
	background-color:#FFFFFF;
	color: #666666;
}

.submit_form{
	clear:both;
	float:right;
	padding:10px 40px 20px 0;
}

/*-----------------------------footer------------------*/

#footer{
	clear:both;
	width: auto;
	height:45px;
	color: #999999;
	background:url('/images/footer_logo.gif') no-repeat left #dbdcdd;
	background-position:0px 50%;
}

.copyright{
	float:left;
	padding-left:70px;
	padding-top:15px;
}

.footer_links{
	float:right;
	padding-right:10px;
	padding-top:15px;
}

.footer_links a{
	text-decoration:none;
	color: #999999;
}

.footer_links a:hover{
	text-decoration:underline;
	color: #666666;
}

table.index {
	width: 460px;
	border-collapse: collapse; 
}

table.index th {
	text-align: center;
	font-weight: bold;
	background-color: #dbdcdd;
	color: #4bb0d8;
	font-size: large;
}

table.index td {
	padding: 4pt;
	font-size: 10pt;
	text-align: justify;
}

table.index a {
	text-decoration: none;
}

table.index span.author {
	font-weight: bold;
}

table.annot-table {
	width: 100%;
	border: none;
}

table.annot-table td {
	text-align: center;
}

table.annot-table td.linear {
	background-color: #DBDCDD;
}

table.annot-table td.linear img {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 93px;
}

table.annot-table td.linear div.empty {
	width: 100px;
	height: 93px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

table.annot-table h1 {
	color: #4BB0D8;
	font-size: 14pt;
	text-align: right;
	font-weight: 400;
}

span.idx p.hello {
	font-size: 12pt;
	margin-bottom: 1em;
}

span.idx span.jt {
	color: #4BB0D8;
}

div.ith {
	background-position: left middle;
	background-image: url('/images/ico-list_item.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #4BB0D8;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.hl_list {
	width: 100%;
	background-image: url('/images/backpaper.jpg');
	border: none;
}

table.hl_list tr td {
	width: 50%;
	margin: 0;
	border: none;
	padding: 2px;
	text-align: justify;
}

table.hl_list tr td:first-child {
	color: #800000;
	font-weight: bold;
}

table.hid {
	display: none;
}

div.idx_news_block {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url('/images/arrow_box.gif');
	padding-left: 72px;
	padding-top: 5px;
	min-height: 66px;
}

div.idx_news_block a {
	text-decoration: none;
	color: #4BB0D8;
}

div.idx_news_block span:first-child {
	color: #800000;
	font-weight: bold;
}

div#rules {
	padding-left: 1.5cm;
	padding-right: 1cm;
}

div#rules h1 {
	text-align: center;
	color:#7e7373;
}

div#rules h2 {
	text-align: center;
	color:#7e7373;
}

div#contacts {
	width: 353px;
	min-height: 122px;
	float: right;
	padding-right: 3px;
	background: url('/images/contact_box.jpg') no-repeat center;
}

div#contacts h1 {
	text-align: left;
}

div#contacts div {
	margin: 15 0 0 10;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

div#rksum {
	font-size: 8pt;
}

div#rksum span {
	font-weight: bold;
}

/*-------------------- news ----------------------------*/
div#news {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

p.bld {
	font-weight: bold;
}

span.bld {
	font-weight: bold;
}

span.itlq {
	font-style: italic;
}
