html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #1C1C1C;
	text-align: center;
	font: 16px  "Times New Roman", sans-Centaur;
	color: #E6E6E6;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 800px;
        position: relative;
}

#header {
  padding-top: 0px;
  width: 188px;
  position: relative;
   background: #464646
}

/** Header **/
h1 {
  color: #ffffff;
  padding: 8px;
  text-align: center;
  font: 24px "Times New Roman", sans-Centaur;
  font-weight: bold;
  margin: 0 0 2px 2px;
}


/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 188px;
  padding-top: 215px;
  background: url(images/logo.jpg) no-repeat;


}
#nav ul {
  background: #464646; 
  margin: 0 0px 0 2px;
  padding: 2px 5px 5px 50px;
  font-weight: bold;
  font: 20px "Times New Roman", Centaur;



}
#nav li {
  list-style: none;

}
#nav a {
  color: #ffffff;
  font: 20px "Times New Roman", Centaur;
  font-weight: bold;
  padding-right: 8px;
  line-height: 40px;

}

/** content **/

#content {
  background: #1C1C1C; 
  width: 600px;
  margin-left: 188px;
  min-height: 478px;
}

p {
    text-align: justify;

    color:#E6E6E6; 
    font-family:"Times New Roman";
        font-size:16px;
font-weight: bold;
         line-height:25px; 

        margin-left: 10px;
        margin-right: 10px;
	padding-top: 0px;
}



h2 {
  font:  26px "Times New Roman", Centaur;
  color: #E6E6E6;
  font-weight: bold; 
  margin: 0 0 0.5em 0;
}


h3 {
  font: 20px "Times New Roman", Centaur;
  color: #E6E6E6;
  font-weight: bold;
   margin-left: 10px;
}

h4 {
  font: 18px "Times New Roman", Centaur;
  color: #E6E6E6;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 0px;
}




/** Footer **/

#footer {
  color: #E6E6E6;
  margin: 2px 0 0 0px;
}

