body {
	text-align:center; /*center hack*/
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#wrap {
	max-width:760px;
	width: auto !important; /*IE6 hack*/
	width:1000px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
}

#header_repeat {
	background: transparent url(../images/TopBg.jpg) repeat-x scroll 0 0;
	height: 103px;
}

#header{
	background: transparent url(../images/logo.jpg) no-repeat scroll 0 0;
	height: 103px;
	width: auto;
}

#header_text {
	float:none;
}
 



* {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color: #0374C9;
}

a:hover{
	text-decoration:underline;
}

h1 {
	color: blue;
	font-size: 22px;
	text-align: center;
}

#footer {
	font:11px Arial,Helvetica,sans-serif;
	color:#999;
	clear:both;
	text-align: center;
	margin-bottom: 22px;
}

#login {
	width: 300px;
	margin: 0 auto;
}

