
 body {
 background-image:		url(img/sand.gif);
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }


a:link{ 

	text-decoration: none;

	color: black;

}

a:visited { 

	color: black;

	text-decoration: none;

}

a:hover{ 

	color: red;
	
	text-decoration:underline;

}

a:active{ 

	color: black;

	text-decoration: none;

}

div#menu
{
	background-image:url(img/menu1.jpg);
	padding-left:80px;
	height:24px;
	width:720px;
	font-size:18px;
}

div#main
{	
	background-color:white;
	width:780px;
	height:auto;
	padding-left:20px;
	padding-top:50px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div#right
{
	width:180px;
	background-color:white;
	float:left;
	padding-right:20px;
	margin-bottom:10px;
}

div#left
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	width:450px;
	padding-right:10px;
	<!-- float:left; -->
	background-color:white;
}


div#grande
{
	margin-right:100px;
}

div#bottom
{
	background-color:white;
	width:780px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	height:50px;
}

div#botbottom
{
	font-size:9px;
	width:780px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	height:30px;
}

