@charset "utf-8";
/* CSS Document */

img
{  border-style: none;
}

#img1
{  border-style:dotted;
border:#999;

}
a {
text-decoration: none;

 }
a:link {
   color: #0000ff;
text-decoration: none;

 }
a:visited {
color: #0000ff;
text-decoration:underline;

}
 a:active {
  color: #0000ff;
text-decoration: none;

}
a:hover {
 color: #0000ff;
text-decoration:underline;

 }
body
{
	margin-left:0;
	margin-right:0;
margin-top : 0; 
margin-left : 0; 
margin : 0;
background:#666666;
}

#menu
{	
padding: 55px 10px 10px 10px;
border-left:1px solid #000;
width:240px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:auto;
margin-top: 0;
margin-bottom: 0;
vertical-align:top;
}




#text
{
	background-color:#ffffff;
	width:560px;
	height:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	vertical-align:top;
	padding: 0px 10px 10px 10px;
	border-right:1px solid #000;
	vertical-align:top;
}

#footer
{
	background-image:url(footer.jpg);
	width:800px;
	height:75px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center
}

#menu a:link { 
color : #000033; 
text-decoration:underline;
} 
#menu a:visited { 
color : #000033; 
text-decoration : none; 
} 
#menu a:hover { 
color : green; 
text-decoration : underline;
} 
#menu a:active { 
color : #000033; 
text-decoration : none; 
} 
