/* reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* general styles */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;
	line-height: 1.5;
	color: #333;
}

a {
	color: #6d6e8b;
	padding-bottom: 1px;
	border-bottom: 1px dotted #6d6e8b;
	text-decoration: none;
}

a:visited {
	color: #9c9dc6;
	border-bottom: 1px dotted #9c9dc6;
}

a:hover,
a:focus,
a:active {
	color: #6d6e8b;
	border-bottom: 1px solid #9c9dc6;
	}

/* branding section */

#brand {
	background: #c6b796 url(img/hdr-shadow.gif) repeat-x bottom left;
	height: 75px;
	/*border-top: 5px solid #fffaf0;*/
}

	#brand div {
		width: 816px;
		margin: 0 auto;
		position: relative;
	}

	#brand h1 {
		text-indent: -9999px;
		height: 53px;
		width: 200px;
		margin-left: 3px;
		background: url(img/name.gif) no-repeat bottom left;
	}
	
		#brand h1 a {
			height: 53px;
			width: 200px;
			display: block;
			text-decoration: none;
			border: none;
		}
	
	#brand h2 {
		text-indent: -9999px;
		width: 107px;
		position: absolute;
		height: 23px;
		right: 3px;
		top: 24px;
		background: url(img/tagline.gif) no-repeat bottom right;
	}

/* content section */

#content {
	width: 816px;
	margin: 1.5em auto;
	overflow: hidden;
}

	#content .sample {
		width: 262px;
		margin-right: 15px;
		margin-top: 15px;
		float: left;
	}
	
	* html #content .sample {
		margin-right: 7px;
	}
	
	#content img {
		border: 1px solid #333;	
	}
	
		#content .sample a {
			text-decoration: none;
			border: none;
		}
	
	#content .last {
		margin-right: 0;
	}


	#content h3 {
		margin: 12px 0;
		font-weight: bold;
		padding-left: 3px;
	}
	
	#content h4 {
		margin-top: 1em;
		font-weight: bold;
	}
	
	#content p {
		margin-bottom: 1em;
	}

/* footer */

#copyright {
	font-size: 0.75em;
	width: 816px;
	margin: 0 auto;
	border-top: 1px solid #c6b796;
}

	#copyright p {
		margin-top: 1em;
		padding-left: 3px;
	}