@charset "utf-8";
/* Basic styles */
*{ margin:0; padding:0; border: 0;}
html,body{ height:100%; }
body{background-image:url(images/bground.gif); background-repeat: repeat-x;}
a img{ border:0 }
a,a:visited{color:#fff; cursor:pointer; text-decoration:none }
a:hover{color:#F79339; cursor:pointer; text-decoration:underline }
option{ padding-right:.5em }
ul,ol,dl{}
ul{ list-style:none }
/* Fonts */
body {
	color:#fff;
	font:11px/14px arial,sans-serif;
	text-align: center;
}
table { color:#fff; font:11px/14px arial,sans-serif;}
/* Body,html,wrapper */

#wrapper{
  position:relative;
  width:946px;
  margin-left: auto;
margin-right: auto;
text-align: left;
}
#body{
  position:absolute;
  top:0;
  left:0;
  z-index:100;
}

/* MAIN */
#main{
  overflow:hidden;
}

/*clear*/
.clear{
  clear:both;
}
#header{
  position:relative;
  height:186px;
  width:946px;
}
#spacer{
  position:relative;
  width:946px;
}
#spacer-hr{
  position:relative;
  height:28px;
  width:946px;
  background-image : url(images/bground_hr.gif);
  background-repeat : repeat-x;
}
#info {
	position:relative;
	height:28px;
	width:946px;
	background-image : url(images/bground_o.gif);
	background-repeat : repeat-x;
	text-indent : 40px;
	padding-top : 5px;
}
#hd-content{
  position:relative;
  height:54px;
  width:946px;
  background-image : url(images/bground_t.gif);
  background-repeat : repeat-x;
}
#project-img{
  float:left;
  position:relative;
  width:722px;
}
#project-info{
  float:left;
  position:relative;
  width:160px;
  padding-left: 50px;
}
#news{
  float:left;
  position:relative;
  width:500px;
  padding-left: 45px;
  font:12px/16px arial,sans-serif;
}

a.news,a:visited.news{color:#fff; cursor:pointer; text-decoration:underline; }
a:hover.news{color:#F79339; cursor:pointer; text-decoration:underline; }

H1 {font-size: 12px; color: #fff; font-weight: normal; margin-top: 0; margin-bottom: 0; line-height: 18px;}

h1 a, a:visited {
	color: #fff;
	}
