body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/sky_bkg.jpg) repeat-x;
}

div#content {
	width : 790px;
	margin : 0 auto;
	padding : 0; }

div#content_header {
	width: 790px;
	margin: 0;
	padding: 0;
}

div#content_main {
	width : 100%;
	margin : 0 auto;
	padding : 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
}

/* #### Projects #### */

.project {
	padding: 10px 0 34px 0;
	overflow: auto;
	clear: both;
	}

.projImage {
	float: left;
	margin: 0 10px 0 0;
	}

.projDescription {
	float: right;
	width: 584px;
	clear: right;
	}

/* #### Headers #### */

h1 {
	width : 195px;
	height : 166px;
	margin : 38px 0 0 520px;
	padding : 0;
	background : url(../images/nosleephotel_logo.gif) no-repeat;
	text-indent : -9999px;
}

h2#welcome {
	width : 260px;
	height : 52px;
	margin : 20px 0 0;
	padding : 0 0 20px;
	background : url(../images/title_welcome.gif) no-repeat;
	text-indent : -9999px;
}

h3#selectedwork {
	width: 300px;
	height: 36px;
	margin : 20px 0 10px;
	padding : 0;
	background : url(../images/title_selectedwork.gif) no-repeat;
	text-indent : -9999px;
}

h3#contact {
	width : 150px;
	height : 52px;
	margin : 10px 0 0;
	padding : 0;
	background : url(../images/title_contact.gif) no-repeat;
	text-indent : -9999px;
}

 h4 {
	margin: 0;
	padding : 0 0 10px 0;
	word-spacing:.15em;
	letter-spacing:.1em;
	color : #069;
	font: normal 16px Arial, Helvetica, Verdana, sans-serif;
}

/* #### Text #### */

p {
	margin : 0px 16px 10px;
	padding : 0px;
	word-spacing:.15em;
	letter-spacing:.1em; }

a {
	color: #069;
}

.projImage p.enlarge {
	margin: 2px 0 0;
	text-align: center;
	}

/* #### Images #### */

.projImage img {
	padding: 6px;
	border:1px dotted #999;
	}

/* #### Footer #### */

div#content_footer {
	width : 760px;
	height : 40px;
	margin : 0;
	padding : 20px 0 0;
	text-align:center;
}

#content_footer p {
	font: normal 60%/140% Arial, Helvetica, Verdana, sans-serif;
	color : #666;
	word-spacing:.15em;
	letter-spacing:.1em; }


/* CSS for old list
ul {
	margin: 0;
	padding : 10px 0px 10px 30px;
}

li {
	margin: 0;
	padding : 0 0px 4px;
	list-style-type : none;
	color: #64BED8;
	letter-spacing: .05em;
	font: normal 80% Arial, Helvetica, Verdana, sans-serif;
 }

li a {
	color: #249bbd;
	text-decoration:none;
	letter-spacing: .07em;
	padding-left: 20px;
}
	
li a:hover {
	color: #053d4d;
	background: url(../images/bullet.gif) no-repeat 1px;
	padding-left: 20px; }
*/