<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* v1.0 | 20080212 */
html{
background: url('../img/bg.png');
height:100%;
}
body {
  font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:140%;
	color:#000;
	background: url('../img/main_bg.jpg') no-repeat center center;
	height:100%;
	text-align:center;
}
#container{
  margin: 0 auto;
  width: 900px;
  text-align:left;
}
#header {
  margin-bottom:9px;
}
#header .right {
  padding-top:60px;
  text-align:right;  
}
#header .right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:700;
  color:#FFF;
  margin:0 0 1.1em;
  text-shadow: 1px 1px 2px #333;
}
#navigation{
  height: 52px;
  background:url('../img/head.png') no-repeat;
  color:#838383;
}
#navigation ul{margin-left:620px; list-style:none;}
#navigation ul li{ float:left; margin: 0 0 0 15px; width:74px; text-align:center;}
#navigation ul li a{
  text-decoration:none;
  font-size:14px;
  line-height:52px;
  color: #EEE;
  display:block;
  padding:0 6px;
}
#navigation ul li a:hover {
color:#fff;
background: url('../img/hover.png') repeat-x bottom left;
}

#headmain{
  margin: 0 auto;
  height:21px;
}
#main, #secondary {
  padding: 6px 30px 20px 30px;
  margin: 0 auto;
  color:#000;
  font-weight:normal;
}
#main {
  background: #FFF url('../img/gradient_main.png') no-repeat bottom center;
}
#secondary{
  background: #FFF url('../img/bg_secondary.png') no-repeat bottom center;
}
.title {
  border-bottom: 1px solid #c3d6e7;
  font-size: 24px;
  line-height:28px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom:20px;
}
.title img {
  vertical-align: bottom;
}
.text{
  float:left;
  width:330px;
}
#footer {
  margin: 0 auto;
  padding: 16px 30px 0;
  height: 57px;
  background:url('../img/footer.png') repeat-x;
  color:#838383;
  font-size: 11px;
}
div.hr {
  height: 5px;
  background: url('hr.png') repeat-x top left;
}
div.hr hr {
  display: none;
}</pre></body></html>