body {      

  background: url('/_images/bg_page2.png'); 
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Sans-Serif; 
}

div#page {
  float:left;
  margin-top: 40px;
  margin-left: 90px;
  width: 800px;
}

div#banner {
  float:left;
  margin-top: 155px;
  margin-left: 5px;
}
div#banner img {
border: 1px #212424 solid;
}

div#header {
  float:left;
  width: 800px;
  border-bottom: #c4ea75 6px solid;
}

div#logo {
  float:left;
  height: 65px;
  width: 240px;
  border-bottom: #494d50 6px solid;
}

div#mainmenu {
  float:left;
  height: 65px;
  width: 560px;
  background: url('/_images/bg_header2.png') repeat-y;
  border-bottom: #6bbacf 6px solid;
}

div#submenu {
  float:left;
  height: 190px;
  width: 240px;
  background-color: #272b2e;
}
div#image {
  float:left;
  height: 190px;
  width: 560px;
}

div#content {
  float:left;
  width: 800px;
}

div#left {
  float:left;
  width: 240px;
  background-color: #424748;
}


div#right {
  float:left;
  width: 550px;
  padding-left: 10px;
  border-bottom: 6px #6bbacf solid;
  background-color: #303436;
}

div#footer {
  float:left;
  width: 800px;
}

div#fleft {
  float:left;
  width: 240px;
}


div#fright {
  float:left;
  width: 560px;
  background-color: #3b4043;
}

div#mainmenu ul {
float:right;
  margin: 0px;
  padding: 0px;
}

div#mainmenu li {
  float:left;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
}

div#mainmenu li a {
  float:left;
  color: #fff;
  text-decoration: none;
  border-top: 30px #3b4043 solid;
  margin-right: 15px;
  padding-top: 10px;
}

div#mainmenu li a:hover {
  color: #c4ea75;
  border-top: 30px #c4ea75 solid;
}

div#mainmenu li .active {
  float:left;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  padding-top: 10px;
  color: #6bbacf;
  border-top: 30px #6bbacf solid;
}



div#submenu ul {
  float:clear;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

div#submenu li {
  float:clear;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
}

div#submenu li a {
  display:block;
  color: #fff;
  text-decoration: none;
  border-left: 15px #3b4043 solid;
  border-bottom: 1px #686b6d dotted;
  padding: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}

div#submenu li a:hover {
  color: #c4ea75;
  border-left: 15px #c4ea75 solid;
}

div#submenu li .active {
  display:block;
  color: #6bbacf;
  text-decoration: none;
  border-left: 15px #6bbacf solid;
  border-bottom: 1px #686b6d dotted;
  padding: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}


.upcomming {
float:left;
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px #222426 solid;
background: url('/_images/bg_box.gif') repeat-x bottom;
}
.upcomming img {

border: 3px #000 solid; 
}

.upcomming .image_container {
float:left;
border: 1px #696d6d solid;
}

a img {
border: none;
}

#right h1 {
text-transform: uppercase;
margin:0px;
border-bottom: 1px #212424 solid;
margin-right: 15px;
margin-top: 10px;
padding-bottom: 5px;
padding-left: 25px;
color: #fff;
font-size: 13px;
font-family: arial;
padding-top: 1px;
background: url('/_images/bg_h1.png');
background-repeat:no-repeat;
background-position:0px 0px;

}

#right h1 a {
color: #c4ea75;
text-decoration: none;
}
#right h1 a:hover {
color: #6bbacf;
text-decoration: none;
}


.box_xl {

width: 515px;
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px #222426 solid;
background: url('/_images/bg_box.gif') repeat-x bottom;

}
.box_xl label {
font-size: 12px;
color: #ccc;
}

.captcha_text.mandatory {
font-size: 12px;
color: #ccc;
}
  
input.text.mandatory {
width: 200px;
background-color: #333;
color: #fff;
border: 1px #212424 solid;
margin-bottom: 10px;
padding: 2px;
}
input.text.text {
width: 200px;
font-size: 13px;
background-color: #333;
color: #fff;
border: 1px #212424 solid;
margin-bottom: 10px;
padding: 2px;
}
input.captcha.mandatory {
font-size: 12px;
width: 200px;
background-color: #333;
color: #fff;
border: 1px #212424 solid;
margin-bottom: 10px;
padding: 2px;
}

     
.textarea {
font-size: 13px;
font-family: arial;
background-color: #333;
border: 1px #212424 solid;
margin-bottom: 10px;
padding: 2px;
width: 505px;
color: #fff;
}
.submit {
font-size: 11px;
}

span.mandatory {
color: #c4ea75;
}
          

.box_xl .comment {
font-size: 12px;
color: #ccc;
}


.box_xl .comment a {
color: #c4ea75;
text-decoration: none;
}
.box_xl .comment a:hover {
border-bottom: 1px #fff dotted;
}


.box_xl .image_container {
float:left;
border: 1px #696d6d solid;
}


.box_m {
float:left;
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px #222426 solid;
background: url('/_images/bg_box.gif') repeat-x bottom;
}

.box_m .image_container {
float:left;
border: 1px #696d6d solid;
}


.box_m .date {
font-size: 11px;
color: #696d6d;
}
.date {
font-size: 11px;
color: #696d6d;
}
.box_m h2 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.box_m h2 a {
color: #c4ea75;
text-decoration: none;
}

.box_m h2 a:hover {
color: #6bbacf;
text-decoration: none;
}

.pagination {
font-size: 11px;
color: #696d6d;
} 

.pagination a {
color: #c4ea75;
text-decoration: none;
}
.pagination a:hover {
color: #6bbacf;
text-decoration: none;
} 
         
.pagination li {
float:left;
list-style: none;
margin-left: 5px;
margin-right: 10px;
}          

.p2 a {
margin-right: 10px;
}

#left h1 {
clear: both;
text-transform: uppercase;
margin:0px;
border-bottom: 1px #212424 solid;
margin-right: 10px;
margin-top: 10px;
padding-left: 25px;
padding-bottom: 3px;
color: #fff;
font-size: 13px;
font-family: arial;
margin-left: 10px;
background: url('/_images/bg_h1.png');
background-repeat:no-repeat;
background-position:0px 0px;

}

#left h1 a {
color: #c4ea75;
text-decoration: none;
}
#left h1 a:hover {
color: #6bbacf;
text-decoration: none;
}


#left .box {
float:left;
width: 200px;
padding: 10px;
margin-left: 10px;
margin-bottom: 10px;
border-bottom: 1px #2f3233 solid;
background: url('/_images/bg_box_s.png') repeat-x bottom;
font-size: 9px;
color: #cccccc;
text-align: justify;
line-height: 150%;
}

#left .box p {
margin: 0px;
padding: 0px;
}


#left .box a {
color: #c4ea75;
text-decoration: none;
}
#left .box a:hover {
color: #6bbacf;
text-decoration: none;
}

#left input.text.text {
width: 190px;
font-size: 11px;
background-color: #333;
color: #fff;
border: 1px #212424 solid;
margin-bottom: 10px;
padding: 2px;
}


#right .box {
width: 515px;
padding: 10px;
margin-bottom: 10px;
border-bottom: 1px #222426 solid;
background: url('/_images/bg_box.gif') repeat-x bottom;
font-size: 12px;
color: #cccccc;
text-align: justify;
line-height: 150%;
}

#right .box p {
margin: 0px;
padding: 0px;
}

#right .box a {
color: #c4ea75;
text-decoration: none;
}
#right .box a:hover {
color: #6bbacf;
text-decoration: none;
}

#left .box h2 {
font-size: 11px;
color: #fff;
margin: 0px;
padding: 0px;
padding-bottom: 5px;
}
.radio_container span {
float:left;
width: 200px;
}
.graph .label {
font-weight: bold;
font-size: 11px;
color: #fff;
padding-top: 5px;
}
.color {
background-color: #6bbacf;
color: #fff;
border: 1px #212424 solid;
}

.admin {
background-color: #333;
color: #fff;
border: 1px #212424 solid;
margin: 10px;
padding: 5px;
font-size: 11px;
line-height: 150%;
}
.admin p {
margin: 0px;
padding: 0px;
}
