/* Pinto Style Sheet */
/* Last revision: 03.02.05 */
/*------------------------------------------*/

/* GLOBAL ESSENTIALS */
/* -------------------------------------- */
	body
	{
		margin:0px;
		padding:0px;
		background-color: #fff;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px; 
        color: #333;
		line-height:1.4;
		voice-family: "\"}\""; voice-family: inherit;
	}
	
	a img {border: none;}
	
	a {border: none; }
	
	a {color: #300;}
	
	
/* STRUCTURE */
/* -------------------------------------- */

#frame
	{
		width: 750px;
		background-color: #fff;
		padding:0px;
	}
	
#navbar
	{
		height: 170px;
		padding: 0px;
		background-color: #fff; 
		font-size: 24px; 
		margin: 10px 0px 0px 10px;
	} 
		
	
#menu
	{
		float:left;
		padding: 0px;
		width: 130px;
		height: 300px;
		text-align: left;
		margin: 20px 0px 10px 12px;
	}
	
#contents	
	{
		width: 430px;
		margin: 20px 0px 10px 180px;
		padding: 0px;
		height: 300px;
	}	

	
/* STYLES */
/* -------------------------------------- */

h1 
	{ 
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #000;
	}
	
h2 
	{ 
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px; 
    color: #000;
    line-height:1.4;
	}

.bodycopy 
	{
	color: #333;
	line-height:130%;
	font-size:80%;
	margin-top: 0px;
	}
	
.bodycopy_head 
	{
	color: #333;
	line-height:130%;
	font-size:14px;
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	}
	
.index_head 
	{
	color: #000;
	line-height:130%;
	font-size:18px;
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	}
	
.bodycopy_title 
	{
	color: #666;
	line-height:130%;
	font-size:85%;
	margin: 4px 0px -5px 0px;
	}
	
.menu_list
	{
	color: #333;
	line-height:100%;
	font-size:80%;
	margin-top: 0px;
	margin-bottom: 4px;
	}
	
.list_head
	{
	color: #000;
	line-height:130%;
	font-size:85%;
	margin: 0px 0px -5px 0px;
	}
	
ul
	{
	padding: 0px;
  	margin: 0px;
 	list-style: none;
	color: #300;
	line-height: 130%;
	font-size:80%;
	}
	
html>body ul 
	{ 
	list-style: none; 
	}
	
 ul li:before
	{
	display: marker;
	content: "  ";
	margin: 10px;
	}
	
ul li{
	margin-bottom: 5px;
	}
	
.red
	{
	color: #F00;
	margin-bottom: 4px;
	}	
	
	
/* IMAGES */
/* -------------------------------------- */

/* image with border */
img.rule
	{
	margin: 0px;
	border: 1px solid #D5D5D5;
	padding: 3px;
	}
	
#contents img 
	{
	float: left;
	margin:0px 10px 0px 0px;
	}
	
#title img
	{
	margin:0px 200px 10px 0px;
	}	
	 
