body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.63em;
	background-color: #a1cde8;
	background-image: url('../img/bg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
}
#header {
	width: 821px;
	margin: 10px auto;
	position: relative;
}
#logo {
	clear: right;
	width: 304px;
	margin: 0px auto;
}
	#logo a {
		background-image: url('');
		display: block;
		height: 50px;
		outline: none;
	}
		#logo a span {
			display: none;
		}
#wrapper {
	width: 821px;
	margin: 20px auto 0px auto;
}
	#wrapper .login {
		background-image: url('../img/button-login-now.gif');
		display: block;
		float: right;
		width: 114px;
		height: 28px;
		margin: 0px 20px 0px 0px;
		outline: none;
	}
		#wrapper .login span {
			display: none;
		}
	#wrapper .clear {
		clear: right;
	}
#info {
	background-image: url('../img/info-top.gif');
	background-repeat: no-repeat;
	padding: 24px 0px 0px 0px;
}
	#info .bottom {
		background-image: url('../img/info-bottom.gif');
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 0px 0px 24px 0px;
	}
	#info .center {
		background-color: #ffffff;
		background-image: url('../img/info-bg.gif');
		background-repeat: repeat-y;
		padding: 0px 23px;
	}
		#info .center .welcome {
			font-size: 1.4em;
			line-height: 35px;
			float: right;
		}
			#info .center .welcome a {
				color: #2b719c;
				text-decoration: none;
			}
			#info .center .welcome a:hover {
				text-decoration: underline;
			}
		#info .center h2 {
			font-size: 2.5em;
			color: #124769;
			font-style: normal;
			margin: 0px 0px 15px 0px;
		}
		#info .center .weather {
			line-height: 292px;
			background-image: url('../img/logo.jpg');
			background-repeat: no-repeat;
			height: 307px;
			padding: 0px 0px 0px 200px;
		}
		#info .center .bird {
			line-height: 35px;
			background-image: url('../img/icon-bird.gif');
			background-repeat: no-repeat;
			height: 35px;
			padding: 0px 0px 0px 60px;
		}
		#info .center .errors {
			font-size: 1.2em;
			color: #cc0000;
			line-height: 1.5em;
			margin: 0px 0px 10px 0px;
		}
			#info .center .errors a {
				color: inherit;
				text-decoration: none;
				background-color: #ffcece;
			}
		#info .center .success {
			font-size: 1.2em;
			color: #00cc00;
			line-height: 1.5em;
			margin: 0px 0px 10px 0px;
		}
			#info .center .success a {
				color: #009900;
			}
		#info .center .left {
			float: left;
			width: 327px;
		}
		#info .center .middle {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.7em;
			font-style: italic;
			color: #acc8d6;
			text-align: center;
			float: left;
			width: 57px;
			margin: 36px 0px 0px 0px;
		}
		#info .center .right {
			float: left;
			width: 327px;
		}
		#info .center .input {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.8em;
			color: #454545;
			width: 322px;
			margin: 10px 0px 0px 0px;
			padding: 5px 2px;
			background-color: #e6eef2;
			border: 1px solid #acc8d6;
			border-right: 0px;
			border-bottom: 0px;
		}
		#info .center label {
			font-size: 1.7em;
			color: #407596;
			cursor: pointer;
		}
		#info .center .clear {
			clear: left;
			height: 15px;
		}
		#info .center .time {
			font-size: 1.3em;
			color: #97b3c1;
			clear: left;
		}
		#info .center .password {
			font-size: 1.2em;
			color: #787878;
			float: right;
			margin: 10px 0px 0px 0px;
		}
		#info .center .disable {
			font-size: 1.3em;
			color: #213c4d;
			margin: 10px 0px 0px 0px;
		}
			#info .center .disable a {
				color: inherit;
			}
			#info .center .disable .light {
				color: #a0bbc9;
			}
#options {
	background-color: #f25238;
	background-image: url('../img/options-main.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
}
	#options h2 {
		font-size: 1.2em;
		font-weight: normal;
		color: #ffffff;
		text-transform: uppercase;
		line-height: 23px;
		height: 23px;
		margin: 0px 10px;
		padding: 12px 0px;
		border-bottom: 1px solid #f5644c;
	}
	#options h2.arrow {
		background-image: url('../img/icon-arrow.gif');
		background-position: center left;
		background-repeat: no-repeat;
		padding: 10px 0px 10px 33px;
	}
	#options .padding {
		padding: 10px 20px;
	}
	#options .heading {
		font-size: 1.6em;
		color: #ffffff;
		margin: 15px 0px 0px 0px;
	}
		#options .heading em {
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 0px 3px;
		}
		#options .heading label {
			background-color: #f5644c;
			padding: 0px 3px 0px 0px;
			cursor: pointer;
		}
	#options .sub-heading {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-style: italic;
		color: #ff9482;
		padding: 2px 0px;
	}
	#options .button {
		margin: 20px 0px 0px 0px;
	}
	#options .note {
		background-image: url('../img/note-top.gif');
		float: right;
		width: 190px;
		margin: -55px 35px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
		#options .note .bottom {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.2em;
			font-style: italic;
			color: #ffffff;
			line-height: 1.7em;
			background-image: url('../img/note-bottom.gif');
			background-position: bottom;
			padding: 0px 10px 10px 25px;
		}
#footer {
	font-size: 1.2em;
	color: #213c4d;
	text-align: center;
	width: 821px;
	margin: 40px auto;
}
	#schedule .date {
		padding: 5px 0px;
	}
		#schedule .date * {
			vertical-align: middle;
		}
		#schedule .date .select {
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 1.2em;
			color: #2b678b;
		}
		#schedule .date .divider {
			font-size: 1.4em;
			color: #fff287;
			display: inline-block;
			padding: 0px 3px;
		}
#how-to {
	margin: 0px 10px;
}
	#how-to p {
		font-size: 1.3em;
		color: #ffffff;
		line-height: 1.3em;
	}
		#how-to p a {
			color: #ffffff;
		}
#tips {
	color: #f5644c;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style: square;
}
	#tips li {
		font-size: 1.3em;
		color: #ffffff;
		margin: 5px 0px 0px 0px;
	}
		#tips li h3 {
			font-size: 1em;
			font-weight: normal;
			display: inline;
			margin: 0px;
		}
			#tips li h3 a {
				color: #ffffff;
			}
#login {
	background-color: #91bcd7;
	background-image: url('../img/login-bg.gif');
	background-repeat: no-repeat;
	width: 821px;
	margin: 0px auto;
}
	#login .bottom {
		background-image: url('../img/login-bottom.gif');
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 20px 10px;
	}
	#login .icon {
		background-image: url('../img/icon-login.gif');
		float: left;
		width: 48px;
		height: 47px;
	}
	#login h2 {
		font-size: 1.4em;
		font-weight: normal;
		color: #27546f;
		margin: 0px;
	}
	#login input {
		vertical-align: middle;
	}
	#login .input {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 1.6em;
		color: #1a4d6b;
		margin: 8px 0px;
		padding: 8px 6px;
		border: 0px;
		border-top: 1px solid #8db4cc;
		border-left: 1px solid #8db4cc;
	}
	#login p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-style: italic;
		color: #1a4d6b;
		line-height: 1.5em;
		margin: 0px 0px 0px 50px;
	}
#digg {
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #0099cc;
	position: absolute;
	top: 0px;
	left: 0px;
}