* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 11pt; 
  border: 0;
  margin: 0;
  padding: 0;  
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #f2f2f2;
  height: 100%;
  min-height: 100%;
  background: #929496;
}


img {
  border: 0px;
}

#container, #top, #info {
  border: 0;
  margin: 0;
  padding: 0;
}

#container {
  height: auto;
  min-height: 100px;
  width: 900px;
  margin: 0 auto 0 auto;
  position: relative;
}

#top {
  width: 900px;
  height: 90px;
  position: relative;
  background: #929496 url('../gfx/bg_top.jpg');	
  text-align: center;
}	

#edu {
  width: 900px;
  height: 120px;
  position: relative;
  background: #929496 url('../gfx/bg_edu.jpg');	
}	

#main {
  width: 900px;
  height: 320px;
  position: relative;
  background: #929496;	
}	

#footer {
  width: 900px;
  height: 110px;
  position: relative;
  background: #929496 url('../gfx/bg_bottom.jpg');	
  text-align: center;
}	

#all {
  width: 900px;
  height: 550px;
  position: relative;
  background: #929496 url('../gfx/bg_all.jpg');	
}	

#line-v {
  left: 340px;
  top: 150px;
  width: 2px;
  height: 190px;
  position: absolute;
  background: #d51516;	
}	

p {
  margin: 0;
  padding: 60px;
  padding-left: 370px;
  padding-bottom: 140px;
  font-family: trebuchet ms;
  font-size: 15pt;
  font-style: normal; 
  font-weight: normal;  
  color: #ffffff;
}	

p a {
  font-family: trebuchet ms; 
  color: #ffffff;  
}

p a:hover {
  font-family: trebuchet ms; 
  color: #000000;  
}

h1 {
  margin: 0;
  padding: 3px;
  padding-top: 50px;
  font-family: trebuchet ms;
  font-size: 18pt;
  font-style: italic; 
  font-weight: bold;  
  color: #d51516;
  text-align: center;
}

hr {
  width: 800px;
  color: red;
  height: 0px;
  border: 1px dotted black; border-style: none none dotted;
}

	
h2 {
  margin: 0;
  padding: 3px;
  padding-top: 0px;
  font-family: trebuchet ms;
  font-size: 12pt;
  font-style: italic; 
  font-weight: bold;  
  color: #000000;
  text-align: center;
}

h2 a {
  font-family: trebuchet ms;
  text-decoration: none;
  color: #000000;
}

h2 a:hover {
  text-decoration: none;
  color: #d51516;
}