html,body
{
	background-image: url(../images/bg.jpg);
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	background-color: white;
}

a
{
color:#369;
}


#wrapper
{
width:1010px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#header
{
width:1000px;
height:140px;
}

#logo
{
position:relative;
top:30px;
}

#customerservice
{
position:relative;
top:-40px;
left:840px;
width:160px;

}
#nav_bar
{
margin-top:10px;
	background-image: url(../images/header-bar.png);
	width: 1000px;
	height: 30px;
	background-repeat: no-repeat;
}

#nav
{
width:435px;
height:50px;
position:absolute;
margin-top:-30px;
margin-left:570px;

}

#nav ul
{
margin:0px 0px 0px 0px;
padding:0px;
width:435px;
}

#nav li
{
	width: auto;
	float: left;
	display: inline-block;
	background-image: url(../images/button_sm.png);
	background-position: 0px 2px;
	margin-right: 0px;
	background-repeat: no-repeat;
}

#nav a:link,#nav a:visited
{
	background-image: url(../images/button.png);
	background-position: right 0px;
	display: inline-block;
	margin-top: 2px;
	padding-left: 10px;
	margin-left: 7px;
	line-height: 32px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 3px;
	color: #fff;
	background-repeat: no-repeat;
}


#nav a:hover
{
	color: #FFFF99;
}

.sel
{
	color: #FFFF99 !important;
}

#river_title
{
margin-top:100px;
margin-bottom:20px;
}

#makepay
{
margin-left:350px;
margin-top:30px;
}

#content
{
width:100%;
height:auto;
}

#footer
{
	background-image: url(../images/footer.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	clear:both;
	margin-top:100px;
	text-align:center;
	padding:30px;
	font-size:11px;
}




#mainform label
{
	float: left;
	font-weight: normal;
	color: #fff;
}

#mainform label.error
{
	font-size: 11px;
	float: left;
	color: red;
	padding-left: 30px;
	padding-top: 5px;
	vertical-align: top;
	position: absolute;
}

#mainform input.error
{
	border: 2px solid red;
	width: auto;
}

#footer a
{
font-size:11px;
color:#369;
}


