body
{
	background:  #FFFFFF;
	background-image:url('images/zapote2_tail.png');
	background-repeat:repeat-x;
	background-position: 0px 20px ;
	margin:20px 0px 0px 0px;
}
body,input
{
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

p
{
	line-height: 1.2em;
	margin-bottom: 1.0em;
	text-align:left;
}

a
{
	color: #f37a1d;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

img.right
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
#outer
{
	position:relative;
	left:125px;
	width: 75%;
	
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	margin: 5em 0em 0em 0em;
}
#content
{
	padding: 0em 0em 0em 2em;
	float:left;
	width:50%;
	height:300px;
	
}
div#menu 
{
	
	float:left;
	height: 200px;
	width: 100px;
	background-color: #fff;
	border-right: solid 2px #f37a1d;
	text-align:right;
	
}
div#menu ul 
{
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	line-height: 30px;
	white-space: nowrap;
}
div#menu li 
{
	list-style-type:none;
	display:list-item;
}
div#menu li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #000;
}
div#menu li a:link {
	color: #000;
}
#footer
{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
font-size: 0.8em;
}
div#menu li a:visited {
	color: #000;
}

div#menu li a:hover 
{
	padding: 7px 10px;
	color: #f37a1d;
	background-color: #333;
}
