#main {width: 100%; margin: 0 auto; text-align:center; min-width: 1003px; ;}
/*----!!!-----*/
#main_width { width: 100%; margin:0 auto; text-align:left; }
/*----!!!-----*/
#header { height: 71px; border:0px solid #333;}
* { margin:0; padding:0;}

body {
background:#66ad2e;
}
.wrapper { width:100%; border: none; }
/*==================txt, links, lines, titles====================*/
a {color:#64B445; }
a:hover { text-decoration:none;}
h2 { font-size:20px; font-weight:normal;}
h3 { font-size:1em; margin-bottom:4px;}
/*header
#header .row_1 { height:51px; text-align:center;}
#header .row_2 { height:320px; text-align:center;}
#header .row_2 div { position:relative; margin-left:-7px;}*/
/*content*/
#content { padding: 26px 0 30px 0; }
#content .inner { padding: 0 0 0 0; }
#content .inner1 { padding: 0 25px 0 0; }
#content .indent { padding: 0 30px 0 0; }
/*============================================*/
/*============================================*/
.larger_body{
width:100%;
margin-left:auto;
margin-right:auto;
background-color:#66ad2e;
border:0px solid #333;
}
.newbody{
width:960px;
height:560px;
margin:auto;
/*background-color:#f7f8f8;*/
border:0px solid #000;
}
/*============================================*/
/*============================================*/
.footer{
width:100%; 
height:269px;
text-align:center;
/*background-color:#0f0f0f;*/
background-image:url('../images/footerbkg.jpg');
background-repeat:repeat-x;
border-top:1px dotted #333;
}
#nav {
padding-top:20px;
margin:auto; 
text-align:center;
}
#nav li  {
font-family:Tahoma;
font-size:12px;
display:inline;
}
#nav li a:link {
padding:10px 1em;
text-decoration:none;
color:#FFF;
}
#nav li a:visited {
color:#FFF;
}
#nav li a:hover {
color:#333;
}
.copyright{
font-family:Tahoma; 
font-size:12px; 
color:#66ad2e;
text-align:center;
padding-top:30px;
}
/*============================================*/
/*============================================*/
.clr {
clear:both; 
padding:0; 
margin:0; 
width:100%; 
font-size:0px; 
line-height:0px;
}