body {
    color: #473b3b;
    font-family: 'Abadi MT Condensed Light', 'ArialMT', 'Arial', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}


div#wrapper {
	text-align: left;
	width: 1000px;
	margin: auto;
}

div #header {
	text-align: center;
	width: 100%;
	height: 80px;
	float: none;
}

img {
	border: none;
}

a {
    color: #473b3b;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration:  none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
div {
    overflow: visible;
}

div #padder {
	height: 40px;
}

div #quotesLeft {
	float: left;
	width: 200px;
}


div #content {
	float: left;
	width: 600px;
}

div #quotesRight {
	float: left;
	width: 200px;
}

div .quoteBox {
	/*margin: 40px 10px 0px 10px;*/
}

#thumbs {
/*
	position: absolute;
	top: 625px;
	left: 153px;
	width: 500px;
*/
	
	float: left;
	margin: 10px 0px 10px 0px;
}

#thumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#thumbs li{
	margin: 5px 5px;
	float: left;
}

#prevNext {
	float: left;
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#prevNext table {
	width: 600px;
	height: 35px;
}

#prevNext td {
	width: 50%;
}

#prevNext td.left {
	text-align: right;
	padding-right: 30px;
}

#prevNext td.right {
	text-align: left;
	padding-left: 30px;
}

#chosenImage {
	/*width: 700px;*/
	width: 100%;
	height: 400px;
	float: left;
	text-align: center;
}

