body,form,.front_div ul {
margin:0;
padding:0;
background-repeat:repeat-x;
background-color:#90BD5F;
text-align: center;
font-family: Arial, sans-serif;
background-image: url("../img/layout/body_r.jpg");
background-repeat:repeat-x;
}
img{margin:0; padding:0; border:0px;}
p {line-height:30px;}
h1 {
   font-size: x-large;
   font-weight: bold;
   color: #26503C;
   text-align: left;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   border-bottom-color: #FCFA01;
   line-height: normal;
   margin:5px;
}

h2 {
   font-size: large;
   font-weight: bold;
   color: #333333;
  /* color: #5D0106;*/
   margin:2px;
   padding:2px;
   border-bottom:1px solid #CCC;
}


#container{ 
	width:750px;
	padding: 0 20px;
	padding-bottom:0px;
	background-image: url("../img/layout/content_r.jpg");
	background-repeat:repeat-y;
	position:relative;
	clear:both;
   margin:0 auto;
}

#sidebar{ float:left; width:150px; color:#333;}
#sidebar ul{ margin:0; margin-left:10px; padding:0; }
#sidebar ul li { list-style:none; text-align:left;}
#sidebar ul li a { color:#26503C; font-weight:bold;}

#content {
width:550px;
margin:0px;
padding:0;
float:left;
position:relative;
background-color:#FFFFFF;
background-repeat:repeat-y;
padding:20px;
padding-top:0px;
position:relative;
text-align:left;
}
.column{ margin-bottom:-20000px;
padding-bottom:20000px; }

#container_t{ margin: 0 -20px; height:18px; width:790px; clear:both;
            background-image: url("../img/layout/content_t.jpg"); background-repeat:no-repeat;
            position:relative; }
#container_b{ margin: 0 -20px; height:15px; width:790px; clear:both; 
            background-image: url("../img/layout/content_b.jpg"); background-repeat:no-repeat;
            position:relative; }
            
#head {
width:790px;
height:150px;
margin: 0 auto;
position:relative;
font-size:x-small;
font-weight:lighter;
color:#FFF;
vertical-align:bottom;
text-align:center;
background-image:url(../img/layout/header.jpg);
background-repeat:no-repeat;
padding:0;
} 
#foot {
clear:both;
color:#333;
text-align: center;
position:relative; 
margin:0 auto;
padding:0;
width:750px;
background-image:url('../img/layout/foot_r.jpg');
background-position:bottom;
background-repeat:repeat-y;
z-index:0;
padding: 0 20px;
padding-top:0;
font-size:small;
}

#foot_b{
	width:790px;
	height:30px;
	background-image:url('../img/layout/foot_b.jpg');
   background-repeat:no-repeat;
   margin: 0 -20px;
	}
#foot_t{
   width:790px;
   height:26px;
   background-image:url('../img/layout/foot_t.jpg');
   background-repeat:no-repeat;
   margin: 0 -20px;
   margin-top:0px;
   }

.textarea {
font-size:small;
border:1px solid #666;
}

select {
border:1px solid #333;
font-size:medium;
background-color:#FFF;
}

option {
font-size:medium;
}

form {
clear:both;
margin:0;
padding:0;
}

#foot a{color:#FFF; font-weight:bold; float:right; }

a{ color:#26503C; text-decoration:underline; }
a:link{ }
a:active{}
a:hover{text-decoration:none;}
a:visited{ text-decoration:none;}


