/********************/
/** DEFAULT STYLES **/
/********************/

* {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #999900;
}

BODY {
	text-align: center;
}

IMG {
	border: 0px none;
}

P {
	margin-top: 0px;
	padding-top: 0px;
}

H1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

EM {
	font-weight: bold;
	font-style: normal;
}

/*******************/
/** LAYOUT STYLES **/
/*******************/

DIV#wrapper {
	margin: 0px auto;
	width: 743px;
}

DIV#topnav {
	margin-top: 25px;
	text-align: center;
}

DIV#content-wrapper {
	margin: 50px auto 0px;
	padding-bottom: 20px;
}

DIV#column-left {
	text-align: right;
	float: left;
	width: 420px;
}

DIV#column-right {
	text-align: left;
	float: left;
	width: 220px;
	border-left: solid 3px #d2d28e;
	margin: 33px 0px 40px 13px;
	padding: 0px 0px 0px 13px;
}

DIV#page-title {
	height: 25px;
	margin-bottom: 7px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

DIV#page-photos IMG {
	margin-left: 15px;
}

BR#clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}


/*****************/
/** TEXT STYLES **/
/*****************/

.quote {
	font-style: italic;
	padding: 15px 0px 0px;
}

.quote-source {
	font-style: italic;
	text-align: right;
}
