body { 
	/*background-image:url(/images/background-page.png);*/
	color: #000000;
    margin-top: 0; 
    padding-top: 0; 
    line-height: 17px;  
    font-size: 12pt;
	color: #666699; 
    font-family: Georgia, Times New Roman, Lucida, Verdana ;
}



a:link {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {  
	color: #666699;
	text-decoration: underline ;
   	font-weight: bold;
}

h1 {
	color: #666699;
	font-weight: bold;
	font-size: 13pt;
}


div.main {
	width: 764px;
  	margin: 0px auto;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}


div.menu {
	width:600px;
	float:left;
}

div.clear {
	clear:both;
}

div.prop {
	float: left;
	width: 1px;
	height: 560px;
}

div.content {
	float: left;
	width:550px;
	position:relative;
	left:190px;
	}

div.footer {
	width: 100%;
	text-align:center;
	color: #9f9f9f;
	font-size:10pt;
	font-style:italic;
	
}





