/*My Website, created Aug 14, 2008. Copyright Daniel L. Lu.*/


body {
	background: #000000 url('bg.jpg') no-repeat center top;
	letter-spacing: 0.2em;
	text-align: left;
}

/*fonts*/
	a {color: #252525; text-decoration: none;}
	a:hover {color: #4f585f; text-decoration: none;}
	
	h1,h2,h3 {color: #000000}

	h1 {font: normal 1.8em arial;}

	h2 {font: normal 1.6em arial; padding-left:5px}
	h3 {font: normal 1.4em arial; padding-left:10px}

	blockquote {
		background: url('http://i124.photobucket.com/albums/p35/porsche908/ePortfolio/quote.gif') no-repeat;
		display: block;
		font: normal 1.1em Georgia,serif;
		padding-left: 26px
	}

/*misc*/

	form,table {margin-bottom: 1.2em;}
	img {border: none;}
	label {display: block;}
	li {line-height: 1.5em;}
	p {padding-left: 20px;}
	small,.small {font: normal 0.9em sans-serif;}
	ul {padding: 0 2em 1.2em;}

/*structure*/

	.container {
		width: 900px;
		font: normal 1.2em Segoe UI;
		margin: 0 auto;
		text-align: left;
		line-height: 1.3em;
	}

	.divider {
		width: 900px;
		margin: auto;
		height: 2px;
		background: url('div.png') no-repeat center top;

	}

	.nav {
		width: 999px;
		margin: auto;
		height: 63px;
		background: url('nav.png') no-repeat center top;
		font: normal 1.6em Segoe UI;
		padding-top: 10 px;
	}