

body {
font-family: verdana, Arial, Geneva, Arial Black;
background-color: #5D5D5D;
fontont-size: 10px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
}
html {
  background-color:  #5d5d5d!important;
  color: inherit;
  max-width: 1280px;
  min-width: 960px;
}
img.djm-log{
  position:fixed;
  height: 50px;
  display: block;
  text-align: center;
  margin-top: 15px;
margin-left: 20px;
padding: 0px;
border: 0px;
}
img.photography{
  position:fixed;
  height: 50px;
  display: block;
  text-align: center;
  margin-top: 60px;
margin-left: 20px;
padding: 0px;
border: 0px;
}
div.name-logo{
  position: fixed;
  margin-top:40px;
  margin-left: 105px;
  font-size: 20px;
}

div.mainbody{
  position: fixed;
  margin-top: 35px;
  margin-left: 40px;
  font-size: 20px;
  color: black;
}

div.content{
  P
  position: fixed;
  margin-top: 12PX;
  margin-left: 200px;
}

hr.hline-1{
  border-top: 10px solid #BEBEBE;
  margin-left:200px;
  border-left: 30px;
  border-right: 0px;
  border-bottom: 0px;
  height:24px;
}

/* div line scpaceing and formating - - - - - - - */
div.a {
  line-height: normal;
}

div.b {
  line-height: 1.6;
}

div.c {
  line-height: 80%;
}

div.d {
  line-height: 150%;
  font-family: serif;
  font-style:normal;
  font-size: 20px;
  max-width: 950px;
  margin: auto;
  background-color: inherit;
}

div.e {
  line-height: 150%;
  font-family: sans-serif;
  font-style:normal;
  font-size: 50px;
  max-width: 950px;
  margin: auto;
  background-color: inherit;
}

div.f {
  line-height: 200%;
}

/* Horisontal Navbar Begins - - - - - - - - - - - - - */
/* Position the navbar container inside the image */
.hrizontal_container {
  position: absolute;
  margin: 35px;
  left: 100px;
  width: auto;
}

/* The navbar */
.hrizontal-menu {
  overflow: hidden;
/*  background-color: #333; */
}

/* Navbar links */
.hrizontal-menu a {
  float: left;
  /*color: #f2f2f2; */
  color: #CCCCCC;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.hrizontal-menu a:hover {
/*  background-color: #ddd;*/
  font-weight: bold;
  color: #EEEEEE;
}

/* Vertical Menu Begins - - - - - - - - - - - - - - - */
.vertical-menu {
  width: 395px;
  position: fixed;
  margin-top: 45PX;
  overflow-y: auto;
  font-size: 16px;
  vertical-align: middle;
}

.vertical-menu a {
  background-color: inherit;
  color: #CCCCCC;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color:inherit;
  /*font-size: 16px;*/
  color: #EEEEEE;
  font-weight: 200;
}

.vertical-menu a.active {
  background-color:inherit;
  color: red;
font-weight: bold;
}
/* ! This center text verticaly with menu icons */
img.VerticalMenuText{
height: 50px;
width: auto;
vertical-align: middle ;

}
