/**************************************************
 * BEGIN:	Reset
 **************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	line-height:20px;
	margin:0;
	padding:0;
	vertical-align:baseline;
	}
	

/**************************************************
 * BEGIN:	Layout
 **************************************************/

body {
	background: #f7f7f7 url('media/background_texture.jpg');
	font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666666;
	overflow: auto;
	}

#container {
	width: 960px;
	height: 100%;
	margin: 100px auto 0px auto;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.75);
	width:470px;
	}
	
div#logo {
	width: 400px;
	height:100px;
	margin-top: 14px;
	background: url('media/dickson_fong_header.png');
	background-position:left top;
	background-repeat:no-repeat;
	}	
	
/*
div#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto 0 auto;
	background-color: #cccccc;
	position:absolute;
	bottom:0;
	left:0;
	}	
*/
	
	
/**************************************************
 * BEGIN:	Typography
 **************************************************/	

h1 {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	font-size: 72px;
	line-height: 80px;
	text-indent: -9999px;
	}

a:link, 
a:visited {
	color: #f46608;
	text-decoration: none;
	} 

a:hover,
a:focus, 
a:link.active, 
a:visited.active {
	color: #c0c0c0;
	text-decoration: underline;
	} 

p {
	padding: 0 0 20px;
	}

.intro {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
	}
	
span.hello {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Times, sans-serif;
	font-size: 24px;
	}
	
.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #c0c0c0;
	position: absolute;
	bottom: 20px;
	display: block;
	padding: 0 0 10px;
	}
	
ul li {
	list-style-position: outside;
	list-style: none;
	list-style-image: url('media/bullet_flourish.png');
	color: #999999;
	}
	
li {
	margin-top: 4px;
	margin-bottom: 5px;
	}	