/* ------------------------------ all ---- */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #faf9f3; 
	font: 13px/20px Georgia, serif;
	color: #333;
}

a {
	color: #333;
}

a img {
	border: 0;
}

/* ------------------------------ navigation ---- */

#navigation {
	background: #AA0000;
}

#button_holder {
	width: 755px;
	text-align: right;
}

#button_holder a:link, #button_holder a:visited {
	color: #111;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	/* border-right: 3px solid #333;
	border-left: 3px solid #333; */
}
	
#button_holder a:hover {
	color: #AA0000;
	background: #111;
}
	
/* ------------------------------ header ---- */

#head {
	/* width: 100%; */
	height: 100px;
	padding-top: 200px;
	padding-left: 295px;
	background: #201a11;	
	color: #CCC;
}

#head h3 {
	font-size: 23px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}

#head a {
	color: #CCC;
	text-decoration: none;
}

/* ------------------------------ main box ---- */
#main {
	width: 700px;
	margin: 50px 0 0 60px;
	background: transparent;
}

/* ------------------------------ text content ---- */
#content {
	width: 465px;
	float: right;
   min-height: 450px;
   margin-bottom: 60px;
   padding: 0 0 30px 0;
	text-align: justify;
}

#content h3 {
	font-size: 23px;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 0;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0;
}

#content span.drop {
	display: block;
	font-size: 70px;
	float: left;
	padding: 19px 5px 5px 0;
	overflow: visible;
}
	
#content span.q {
	height: 50px;
}

#content span.caps {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#content p {
	text-indent: 20px;
}
	
#content p.first {
	text-indent: 0;
}

#content p.break {
	text-indent: 0;
	text-align: center;
}

/* ------------------------------ quotes ---- */
#main span.quote {
	display: block;
	width: 521px;
	height: 174px;
	background-image: url('img/quotes.gif');
	background-repeat: no-repeat;
	margin-left: 150px;
}

#main span.quotetext {
display: block;
	padding: 40px 0px 0px 80px;
	font-size: 24px;
	line-height: normal;
}

/*	
#content blockquote:before, blockquote:after {
	display: block;
	font-size: 700%;
	width: 50px;
}

#content blockquote:before {
	content: open-quote;
	height: 50px;
	margin-left: -0.55em;
}

#content blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -50px;
	margin-left: 360px;
}
*/
/* ------------------------------ floaty images ---- */
div.image {
	margin-top: 70px;
	margin-right: 20px;
	float: right;
}

/* ------------------------------ table ---- */
table.info {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
table.info th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: #CCC;
}
table.info td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 6px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
}

table.spacer {
	margin-bottom: 30px;
}

table.upload {
	font: 13px/20px Georgia, serif;
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: none none none none;
	border-collapse: collapse;
	width: 100%;
}

table.upload td {
	border-width: 1px 0px 1px 0px;
	padding: 10px;
	border-style: solid hidden solid hidden;
	border-color: #BBB transparent #BBB transparent;
	vertical-align:top;
}

.wide {
	width: 100%;
}
