* {
  padding: 0;
  margin: 0;
} 

body {
  background: #132769 url(layout/bg.jpg);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

a {
  text-decoration: none;
  color: #0b75d9;
}

a:hover {
  color : #8bb30e;
}

/*----------------------*/

#site {
  background: ;
  border:1px;
  margin: 0px auto 0px auto;
  width: 940px;
  height:100%;
}

/*----------------------*/

#header {
  height:300px;
  width:940px;
  background: url(layout/header.png);
  padding-bottom:0px;
}

#header h1 {
  font-size: 26px;
  font-weight: 100;
  letter-spacing: -3px;
  padding: 0px 0px 0px 0px;
}

#header h1 a {
  color: #fff;
  text-decoration: none;
}

#header h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header h2 {
  color: #ba7b00;
  font-size: 15px;
  font-weight: 100;
  padding: 0 0 0 0px;
  letter-spacing: -1px;
  line-height: 12px;
}

/*----------------------*/

#main {
  background:;
  height:auto;
  width:940px;
  margin-left:0px;
}


#left_box{
  background:;
  width:265px;
  height:auto;
  top:0px;
  float:left;
}

#left_box ul {
  line-height:20px;
  list-style: none;
  margin-left: -10px;
  padding: 0px;
} 

.ul_submenue {
  padding-left: 20px;
  margin-left: 10px;
} 

#left_box ul li {
  background: url(layout/menu_ul.png) no-repeat;
  background-position:0px 0px;
}

#left_box ul li:hover{
  background-position:0px -20px;
}

.left_box_top{
  background: ;
  width:265px;
  height:5px;
}

.left{
  background: ;
  width:245px;
  height:auto;
  top:0px;
  float:left;
  margin-left:20px;
}

.left p{
  margin-left:0px;
  margin-right: 10px;
}

.left h1 {
  color: #000000;
  font-size: 14px;
  font-weight: 25;
  padding : 0px 0 0px 0;
  margin-left:4px;
}

.left h2 {
  color: #f99625;
  font-size: 12px;
  padding : 0px 0 5px 0;
}

.left h3 {
  color: #81baf8;
  font-size: 15px;
  font-weight: 120;
  padding: 0 0 0 11px;
  letter-spacing: 1px;
  line-height: 12px;
}

.left a {
  font-family:  Arial, Helvetica, sans-serif;
  color: #0b75d9;
  font-size: 14px;
  padding: 0 0 0 11px;
  letter-spacing: 0px;
  line-height: 12px;
}

.top_l{
  background: url(layout/top_l.png) no-repeat;
  height:5px;
}

.headline_l{
  background:  url(layout/headline_l.png) no-repeat;
  color: #ba7b00;
  font-size: 12px;
  height:20px;
}

.content_l{
  background: url(layout/content_l.png) repeat-y;
  padding: 0px 0px 0px 10px;
}

.separator_l{
  background: url(layout/separator_l.png) no-repeat;
  height:16px;
}

.bottom_l{
  background: url(layout/bottom_l.png) no-repeat;
  height:16px;
}

.left_box_bottom{
  background: ;
  width:265px;
  height:5px;
}

/*-------------*/

#right_box{
  background: url(layout/right_box_bg.png);
  width:675px;
  margin-left: 265px;
  top:0px;
}

.right_box_top{
  background: url(layout/right_box_top.png);
  width:675px;
  height:5px;
  margin-left: 265px;
}

.right{
  background: #0230EE;
  width:625px;
  margin-left: 15px;
  top:0px;
}

.right p{
  margin-left:2px;
}

.right h1 {
  color: #0b75d9;
  font-size: 18px;
}

.right h2 {
  color: #8bb30e;
  font-size: 14px;
  padding : 20px 0 5px 0;
}

.right h3 {
  color: #f99625;
  font-size: 11px;
  padding : 20px 0 5px 0;
}

.right a {
  text-decoration: none; 
}

.right a:hover {
  text-decoration: underline; 
}

.right ul {
  list-style-type: none;
  padding: 5px 10px 10px 10px;
}

.top_r{
  background: #fff no-repeat;
  height:5px;
}

.headline_r{
  background: #fff url() no-repeat;
  height:22px;
  padding: 10px 0 10px 0;
}

.content_r{
  background: #ffffff url(layout/content_r.png) repeat-y;
  padding: 0px 0px;
}

.separator_r{
  background: #fff url(layout/separator_r.png) no-repeat;
  height:10px;
  width:625px;
}

.partner{
  background: #ffffff;
  height:auto;
  width:621px;
  border:1px;
  border-style:dotted;
}

.bottom_r{
  background: #fff ;
}

.right_box_bottom{
  background: url(layout/right_box_bottom.png) no-repeat;
  width:675px;
  height:20px;
  margin-left: 265px;
}

/*---------------------*/

#footer {
  background: url() no-repeat;
  height:80px;
  width:100%;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

#footer a {
  text-decoration: none;
  color: #0b75d9;
}


#footer a:hover {
  text-decoration: underline;
  color : #99e11e;
}

/*------------------------------*/

.linkbox {
background: url(/pics/links.jpg) no-repeat; 
padding: 3px 3px 10px 58px; 
margin: 10px 0 10px 0; 
border: 1px dotted #dadadb;
}

