/*  Color Key                     */
/* -----------------------------  */
/*  Green: #48aa1f;               */
/*  Brown: #785b40;               */
/*  Blue: #4fb9d7;                */


/* Reset all default browser styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* HTML Redefinition */

body {
	background-image: url('../images/bg_1.jpg');
	background-attachment: fixed;
	}

html, body {
	text-align: center;
	color: #785b40;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

.ie7 body {
	padding-top: 20px;
	}
.ie8 body {
	}

p {
	text-align: center;
	padding: 10px 20px 10px 20px;
	}

h1 {
	font-size: 20px;
	padding: 0 0 0 20px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 20px;
	}

a, h3 {
    overflow: hidden;
}


/* id */

#dwell2009sept {
	width: 900px;
	}

/* Class */

.holder {
	background: #fff;
	margin: 20px auto;
	}

.description {
	background: #fff;
	margin: 5px auto 20px auto;
	}
	.description a:link, .description a:visited {
		text-decoration: none;
		color: #48aa1f;
		border-bottom: 1px dotted #48aa1f;
		}	
	.description a:hover {
		color: #4fb9d7;
		}

.close {
	color: #777;
	cursor: pointer;
	}

/* IE 6 Warning */

.iewarning {
	width: 100%;
	text-align: left;
	height: 30px;
	position: fixed;
	z-index: 40;
	top: 0px;
	font-size: 10px;
	border-bottom: 1px solid yellow;
	margin-top: -1px;
	background-color: #feffef;
	}
	.iewarning p {
		padding: 10px 5px 5px 5px;
		margin: 0px;
		line-height: 9px;
		}
	.iewarning img {
		float: left;
		padding-right: 20px;
		margin-top: -5px;
		}


/* Browser Fixes */
