/* italia.css - 8.21.02 by John P. */

/***************************************************
semi transparent box (wraps everything)
***************************************************/

#mainwrapper {
	border: 2px solid #C8C88C;
	background: #000;
	width: 600px;
	padding-top: 26px;
	padding-bottom: 30px;
	padding-right:20px;
	padding-left: 22px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 650px;
	background-color: #EFEFDF;
	background-image: url(images/plant4.gif);
	background-repeat: no-repeat;
}
	
html>body #mainwrapper {
	width:650px;
}


/***************************************************
2-column box
***************************************************/


/* the wide part of the box on the right */
#TwoPartBody {
	margin-left: 145px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #D96900;
}

/* the narrower part of the box on the left */
#TwoPartSidebar {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 110px; }

html>body #TwoPartSidebar { width:110px; }

/***************************************************
book page box
***************************************************/


/* the wide part of the box on the right */
#BookBody {
	margin-left: 225px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #D96900;
}

/* the narrower part of the box on the left */
#BookPhoto {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px; }

html>body #BookPhoto { width:160px; }

/***************************************************
text elements
***************************************************/

body {
	color:#333;
	margin:10px;
	padding:0px;
	font:10px verdana, arial, helvetica, sans-serif;
	background-image: url(images/background2.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#D96900;
	}
h2 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #D96900;
	}
h3  {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #D96900;
	}
p {
	font:10px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 6px 0px;
	padding:0px 0px 6px 0px;
	}
.Content>p {padding:0px 0px 6px 0px; margin:0px;}
.Content>p+p {text-indent:0px;}

a {
	color:#3366CC;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	}
a:link {color:#3366CC;}
a:visited {color:#D77410;}
a:hover {background-color:#D6D6A7;}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:2px 20px 15px 155px;
	border:3px solid #C8C88C;
	padding:8px;
	z-index:3;
	}

#navLeft {
	position:absolute;
	width:110px;
	top:20px;
	left:120px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	margin-top: 90px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeft {width:110px;}

.readMore  {
	font-size: 9px;
	color: #FF9900;
	float: right;
	}
		
.footer  {
	font-size: 10px;
	color: #333333;
}
.table_float{
float:left;
width: 110px;
height: 100px;
}

/* -------------------General Menu Buttons------------------- */

#nav {
	width: 120px;
	margin:0px;
	background-color:#eaeacf;
	border: 2px solid #C8C88C;
}

#navPayPal  {
	width: 112px;
	margin: 0px;
	padding: 4px;
	background-color:#eaeacf;
	border: 2px solid #C8C88C;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 120px;
}

#nav li {
	text-indent: 8px;
	list-style-type:none;
}

#nav a {
	background: #c8c88c ;
	height: 15px;
	line-height: 15px;
	border-top: 1px solid #eaeacf;
	border-left: 1px solid #eaeacf;
	border-bottom: 1px solid #9b9b5c;
	border-right: 1px solid #9b9b5c;
	padding: 2px;
	display:block;
	margin: 4px;
	color: #808040;
	text-decoration: none;
	display: block;
	font: bold 11px verdana, sans-serif;
}

#nav ul li a:hover {
	color: #566231;
	background: #baca8a url("images/bullet2.gif") no-repeat;
}
