html {
   margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
} 

body {
   margin: 0px 0px 0px 0px;
  padding: 39px 0px 0px 0px;
	background-color: #99B38D;
	background-image:url(images/tara_bg.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	font-family:tahoma;
	
}

#container {
	height: auto !important;
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	float: left;
	width: 980px;
	height: 121px;
	background-color: #99B38D;	
	background-image:url(images/tara_header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}



#navigation {
	float: left;
	width: 455px;
	height: 116px;
	padding: 60px 0px 0px 525px;
	font-size: 11px;
}

#navigation ul {
	margin: 0px;
   	padding: 0px;
	width: 520px;
}

#navigation ul li {
	float:left;
	margin: 0px;
   	padding: 0px;
	list-style: none;
}

#navigation ul li a {
	display:block;
	color: #4A4D1E;
	text-decoration:none;
	text-transform:lowercase;
	padding: 10px 20px 5px 20px;
}

#navigation ul li a:hover, 
#navigation ul li a.active {
	display:block;
	color: #D2F3E7;
	text-decoration:none;
	text-transform:lowercase;
	padding: 10px 20px 5px 20px;
}

#language {
	float: left;
	width: 200px;
	height: 32px;
	padding: 93px 0px 0px 0px;
}

#header_image {
	float: left;
	width: 980px;
	height: 113px;
	background-image:url(images/tara_header_image.jpg);
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
}

#frame {
	float: left;
	width: 980px;
	height: auto !important;
	background-image:url(images/tara_frame_image.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
}

#subnavigation {
	float: left;
	width: 171px;
	height: auto !important;
	padding: 20px 0px 0px 0px;
}

#subnavigation ul {
	margin: 0px;
   	padding: 0px;
	width: 171px;
}

#subnavigation ul li {
	margin: 0px;
   	padding: 0px;
	list-style: none;
}

#subnavigation ul li.level_2 a {
	display:block;
	color: #4A4D1E;
	text-decoration:none;
	text-transform:lowercase;
	padding: 5px 0px 5px 19px;
	font-size:12px;
}

#subnavigation ul li.level_3 a {
	display:block;
	color: #4A4D1E;
	text-decoration:none;
	text-transform:lowercase;
	padding: 0px 0px 3px 44px;
	font-size:11px;
}

#subnavigation ul li.level_2 a:hover, 
#subnavigation ul li.level_2 a.active,
#subnavigation ul li.level_3 a:hover, 
#subnavigation ul li.level_3 a.active {
	display:block;
	color: #D2F3E7;
	text-decoration:none;
	text-transform:lowercase;
}

#sidebar {
	float: left;
	width: 248px;
	height: auto !important;
	padding: 25px 15px 0px 15px;
	color: #4A4D1E;
	font-size: 11px;
	text-align:justify;
}

#sidebar a {
	color: #D2F3E7;
}

#sidebar a:hover {
	color: #4A4D1E;
}

#content {
	float: left;
	width: 495px;
	padding: 25px 25px 25px 10px;
	min-height: 449px;
	height: auto !important;
	height: 449px;
	color: #4A4D1E;
	font-size: 11px;
	text-align:justify;
}

h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight:bold;
}

h2 {
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight:bold;
}

h3 {
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight:bold;
}

input, select, textarea {
	font-size:11px;
	border: 1px solid #D2F3E7;
	background-color: #FDF9DF;
	color: #4A4D1E;
	padding: 1px 1px 1px 1px;
	margin: 0px 2px 2px 0px;
}


#content a {
	color: #D2F3E7;
}

#content a:hover {
	color: #4A4D1E;
}

#footer {
	float: left;
	padding: 0px 0px 0px 459px;
	height:32px;
	color: #553A48;
	font-size: 11px;
}

#footer a {
	color: #553A48;
	text-decoration:none;
}

#footer a:hover {
	color: #AAA5A8;
	text-decoration:none;
}


#copyright {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 0px;
}

#powered {
	float: left;
	width: 255px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}


/*
	min-height: 100px;
	height: auto !important;
	height: 100px;
*/