/*
	Pistachio: 
		while eating pistachios left over from Christmas,
		I couldn't help but notice that the colors look pretty
		good together: (tan) #f4e295 & (green) #709f30...
		Or you can pick green to be #8fa44d, a lighter green
*/

body {
	background-color: black;
	margin: 0;
font-family:"Times New Roman",Georgia,Serif;
}

#container {
	background-color: #5b1307;  //ex 709f30 verde
	
}

#footerx   {
color: #ffffff;
font-size: 10px;
font-family: Verdana, Geneva, Arial, sans-serif;
text-align: center;
}

#header {
	padding-left: 5px;
	padding-top: 5px;
	height: 40px;
	font-family: Georgia, Helvetica;
	font-size: 25px;
	color:#FF9900
}

#header img {
	vertical-align: middle;
}

#ruler {
	width: 100%;
	color: black;
	
	background-color: #7c2011;  //ex f4e295 beige
	border-bottom: dashed 1px gray;
	border-top: dashed 1px gray;
	
	/*padding-left: 16%;
	height: 30px;
	padding-top: 10px;*/
}

#ruler2 {
	margin-left: 16%;
	color: black;
	background-color: #7c2011;  //f4e295 beige
	border-bottom: dashed 1px gray;
	border-top: dashed 1px gray;
}

#ruler a, #ruler2 a {
	text-decoration: none;
	/*font-size: 16px;*/
	font-weight: bold;
	line-height: 40px;
	//color: black;
	color:#FFCC33;
	padding-left: 10px;
	padding-right: 10px;
}

#ruler a:hover, #ruler2 a:hover {
	background-color: #5b1307;  //ex 709f30 verde
}

#navigation {
	padding: 5px;
	float: left;
	width: 15%;
}

#navigation .linkbox {
	margin-bottom: 15px;
	color:#FF9900;
}

#navigation .linkbox h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	text-transform: uppercase;
	background-color: #7c2011;  //f4e295 beige
	font-size: 12px;
	border-top: dashed 1px gray;
	border-bottom: dashed 1px gray;
}

#navigation .linkbox a {
	color: #9c5100;
}

#navigation .linkbox a:hover {
	color: #a7a7a7;
}

#main {
	margin: 0;
	/*border: solid 1px red;*/
}

#right {
}

/*
	content & right column
*/

#content {
	background-color: black;
	color: #aaaaaa;
	font-size: 12px;
	margin-left: 16%;
	margin-top: 0;
	/*border: solid 1px black;*/
	padding: 5px;
	/*padding-right: 400px;*/
	border-left: dashed 1px gray;
	/*width: 60%;*/
}

#content2 {
	position:relative;
	left:5px;
	width: 800px;
}
#rightColumn {
	float: right;
	width: 30%;
	/*border: dashed 1px gray;*/
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
}

#content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: dashed 1px gray;
	margin-left: 5px;
	margin-right: 5px;
	width: 60%;
}

#rightColumn h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: dashed 1px gray;
	margin-left: 5px;
	margin-right: 5px;
}

#content h2, #rightColumn h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	/*background-color: #f4e295;*/
	padding: 3px;
}

#content h3, #rightColumn h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	/*background-color: #f4e295;*/
	padding: 3px;
}


#content p, #rightColumn p {
	text-indent: 25px;
}

#content .book:first-letter, #rightColumn .book:first-letter {
	float:left;
	font-size: 50px;
	color: white;
}

#content img, #rightColumn img {
	float: left;
	border: dashed 1px black; //#400259;    //ex 709f30 verde
	margin: 5px;
	/*padding: 3px;*/
}

#content th, #rightColumn th {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}


#content tr.green td, #rightColumn tr.green td {
	/*background-color: #709f30;*/
	background-color: #8fa44d;
	border-top: dashed 1px gray;
}

#content tr.creme td, #rightColumn tr.creme td {
	background-color: #f4e295;
	border-top: dashed 1px gray;
}

#content ul, #rightColumn ul {
	list-style-image: url('../images/neropix.jpg');
	/*list-style-image: url('images/arrow2.gif'); the lighter green */
}

#content ol, #rightColumn ol {
	
}

