body {
  background: #fff url() repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #7d2dd6;
}

a:hover {
  color : #2a5500;
}

/*-----------fffcee-----------*/

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

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

#header {
  height:162px;
  width:940px;
  background: url(layout/header.jpg);
  border:1px solid;
  padding-bottom:0px;
}

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

#main {
  background: url(layout/main_bg.png) no-repeat;
  height:auto;
  border:1px solid;
  width:940px;
  margin-left:0px;
}

#left_box{
  background: url() no-repeat;
  width:180px;
  height:auto;
  top:0px;
  float:left;
}

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

#left_box ul li {
  background: url() no-repeat;
  background-position:0px 0px;
}

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

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

.left h1 {
  color: #000000;
  font-size: 14px;
}

.left h2 {
  color: #0e0b42;
  font-size: 12px;
}

.left h3 {
  color: #81baf8;
  font-size: 15px;
}

.left a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003205;
  font-size: 10px;
  padding: 0 0 0 11px;
}

.left a:hover {
  color: #5cdc4f;
}

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

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

.menu_l{
  background: url() repeat-y;
  padding: 0px 0px;
}
.content_l{
  background: url() repeat-y;
  padding: 5px 5px;
}

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

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

#right_box{
  background: url();
  width:675px;
  min-height:400px;
  margin-left: 215px;
  top:0px;
}

.right{
  background:;
  width:675px;
  margin-left: 15px;
  top:0px;
}

.right h1 {
  color: #003300;
  font-size: 15px;
  font-weight: 25;
  padding : 0px 0 0px 0;
}

.right h2 {
  color: #0e0b42;
  font-size: 12px;
  letter-spacing: -1px;
  font-weight: 25;
  padding : 10px 0 0px 0;
}

.right a {
  text-decoration: none; 
}

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

.top_r{
  background: url() no-repeat;
  height:5px;
}

.headline_r{
  background: url(layout/content_r.png) repeat-y;
  height:22px;
  margin-right: 10px;
}

.content_r{
  background: url(layout/content_r.png) repeat-y;
  padding: 5px 0px 5px 10px;
  margin-right: 10px;
}

.content_r img.fl{
  float:left;
  margin:5px 20px 0 20px;
}

.content_r img.fr{
  float:right;
  margin:5px 20px 0 20px;
}

.bottom_r{
  background: url() no-repeat;
  height:5px;
}

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

#footer_top {
  background: url(layout/footer_top.png);
  height:62px;
  width:940px;
}

#footer {
  background: #000 url(layout/footer.jpg);
  height:75px;
  width:940px;
}
/*------------------------------*/
