.mybody {
       font: 20px verdana;
       background: transparent url(img/body_bg.gif) repeat-y top left;
       width: 980px;
       margin: 0 auto;
}

.mybody a {
	text-decoration: none;
}

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

#myheader {
	height: 79px;
	background: transparent url(img/header_bg.gif) no-repeat top left;
	padding: 50px 37px 0 0;
	margin: 0;
}

#navBox {
	float: right;
	position: relative;
	top: 10px;
	left: -5px;
}

#textSearch {
	background: transparent url(img/input_search.gif) no-repeat top left;
	border: 0;
	color: #f46d36;
	font: 0.7em arial;
	width: 99px;
}

#submitSearch {
	background: transparent url(img/input_searchok.gif) no-repeat top left;		
	border: 0;	
	width: 24px;
	height: 22px;
	position: relative;
	margin: 0;
	padding: 0;
}

#logo {
	margin: 0 30px;
	float: left;
	height: 79px;
	border: none;
}

#searchBox {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 600px;
}

#searchBox div {
	right: 0;
	position: absolute;
}

.mainNav {
	right: 0;
	position: absolute;
	margin: 0;
	padding: 0 0 8px 0;
}

.mainNav li {
	display: inline;
	font-size: 0.6em;
}

.mainNav a, a:visited {
	color: white;
	border: 0;
}

.mainNav a:hover {
        color: white;
	text-decoration: none;
	background-color: transparent;
	border-bottom: solid 3px #f46b36;
}

.footer {
	height: 43px;
	font-size: 0.9em;
	width: 980px;
	margin: 0 auto;
}

.footer div {
	padding: 26px 37px 0 40px;
}

.footer #net-ng {
        float: right;
        position: relative;
        top: -18px;
        right: 44px;
        width: 23px;
        height: 20px;
	background-color: transparent;
	border: none;
}

