#header {
position:absolute;
top:0;
left:0;
	height:60px;
	width:100%;
	background:#ededed url(bg.gif) repeat-x;
}
#header .txt {
	margin:15px auto 5px 20px;
}
.navbar a{
text-decoration: none !important;
}
 @media screen {
 #idcontent {
 position:absolute !important;
 top:60px !important;
 left:0;
 width: 100%;
 padding: 0px !important;
}
#innerdiv {
	padding: 10px 5px 5px 10px !important;
	padding: 0px;
}
html.nonscroll {
	overflow:hidden;
}
body.nonscroll {
	overflow:hidden;
	height:100%;
}
div.nonscroll {
	overflow:auto;
}
#container {
	height:100px;
	width:100%;
	margin:10px;
}
#footer {
	height:25px;
	width:100%;
	background:#dde5ef;
	border-top:1px solid #808aa6;
}
#footer .txt {
	margin:5px 0 5px 10px;
	font:70% verdana;
}
a:link {
	color: #005FA9;
	text-decoration: none;
}
a:visited {
	color: #005FA9;
	text-decoration: none;
}
a:hover, a:visited:hover {
	background-color: #DDEEFF;
}
}



.clr{
clear:both;
}