BODY {
	text-align: center;
	font-size: 11px;
	color: #626262;
	}

STRONG {
	color: #000;
	}
	
A {
	color: #626262;
	text-decoration: none;
	}
	A:hover {
		text-decoration: underline;
		}

#strip { 
	background-color: #000;
	height: 10px;
	}

#layout {
	width: 790px;
	margin: 0 auto;
	}
	
	#layout #left {
		float: left;
		width: 340px;
		margin-top: 75px;
		text-align: center;
		}

		#layout #left H1 {
			width: 337px;
			height: 0;
			padding-top: 22px;
			overflow: hidden;
			background: url('../img/01_title.gif') no-repeat 0 0;
			margin: 0 auto 18px auto;
			}

		#layout #left H2 {
			width: 256px;
			height: 0;
			padding-top: 13px;
			overflow: hidden;
			background: url('../img/01_subtitle.gif') no-repeat 0 0;
			margin: 0 auto 30px auto;
			}

		#layout #left H3 {
			width: 304px;
			height: 0;
			padding-top: 158px;
			overflow: hidden;
			background: url('../img/01_desc.gif') no-repeat 0 0;
			margin: 0 auto 23px auto;
			}

		#layout #left P {
			line-height: 16px;
			letter-spacing: 0.2px;
			}
	
		#layout #left .links {
			margin: 25px 0 0 75px;
			text-align: left;
			}
			#layout #left .links .link {
				padding-bottom: 1px;
				}


	#layout #right {
		float: right;
		width: 450px;
		margin-top: 36px;
		}
