html, body {
	width:100%;
	margin:0px;
	padding:0px;
	background: #7CBEE2 url(/V2/images/bg-repeat.png) repeat-y 50% 50%;
}

body, table, div, tr, td {
	font-family: verdana, tahoma;
	font-size: 12px;
}

.input {
	border:1px inset #000;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0081c7;
}

body.frames {
   /* margin: 0;
   padding: 188px 0 0 0;
   overflow: hidden; */
}

div#headerFrame {
   /* position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 188px;
   padding-right: 17px; */
}

div#contentFrame {
	/* position: absolute;
   top: 188px;
   left: 0;
   bottom: 0;
   right: 0;
   overflow: scroll; */
}


div#wrapper {
	margin: auto;
	width: 1000px;
}	

div#header {
	/* background: url(/V2/images/header.png) no-repeat; */
	height: 162px;
	margin: auto;
	width: 1000px;
	position: relative;
}

div#flags {
	width: 105px;
	position: absolute;
	left: 945px;
	margin-top: 3px;
}

div#mainMenu {
	position: relative;
	background: url(/V2/images/menu_bg.png) repeat-x;
	height: 26px;
	color: #FFF;
	padding-left: 10px;
}

div#mainMenuItems {
	color: #FFF;
	padding-top: 5px;
}

div#mainMenuItems a {
	text-decoration: none;
	color: #FFF;
}

div#mainMenuItems a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

div#content {
	padding: 5px 10px 10px 10px;
	/* position: relative; */
}

td.shadow_right {
	background: #7cbee2 url(/V2/images/shadow_right.gif) repeat-y;
}

td.shadow_left {
	background: #7cbee2 url(/V2/images/shadow_left.gif) repeat-y right;
}

div#selectLang {
	position: absolute;
	top: 90px;
	left: 480px;
	width: 150px;
	height: 100px;
	z-index: 2;
}

div#quickLinks {
	position: absolute;
	top: 230px;
	left: 480px;
	width: 150px;
	height: 100px;
	z-index: 2;
}

div#selectLang ul,
div#quickLinks ul {
	margin-top: 3px;
	padding-left: 15px;
}

div#selectLang a,
div#quickLinks a {
	text-decoration: none;
	color: #000;
}

div#selectLang a:hover,
div#quickLinks a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#tuTitle {
	position: absolute;
	top: 30px;
	left: 15px;
	height: 55px;
	width: 639px;
	/* background: url(/V2/images/tu_title.gif) no-repeat; */
}

div#sheeps {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 432px;
	width: 554px;
	background: url(/V2/images/sheeps.png) no-repeat;
}

div#animals {
	position: absolute;
	top: 40px;
	left:665px;
	height: 503px;
	/* width: 315px;
	 background: url(/V2/images/animals.png) no-repeat; */
}

div#animals img {
	padding-right: 2px;
}

div#breakingNews {
	position: absolute;
	top: 410px;
	left: 17px;
	height: 125px;
	width: 642px;
	background: url(/V2/images/breaking_news.png) no-repeat;
	font-size: 11px;
	padding-top: 18px;
}

div#breakingNews ul {
	margin-left: -10px;
}

div#breakingNews ul li {
	padding: 3px;
}

div#breakingNews ul li a {
	color: #000;
	text-decoration: none;
}

div#breakingNews ul li a:hover {
	text-decoration: underline;
}

td.itemHeader {
	font-size: 11px;
	color: #FFF;
	padding: 2px;
	background-color: #f28f1d;
}

td.itemHeaderActive {
	font-size: 11px;
	color: #FFF;
	padding: 2px;
	background-color: #1E8CC8;
}

td.itemMain {
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px;
}

td.itemMain img {
	padding: 0 10px 0 0;
}

a.submenu1 {
	color: #0081c6;
	font-weight: bold;
	text-decoration: none;
}

a.submenu1:hover {
	text-decoration: underline;
}

a.submenu2 {
	color: #f28f1d;
	font-weight: bold;
	text-decoration: none;
}

a.submenu2:hover {
	text-decoration: underline;
}

div#topper {
	margin-bottom: 4px;
}

div#topper a {
	font-size: 10px;
	color: #f28f1d;
	text-decoration: none;
}

form#search {
	position:absolute; 
	top:1px;
}