
#main { 
border: solid 1px #D1D2FF;  
width: 600px; 
padding: 10 10px; 
position:absolute;
top: 180; 
left: 425; 

	font-family		: Arial, Verdana, Helvetica, sans-serif;
	background-color	: transparent;
	color: #000000;
}




#nav { 
width: 100%; 
height: 150px; 
position:absolute;
background-image:url('../images/top.png');
background-repeat:no-repeat;

top: 0; 
left: 0; 
margin-bottom: 50px; 
padding: 0 20px; 
z-index: 5; 
}




a:link {
	color:blue;
	text-decoration:none; 
} 
a:visited {
	color:dark-blue;
	text-decoration:none; 
} 

a{	
	color			: blue;
	text-decoration		: none;
}

a:hover{
	text-decoration		: none;
	color: #FF0000;
}

hr {
  border: 0;
  width: 70%;
  height: 1px;
  color: grey;
  background-color: grey;
}


body {
margin: 0;
padding: 0;
background-image:url('../images/logo_grey.png');
background-repeat:no-repeat;
}
