@charset "utf-8";
/* CSS Document */

* {font-family:Arial, Helvetica, sans-serif;}
body {background-image: url(images/bg.gif);background-repeat: repeat;}
#wrapper {margin: 0 auto 0 auto;width: 900px;text-align: left;}
.grayText { color:#999; }
p{margin:0;padding:0;line-height:0;}
/* Header */
#header {background:url(images/img_header_10x.gif) no-repeat;height:47px;padding: 103px 22px 0 22px;font-size:14px;}
#headerText {float:right;}
#headerText li {font-size:11px;	color:#4089D9;list-style:none;display:inline;padding-left:5px;}
#headerText ul li a{text-decoration:none;color:#4089D9;}
#headerText ul li a:hover {text-decoration:underline;}
a.header:link, a.header:active, a.header:visited {text-decoration:none;color:#4089D9;}
a.header:hover {text-decoration:underline;color:#4089D9;}
/* Footer */
a.footer:link, a.footer:active, a.footer:visited {text-decoration:underline;color:#999;}
a.footer:hover {text-decoration:none;color:#999;}
#footer {height:71px;padding:22px;background-color:#ecf3fb;}
#footerText {font-size:10px;color:#999;width:510px;}

