html, body {
	padding: 0;
	margin: 0;
	background-color: #0B0C4F;
	font-family: Georgia, Arial, sans-serif;
	font-size: 1em;
}

.hide {
	display: none;
}

#header, #header_bar, #wrapper {
	width: 770px;
	margin: 0 auto;
}

#wrapper {
	margin-top: 10px;
}

#container {
	background-color: #fff;
	background-image: url("images/body_back.gif");
	background-repeat: repeat-x;
	background-position: 0 -40px;
}

#header {
	height: 110px;
	position: relative;
}

	#header h1 {
		margin: 10px 0 0 0;
		padding: 0;
		background-image: url("images/logo.gif");
		background-repeat: no-repeat;
		height: 80px;
		float: left;
		width: 281px;
	}

		#header h1 a {
			display: block;
			position: absolute;
			top: 10px;
			left: 10px;
			width: 270px;
			height: 70px;
			text-indent: -10000px;
		}

	#header h4 {
		margin: 12px 0 0 0;
		padding: 0;
		color: #F894B6;
		font-size: 75%;
		float: right;
		font-weight: normal;
	}

	#header ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		right: 0;
	}

		#header ul li {
			background-repeat: no-repeat;
			display: block;
			float: left;
			height: 60px;
			width: 102px;
			margin-left: 15px;
		}

			#header ul li.legacy { background-image: url("images/box_legacy.gif"); }
			#header ul li.download { background-image: url("images/box_download.gif"); }
			#header ul li.shop { background-image: url("images/box_shop.gif"); }
			#header ul li.lottery { background-image: url("images/box_lottery.gif"); }
			#header ul li.donate { background-image: url("images/box_donate.gif"); }

			#header ul li a {
				display: block;
				width: 100%;
				height: 100%;
				text-indent: -10000px;
			}

#header_bar {
	height: 70px;
}

	#header_bar h2 {
		margin: 0;
		padding: 0;

		color: #fff;
		font-size: 110%;
		font-weight: normal;
		line-height: 60px;
		float: left;
	}

	#header_bar p {
		margin: 0;
		padding: 0;

		color: #fff;
		line-height: 60px;
		float: right;
		background-image: url("images/header_bar_button.gif");
		background-repeat: no-repeat;
		background-position: center right;
		font-size: 90%;
	}


		#header_bar p a {
			color: #fff;
			text-decoration: none;
			margin: 0 13px 0 20px;
			font-size: 85%;
			font-style: italic;
		}

			#header_bar p a:hover {
				text-decoration: underline;
			}


	#container #side {
		float: right;
		width: 180px;
		margin: 10px 0 30px 0;
	}

	#container #side ul {
		padding: 0;
		margin: 0;
	}

			#container #side ul li {
				margin-bottom: 10px;
				list-style: none;
			}

				#container #side ul .here, #container #side ul .border_bottom {
					padding: 10px 0;
					background-image: url("images/nav_dots.gif");
					background-repeat: no-repeat;
					background-position: top right;
				}

				#container #side ul li.here span {
					display: block;
					color: #0C0D4E;
					font-weight: bold;
					font-style: italic;
					font-size: 120%;
				}

				#container #side ul .border_bottom {
					background-position: bottom right;
				}

				#container #side ul li.last {
					margin-top: 30px;
				}

				#container #side ul li a {
					color: #EF0381;
					text-decoration: none;
					font-size: 80%;
					display: block;
					padding: 2px 0 2px 25px;
					width: 155px;

				}
					#container #side ul li a:hover {
						background-image: url("images/nav_list_on.gif");
						background-repeat: no-repeat;
						background-position: center left;
						color: #0C0D50;
					}

					#container #side ul li ul {
						display: none;
					}

					#container #side ul li.here ul {
						display: block;
						margin: 0;
					}

						#container #side ul li ul li a {
							background-image: url("images/nav_list_off_inner.gif");
							background-position: center left;
							background-repeat: no-repeat;
							padding-left: 40px;
							width: 140px;
						}

							#container #side ul li ul li a:hover {
								background-image: url("images/nav_list_on_inner.gif");
							}

	#container #side form {
		margin: 25px 0 0 25px;
		padding: 0;
		padding-top: 15px;
		font-size: 0.8em;
		border-top: 1px solid #ccc;
	}

		#container #side form fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}

			#container #side form fieldset label {
				display: block;
				color: #666;
				font-size: 120%;
				margin: 0 0 10px 0;
				padding: 0;
			}

			#container #side form fieldset a {
				font-family: Tahoma;
				font-size: 0.7em;
				text-decoration: none;
				color: #666;
				display: block;
			}

			#container #side form fieldset a.ask {
				margin: 10px 0 0 27px;
			}

			#container #side form fieldset img {
				border: none;
				vertical-align: middle;
			}

			#container #side form fieldset input {
				margin: 0;
				font-size: 0.8em;
				width: 100px;
				padding: 1px 1px;
			}

			#container #side form fieldset input.submit {
				width: auto;
				padding: 0 4px;
				cursor: pointer;
			}

	#content {
		float: left;
		width: 570px;
		padding-bottom: 20px;
	}

		#content a {
			color: #EF0381;
		}

		#content h2, #content h3 {
			font-size: 180%;
			font-weight: normal;
			color: #0D0C4E;
			margin: 0 0 0.5em 0;
		}

			#content h2 span {
				font-size: 60%;
				color: #999;
				display: block;
				font-weight: normal;
			}

			#content h3 {
				font-size: 145%;
			}

		#content p {
			color: #003;
			margin: 0 0 1em 0;
			font-size: 90%;
			line-height: 1.7em;
		}

		#content ul {
			color: #003;
			font-size: 90%;
			line-height: 1.7em;
			padding-left: 0;
			margin-left: 0;
			list-style: none;
		}

			#content ul li {
				padding-left: 20px;
				margin-bottom: 1em;
				background-image: url("images/arrow.gif");
				background-repeat: no-repeat;
				background-position: 0 5px;
			}

		#content img {
			border: 1px solid #ccc;
		}

			#content img.right {
				float: right;
				margin: 0 0 15px 15px;
			}

	#content table {
		border-collapse: collapse;
	}

		#content table tr {
		}

			#content table tr th, #content table tr td {
				padding: 5px;
			}

			#content table tr th {
				background-color: #ccf;
			}

	#content div.complete_online {

	}
		#content div.complete_online a {
			display: block;
			padding: 5px 8px 5px 15px;
			background-color: #eee;
			border: 1px solid #DFDFDF;
			-moz-border-radius: 10px;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			text-decoration: none;
		}
			#content div.complete_online a:hover {
				background-color: #D1D3EF;
			}

					#content div.complete_online a span.title {
						font-size: 120%;
						font-weight: normal;
						color: #0D0C4E;
					}
					#content div.complete_online a span.subtitle {
						line-height: 25px;
						font-size: 95%;
						padding-left: 25px;
					}

#footer {
	height: 75px;
	background-image: url("images/foot_back.gif");
	background-repeat: repeat-x;
}

	#footer p {
		text-align: center;
		font-size: 70%;
		color: #669;
		padding-top: 10px;
	}
		#footer p a {
			color: #669;
			text-decoration: none;
		}

			#footer p a:hover {
				text-decoration: underline;
			}

	#footer ul {
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
		text-align: center;
	}

		#footer ul li {
			display: inline;
			padding: 10px 30px 10px 0;
		}

		#footer ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 90%;
		}

			#footer ul li a:hover {
				text-decoration: underline;
			}


/* clearing fixes for ie6 */

	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */