/* CSS Document 
© Ian Sheh, 2007
*/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/pagoda.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 14px;
	text-align: left;
}

img {
	border: 0px;
}

#branch {
	height: 101px;
	background-image: url(images/branch.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#container {
	width: 127px;
	margin-left: 10%;
	margin-top: 30px;
}

#islogo {
	height: 36px;
	background-image: url(images/is_logo.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 9px;
}

#photo {
	background-image: url(images/photo.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 19px;
	padding-left: 2px;
	margin-top: 8px;
	margin-bottom: 9px;
}

#wed {
	padding-top: 0px;
	padding-left: 2px;
	margin-top: 8px;
	margin-bottom: 9px;
}

#blog {
	background-image: url(images/ellipsis.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 24px;
	padding-left: 2px;
	margin-top: 8px;
	margin-bottom: 9px;
}

#contact {
	padding-left: 2px;
	margin-top: 7px;
}

a {
	text-decoration: none;
	color: #3F3F3F;
}

a:hover {
	color: #A59D95
}

#line {
	border-top: 1px solid #000;
}


