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

body {
  background-color: #6c6c6c;
 //background-repeat: repeat-x, repeat-y;                  
 font-size: .7em;      
 font-family: verdana, arial, helvetica, sans-serif;      
}      
    
a {      
 color: black;      
 font-family: verdana, arial, helvetica, sans-serif;      
 //font-weight: 600;      
 text-decoration: none;      
}      
a:link {      
 color: black;      
}      
a:visited {      
 color: black;     
}      
a:hover {      
 //background-color: #bbb;      
}      
/* All the content boxes belong to the content class. */      
.content {
	width: 1030px;
	margin-left: auto;
    margin-right: auto;
	min-height: 520px;
	font-size: 0.9em;
	border: 1px solid black;
	//background-color: white;
	background-image: url(bac.jpg);
	z-index: 1;
}	

.contents2 {
    position: relative;
	width: 97%;
	height: 494px;
	margin: 12px;
	margin-left: 13px;
	//border: 1px dotted gray;
	//background-color: white;
	padding-left: 3px;
	z-index: 1;
	//background-image: url(Untitled.png);
	overflow: false;
}	

#borderTOP {
	width: 1030px;
	margin-left: auto;
    margin-right: auto;
	border-bottom: 0px;
	z-index: 1;
}
#menu {
	width: 1030px;
	margin-left: auto;
     margin-right: auto;
	 margin-bottom: 3px;
	z-index: 1;
	//border: 1px solid black;
}	

#menu3 {
	float: left;
	width: 25%;
	height: 490px;
	margin-left: 6%;
	margin-right: 1%;
	border: 1px dotted gray;
	background-color: white;
	padding-left: 0px;
	z-index: 1;
   // background-image: url(Untitled.png);

}	

