/* shoot styles */
div#mainContents {
  display: block;
 position: relative;
  width: auto;
  height: 420px;

  margin: 0 0 1em 0;
  background-color: #000000;
  overflow: auto;
}

div#mainContents div#latesttop {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 0px;
  background-color: #ffffff;
}


div#mainContents div#latest {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 20px;
  background-color: #333333;
}

div#mainContents div#latest h1 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #c0c0c0;
  color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 200%;
  font-weight: bold;
  text-transform: capitalize;
}

div#mainContents div#latest h2 {
  margin-bottom: 1em;
  border-bottom: 1px dotted #ffffff;
  font-color: #ffffff;
  font-family: Times, "Times New Roman", Garamond, serif;
 
  font-size: 150%;
 font-weight: normal;
  text-transform: capitalize;
}


div#mainContents div#latest h3 {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 2em;
margin-top: 1em;
}






div#mainContents div#latest li {
  color: #ffffff;
  font-size: 90%;
  font-weight: normal;
  line-height: 120%;
  margin-left: 5em;
}




ul#latest a{
  color: #ffffff;
}

div#mainContents div#latest p{
  color: #ffffff;
margin-left: 5em;
font-size: 90%;
  font-weight: normal;
  line-height: 120%;
}











div#mainContents div#subNavi {
  display: block;
  position: static;
  width: auto;
  w\idth: auto;
  height: auto;
  padding: 20px;
  background-color: #333333;
}





div#mainContents div#subNavi h2 {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
font-size: 110%;

}






div#mainContents div#subNavi h3 {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 5em;
}


div#mainContents div#subNavi p {
  margin-bottom: 1.5em;
  color: #ffffff;
  font-size: 90%;
  font-weight: normal;
  line-height: 100%;

}

div#mainContents div#subNavi li {
  color: #ffffff;
  font-size: 90%;
  font-weight: normal;
  line-height: 120%;
  margin-left: 5em;
}



