body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF url(../_images/bg.jpg) 0 0 repeat;
    text-align: center;
	padding: 15px;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #d07024;
    text-decoration: underline;
}
a:hover, a:active {
    color: #e7bd95;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #898989;
	background: #FFF;
	padding: 10px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */	
#top {
	background: transparent url(../_images/top.jpg) right top no-repeat;
	height: 95px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 20px;
}
	#top img {
		float: left;
	}
	#top h1 {
		float: right;
		font-size: 24px;
		color: #d07024;
		margin-top: 20px;
	}
	#crumb {
		float: right;
		text-align: right;
		width: 500px;
		font-size: 11px;;
	}
	
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#content {
	width: 524px;
	float: right;
}
	#content h2 {
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		color: #FFF;
		background: transparent url(../_images/h2.jpg) 0 0 no-repeat;
		font-size: 20px;
	}
	#content h3 {
		color: #d07024;
		font-size: 14px;
	}
	
	#content ol, #content ul {
		margin-left: 15px;
		margin-bottom: 15px;
	}
	#content li {
		margin-left: 20px;
	}
	#content ol ol, #content ul ul { margin-bottom: 0; }
	#content ol li li { list-style-type: lower-alpha; }
	
	#content th {
		font-weight: bold;
		border-bottom: 2px solid #CCC;
	}
	#content td, #content th {
		vertical-align: top;
	}
	#content td {
		border-bottom: 1px solid #F1F1F1;
		font-size: 11px;
	}

/* ----------------------------------- */
/* SIDE
/* ----------------------------------- */
#side {
	width: 182px;
	float: left;
	padding-top: 275px;
}
	#side li {
		background: transparent url(../_images/bullet.gif) 0 5px no-repeat;
		padding-left: 14px;
		padding-bottom: 3px;
		margin-bottom: 3px;
		border-bottom: 1px dotted #000;
		list-style-type: none;
	}
	#side a:link, #side a:visited {
		color: #000;
		text-decoration: none;
	}
	#side a:hover, #side a:active {
		color: #e7bd95;
		text-decoration: none;
	}
	
	.this-new-house #side { background: transparent url(../_images/side/this-new-house.jpg) 0 0 no-repeat; }
	.urban-art #side { background: transparent url(../_images/side/urban-art.jpg) 0 0 no-repeat; }
	.drug-movie #side { background: transparent url(../_images/side/drug-movie.jpg) 0 0 no-repeat; }
	.machines #side { background: transparent url(../_images/side/machines.jpg) 0 0 no-repeat; }
	.sd-field-guide #side { background: transparent url(../_images/side/sd-field-guide.jpg) 0 0 no-repeat; }
	.the-vietnam-experience #side { background: transparent url(../_images/side/the-vietnam-experience.gif) 0 0 no-repeat; }
	.millionaire #side { background: transparent url(../_images/side/millionaire.gif) 0 0 no-repeat; }
	
	.sub #side { background: transparent url(../_images/side/sub.jpg) 0 0 no-repeat; }

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	background: #FFF;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 5px;
}

/* ----------------------------------- */
/* HOME PAGE
/* ----------------------------------- */
#home #main {
	background: #6f6f6f url(../_images/home.jpg) right center no-repeat;
}
	#welcome {
		width: 272px;
		float: left;
		margin-left: 20px;
		display: inline;
	}
	#welcome h2 {
		padding-top: 15px;
		font-size: 16px;
	}
	#welcome p {
		font-size: 12px;
		line-height: 14px;
	}
	#welcome h2, #welcome p {
		color: #FFF;
	}
	
	#welcome p a:link, #welcome p a:visited {
		color: #ffe590;
	}
	#welcome p a:hover, #welcome p a:active {
		color: #FFF;
	}
	
	#welcome li {
		float: left;
		list-style: none;
		width: 132px;
		font-size: 11px;
		padding: 2px;
	}
	#welcome li a {
		color: #FFF;
	}
	
	#welcome li.selected a {
		color: #ffe590;
	}
	
	#intros {
		width: 360px;
		float: right;
		margin-right: 20px;
		margin-top: 20px;
		display: inline;
	}
	
	.intro {
		background: #FFF;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		padding: 20px;
		width: 320px;
	}	
		.intro img {
			float: right;
		}
		.intro h2 {
			font-size: 16px;
		}