body {
	background-color: #FFF;
	color: #877E70;
	font: 76% arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: none;
}


/* ----- positioning ----- */

#wrap{ 
 	width:100%; 
 	background-color: transparent; 
} 
	
#header {
	width: 100%;
	height: 70px;
	background: url(img/hdr_bg.gif) repeat-x;
}

#header2 {
	width: 100%;
	height: 20px;
	background-color: #3AA007;
	border-bottom: 2px solid #226402;
}

#header2_content a {
	width: 760px;
	text-align: left;
	margin-right: auto;
	color: #fff;
}

#header_content {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(img/hdr_headline.gif) no-repeat right;
}

#logo {
	height: 67px;
	width: 179px;
}	

#container {
	width: 100%;
	/* background-color: #3AA007; */
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #3AA007; /*  url(img/bg_body.gif) repeat-x 0 100%; */
}

iframe { 
	padding: 0; 
	margin: 0; 
	border: none;
	position: relative;
	height: 740px /* min-height: 286px;
}
* html iframe {
	height: 304px; */
}

#data {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#grn-line {
 height: 6px;
 width: 100%;
  background: url(img/bg_body.gif) repeat-x 0 0;
}
#left {
	width: 220px;
	margin: 15px 0px 15px 15px;
}

#left a:link, #left a:visited {
	color: #FFF;
}

#clientsays {
	background: url(img/clientsays.gif) no-repeat;
	height: 138px;
	width: 208px;
}

table#login {
	margin: 45px 5px 5px 13px;
	border: none;
}

table#login td {
	margin-top: 10px;
}

.right {  /* this was an ID */
	margin-left: 50px;
	text-align: left;
	padding-bottom: 10px;
	font: 110% arial,sans-serif;
}

.right a {
	color: #FF0000;
}

#footer {
	width: 100%;
	height: 10px;
	background-color: #FFF;
	background: url(img/bg_body.gif) repeat-x; 
	position: relative; 
	display: block;
}

#subfooter { position: relative; height: 99%; }

p#footer_content {
	margin: 0px auto;
	width: 760px;
	top: 99%;
	left: 50%;
}

p#footer_content a {
	color: #226402;
}

/* ----- styles ----- */

table {
	font-weight: bold;
}

input.field {
	background-color: #fff;
	border: 1px solid #EBC90B;
	height: 28px;	
	width: 175px;
}

input#login {
	height: 39px;
	margin-top: 15px;
	width: 166px;
}

p.admin {
	margin-top: 1px;
	text-align: center;
}

h1#blog {
	background: url(img/dta_blog.gif) no-repeat;
	height: 26px;
	width: 97px;
	margin: 24px 0 0;
	padding: 0;
	line-height: 0.1em;
	text-indent: -9000px;
	overflow: hidden;
}

h1#clients  {
	background: url(img/dta_clients.gif) no-repeat;
	height: 28px;
	width: 3338px;
	margin: 0;
	padding: 0;
	line-height: 0.1em;
	text-indent: -9000px;
	overflow: hidden;	
}


h1 span {
	margin: -3000px;
}

#footer p {
	margin: 0;
	padding: 10px 10px;
	text-align: center;
}
	
#footer p a, #footer p a:visited {
	color: #339900;
	}


	
