/* Style reset  */
* {
	margin: 0px;
	padding: 0px;
}

	img {
		border: none;
	}

	ul {
		list-style: none;
	}

	/* Clear Fix */

		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}

		.clearfix {
			display: inline-table;
		}

		/* Hides from IE-mac \*/
		* html .clearfix {
			height: 1%;
		}

		.clearfix {
			display: block;
		}
		/* End hide from IE-mac */

/* Style main */
html {
	height: 100%;
}

	body {
		text-align: center;
		height: 100%;
	}

		#container {
			text-align: left;
		}

	body, input, select, textarea, td, th {
		font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

		#wrapper {
			position: relative;
			width: 980px;
			height: 100%;
			text-align: left;
			margin-left: auto;
			margin-right: auto;
		}

		* > #wrapper {
			min-height: 601px;
		}

			#tmp-spacer {
				width: 980px;
				height: 601px;
			}

			#container {
				background: url(background.jpg);
				position: absolute;
				top: 50%;
				margin-top: -300px;
				width: 980px;
				height: 601px;
				voice-family: "\"}\"";
				voice-family: inherit;
				width: 980px;
			}

			#head {
			}

				#head h1 a {
					display: block;
					width: 373px;
					height: 56px;
					margin-left: 5px;
				}

					#head h1 span {
						display: none;
					}

			#navigation {
				position: absolute;
				top: 62px;
				left: 403px;
			}

			#body {
				position: absolute;
				top: 125px;
				left: 15px;
				width: 370px;
				height: 405px;
			}

				#content {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 360px;
					height: 405px;
					overflow: hidden;
					color: #656870;
				}

					#content p {
						margin-bottom: 15px;
					}

					#content ul {
						padding-left: 20px;
						list-style: disc;
						padding-bottom: 10px;
					}
					
					#content a {
						color: #47494E;
					}
					
					#content a:hover {
						color: #0A0A0B;
					}



				#content-scroll {
					position: absolute;
					top: 0px;
					left: 360px;
					width: 10px;
					height: 405px;
					display: none;
				}

					#content-scroll a.up {
						position: absolute;
						top: 0px;
						left: 0px;
						display: block;
						width: 10px;
						height: 10px;
					}

					#content-scroll a.down {
						position: absolute;
						left: 0px;
						bottom: 0px;
						display: block;
						width: 10px;
						height: 10px;
					}

			#foot {
				display: none;
			}
