body{
	background-color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

img{
	border: 0px;
}

#layout{
	width: 780px;
	position: relative;
	text-align: left;
	margin: auto;
	
	font-size: 11px;
	color: #222;
	font-family: arial, verdana, sans;
	line-height: 12px;
}

#content{
	background: #000 url(../images/bg_main.jpg) top center no-repeat;
	height: 663px;
	position: relative;
}

	#content_nav{
		padding: 15px;
	}
	
	#content_nav a:link, #content_nav a:visited, #content_nav a:active{
		display: block;
		width: 250px;
		line-height: 16px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

	#content_nav a:hover{
		text-decoration: underline;
	}

	#content_nav p{
		display: block;
		margin: 5px 5px 20px 13px;
	}
	
	.link_icon{
		float: left;
		margin-right: 5px;
	}

	#content_copy{
		position: absolute;
		top: 0px;
		right: 1px;
		width: 502px;
		height: 465px;
		_height: 497px;
		padding: 16px;
		background: transparent url(../images/bg_big.jpg) top center no-repeat;
		z-index: 20;
		font-size: 12px;
		line-height: 14px;
	}
	
	td{
		font-size: 12px;
		line-height: 14px;
	}

	#content_copy p{
		padding: 5px;
		margin: 0px;
	}

	#si_content_copy p{
		padding: 5px;
		margin: 0px;
	}

	#content_images{
		background: transparent url(../images/images.png) top center no-repeat;
		position: absolute;
		width: 514px;
		height: 194px;
		top: 466px;
		right: 9px;
		z-index: 10;
		_background: transparent url(../images/images.gif) top center no-repeat;
	}

	#content_images p{
		display: block;
		margin: 68px 21px 0px 21px;
	}
	
	#content_images img{
		margin: 1px;
	}

	#see_more{
		position: absolute;
		top: 50px;
		right: 30px;
		z-index: 30;
	}

	#si_content{
		background: #000 url(../images/bg_main2.jpg) top center no-repeat;
		position: relative;
		height: 1701px;
	}

	#si_content_copy{
		position: absolute;
		top: 0px;
		right: 1px;
		width: 502px;
		height: 1500px;
		padding: 15px;
		background: transparent url(../images/bg_big2.jpg) top center no-repeat;
		z-index: 20;
		font-size: 12px;
		line-height: 14px;
	}

	#si_content_images{
		background: transparent url(../images/images.png) top center no-repeat;
		position: absolute;
		width: 514px;
		height: 194px;
		top: 1500px;
		right: 9px;
		z-index: 10;
		_background: transparent url(../images/images.gif) top center no-repeat;
	}

	#si_content_images p{
		display: block;
		margin: 68px 21px 0px 21px;
	}
	
	#si_content_images img{
		margin: 1px;
	}

#footer{
	height: 43px;
	width: 100%;
	position: relative;
	background: #000 url(../images/border-bottom.gif) top center no-repeat;
	text-align: center;
}


#footer img{
	width: 280px;
	height: 43px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
	
}


