body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
            
                                 #header { position:relative;
					  top:0em;
					  left:0em;
					  width:xxx;
					  height:xxx;
					  overflow:hidden;
					  background-color:#000;
					  padding-left:10px;
					  padding-right:10px;
					  padding-top:20px;
					  padding-bottom:2px;
				}
			#cont { position:relative;
					top:xxx;
					left:0em;
					width:xxx;
					height:xxx;
					overflow:hidden;
					background-color:#000;
			}
			
			#maincont { width:31.40em;
						height:xxx;
						overflow:hidden;
						padding-left:10px;
						padding-right:10px;
						padding-top:20px;
						padding-bottom:20px;
						display:table;
					    margin: 0 auto;
					    background-color:#fff;
					    border:solid 2px red;
					    margin-top:3em;
					    box-shadow: 10px 10px 2px 2px #262126;
					}
			
			#content_img { width:31.40em;
						   height:xxx;
						   overflow:hidden;
				}
			h1 { font-family:arial black;
				 font-size:20pt;
				 color:#fff;
				 letter-spacing:3px;
				 text-align:center;
				 line-height:20px;
			}
			h2 { font-family:arial;
				 font-size:18pt;
				 color:#000;
				 letter-spacing:3px;
				 text-align:center;
				 font-weight:bold;
			}
			
			h3 { font-family:arial;
				 font-size:12pt;
				 color:#000;
				 letter-spacing:2px;
				 text-align:center;
				 font-weight:thin;
				 font-style:italic;
				 line-height:2px;
			}
			hr { width:75%;
				 border: dashed 3px orange;
			}
			
			.descript { font-family:arial;
					    font-size:12pt;
					    color:#000;
					    line-height:20px;
				}
