/* CSS Document */

body {
	background-color: #00918e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #00918e;
	margin: 0;
	padding: 0;
}

a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

#home-wrapper {
	margin: 0 auto;
	width: 539px;
}

#home-bak {
	position: relative;
	margin-top: 10px;
	background: url(images/bak-home.gif) no-repeat;
	width: 539px;
	height: 598px;
}

	#home-nav {
		position: relative;
		top: 81px;
		text-align: center;
	}
		
	#home-content {
		position: absolute;
		top: 356px;
		left: 54px;
		width: 250px;
		z-index: 10;
		font-size: 13px;
		line-height: 18px;
	}
	
	#home-content img {
		padding-bottom: 6px;
	}
	
	#home-pho {
		position: absolute;
		top: 322px;
		left: 266px;
	}
	
#home-foo {
	position: relative;
	padding-bottom: 20px;
}
	
.ornamentTop {
	position: relative;
	margin-bottom: 10px;
}

.ornamentBottom {
	position: relative;
	margin-top: 8px;
}

#ins-wrapper {
	margin: 0 auto;
	width: 580px;
	background-image: url(images/bak-inside.gif);
}

#ins-bak {
	position: relative;
	width: 580px;
	background: url(images/bak-inside-gift.gif) no-repeat;
}

	#ins-logo {
		position: relative;
		padding-top: 10px;
		height: 42px;
		text-align: center;
	}

	#ins-nav {
		position: relative;
		text-align: center;
		padding-top: 5px;
	}
	
	#ins-title {
		position: relative;
		text-align: center;
		padding-top: 29px;
		padding-bottom: 12px;
	}
	
	#ins-subnav {
		position: relative;
		top: -6px;
		font-size: 10px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 6px;
		z-index: 10;
	}
	
	#ins-subnav a {
		text-decoration: none;
	}
	
	#ins-subnav a:hover {
		text-decoration: underline;
	}
	
	#ins-pho {
		position: relative;
		left: 33px;
		padding-bottom: 10px;
	}
	
	#ins-content {
		position: relative;
		left: 63px;
		width: 455px;
		padding-bottom: 16px;
	}
	
	#ins-content-foo {
		position: relative;
	}

#ins-foo {
	position: relative;
	padding-bottom: 20px;
	padding-top: 4px;
	margin: 0 auto;
	width: 539px;
}




