/*  -------------------------- PAGE ELEMENTS ---------------------------- */

#photo {
	width: 310px;
	height: 219px ;
	float: left;
	text-align: center;
}

#photo img {
	width: 290px;
	height: 218px;
	border: 0 solid #222;
}

#intro {
	border-top: 9px solid #079;
	border-bottom: 3px solid #079;
	/** margin-left: 475px; **/
	float: left ;
	max-width: 525px;
	min-width: 200px
	/* width: auto ; */
}

#introtext {
	margin: 20px 0px 0px 20px;
	height: 170px;
	overflow: auto;
	padding-right: 10px;
}

#introtext p {
	color: #7E7E7E;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#introtext ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#contactform {
	margin-left: 155px ;
}

#gallery {
	margin-top: 4px; 
	border-top: 9px solid #079;
	border-bottom: 3px solid #079;
	/** margin-left: 475px; **/
	/* float: left ; */
	/* width: auto ; */
	padding-bottom: 5px ;
	margin-bottom: 5px ;
}

/*  -------------------------- SINGAPORE GALLERY ---------------------------- */

/*

GALLERY STRUCTURE REFERENCE

<div class="sgContainer">
	<h1 class="listtitle">
	<span class="small">
	<div class="sgContent">
		<div class="sgGallery">
			<div class="sgGalleryThumbnail">
				<img class="sgGalleryThumb" />
			<div class="sgGalleryTitle">
			<p class="label">
		<div class="stretcher">

ALBUM STRUCTURE REFERENCE

<div class="sgContainer">
	<h1 class="gallerytitle">
		<span class="small">
	<div class="sgContent">
		<div class="sgTab">
	<div class="details">

IMAGE STRUCTURE REFERENCE

div class="sgContainer">
	<div class="sgNavBar">
		<img class="sgPreviewThumb" />
	<h1 class="phototitle">
		<span class="small">
	<div class="sgContent">
		<div class="blackborder">
			<div class="whitespace">
				<div class="blackborder">
					<img class="sgImage" />
	<div class="details">

*/

div.sgContent img {margin: 10px ; border: 1px solid #666 ;}

span.label {color: #888; display: inline;}
div.sgGalleryThumbnail {float: left;}
div.sgGallery {margin: 8px; padding: 2px;}

.sgGalleryThumbnail, .sgGalleryThumb, .sgGalleryTitle, .label { text-align: left ; }

div.sgContainer, div.stretcher {clear: both;}

.sgNavBar { font-size: 1.1em; }
/* .phototitle, .gallerytitle, .listtitle {padding: 5px; margin: 0; letter-spacing: 0.2em; font-size: 1.5em; font-variant: small-caps;} */