/*----------- RESET ----------*/

/*
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
*/
.floatLeft {float: left;display: inline;}
.floatRight {float: right;display: inline;}
.clear {clear: both;}

/*----------- STYLESHEET ----------*/

body {
	background: #507AAC url(bg.jpg) repeat-y center top;
	color:#666666;
	font-size:11px;
}

a {color: #666;}

#container {
		margin: 0 auto;
		width: 750px;
	}
	#fdus_header {
			background:transparent url(header-bg.jpg) repeat scroll left 4px;
			height:175px;
			width:750px;
		}
		#fdus_header h1 {
		
			}
			#fdus_header h1 a {
					background:transparent url(sprite.jpg) no-repeat left top;
					display:block;
					float:left;
					display: inline;
					height:48px;
					margin:10px;
					text-indent:-9999px;
					width:425px;
				}
			#fdus_header h2 {
					background: url(sprite.jpg) no-repeat left bottom;
					height:35px;
					left:50%;
					margin-left:-110px;
					position:absolute;
					text-indent: -9999px;
					top:56px;
					width:256px;
				}
		#fdus_header ul {
				float: right;
				display: inline;
				margin: 20px 10px;
			}
			#fdus_header ul li {
					float: left;
					display: inline;
					margin-left: 5px;
				}
				#fdus_header ul li a {
						display: block;
						height: 31px;
						text-indent: -9999px;
					}
					#fdus_header ul li a#login-button {
							background: url(sprite.jpg) no-repeat -425px top;
							width: 60px;
						}
						#fdus_header ul li a#login-button:hover {
								background-position: -425px -31px;
							}
					#fdus_header ul li a#signup-button {
							background: url(sprite.jpg) no-repeat -485px top;
							width: 111px;
						}
						#fdus_header ul li a#signup-button:hover {
								background-position: -485px -31px;
							}
		#fdus_header p {
				color:#0A51A1;
				font-size:14px;
				margin:44px auto;
				text-align:center;
				width:700px;
			}
		
	#content {
			padding: 10px 0;
		}
	
	#footer {
		font-family:Verdana,Arial,Helvetica,sans-serif;
			border-top: 1px solid #CCCCCC;
			text-align: center;
			padding: 0 0 20px 0;
		}
		#footer a {text-decoration: none;}
		#footer ul {
				line-height: 16px;
				margin: 20px auto;
				width: 660px;
			}
			#footer ul li {
					display: inline;
				}
