body {
	margin: 4px auto 4px auto; 
	font-family: sans-serif; 
	font-size: small;
	font-weight: 500;
	background-color: #000000;
	width: 1200px;
	color: #d3d3d3;
	text-align: center;#
}
div.wrapper {
	margin: 1px auto 1px auto;
	padding: -5px;
	background-color: #000000;
	color: ;
	font-size: medium;
	font-weight: 500;
}
div.header {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: ;
	font-family: sans-serif; 
	text-align: left;
	font-size: 10px;
	font-weight: 700;
	color: #;		
}
div.contents {
	margin: 4px auto 4px auto;	
	padding: 0px 5px 0px 0px;
	background-color: black;
	color: #d3d3d3;
	font-size: medium;
	font-weight: 500;
	text-align:left;
	width: 1100px;
	float:center;
}
div.footer {
	margin: 5px;
	border-top: #d3d3d3 4px triple;
	padding: 8px;
	clear: both;
	font-weight: 500;
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {	
	color: #d3d3d3;
}
hr {	
	color: #d3d3d3
}
td, th {
	font-size: medium;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #d3d3d3;
}
a:hover {
	font-weight: bold;
	text-decoration: blink;
	color: #F00101;
}



#menu {
  padding:10
 px 0;
  margin-top: 0em;
  width: 90%;
  background-color:none;
  font-weight: bold;
  font-size: medium;
  text-align: center;
}
#menu a {
  text-align: center;
}
#menu ul {
  margin: 5px;
  list-style: center;
  position: absolute;
  display: none;
  float:left;
}
#menu li {
  list-style: none;
  position: relative;
  float: left;
  margin-right: 35px;
  margin-bottom: 2px;
}
#menu li a {
  position: relative;
  width: 100%;
  display: block ;
  padding: 15px;
  white-space: nowrap;
  border: 0px #000;
  border-radius: 17px;
  background-color:#5A5A5A;
  color: #000;
}
#menu li a:hover {
  white-space: nowrap;
text-decoration: blink;
background-color: #808080;
  color: #;
  width: 100%;
}
#menu ul ul {
  position: absolute;
  white-space: nowrap;
  background-color: #5A5A5A;
  width: 100%;
}
#menu ul li {
	position: relative;
	width: 100%;
}
#menu li ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
}
#menu li:hover > ul {
  display: block;
}
#menu ul.parent_hover {
  display: round;
}
.parent {
    position:relative;
    top:0;
    left:0;
}    
.image1 {
    position:relative;
    top:0;
    center:0;
    border:0px;
}
.image2 {
    position :absolute;
    top:20px;
    center:20;
    border:0px;
    
}
}    
.image3 {
    position:relative;
    top:0;
    center:0;
    border:0px;
}
.image4 {
    position :absolute;
    top:20px;
    center:20;
    border:0px;
    
}
#myDiv {
border-top-left-radius: 5px;
border-top-right-radius: 10px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 15px;
}