@font-face {
font-family:'Chanel-993';
src: url('Chanel-993') format('postscript type 1');
}


body {
     background: #fff;
     color: #4c4c4c;
     font-family: Chanel-993, arial, sans-serif;
     margin: 0px;
     padding: 0px;
}

.space {padding-top:10px;}


#header {
	height: 115px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	border-top: 7px solid #000;
}
#header h1{
	 font-size: 25px;
	 color: #000;
	 letter-spacing: 2px;
     text-align:center;
	 line-height: 30px;
}

#header h2{
     text-align:center;
	 font-weight: normal;
	 letter-spacing: 2px;
	 text-transform: uppercase;
	 font-size: 20px;
	 line-height: 20px;
}

h1 {
	 font-weight: normal;
	 letter-spacing: 1.75px;
	 text-align:center;
	 text-transform: uppercase;
     font-size: 17px;
     margin: 5px;
	 padding: 0 50px 0 50px;
	 line-height: 20px;
}

h2 {
	 font-weight: lighter;
	 letter-spacing: 1.5px;
	 text-align:center;
	 text-transform: uppercase;
     font-size: 15px;
     margin: 5px;
	 padding: 20px 50px 0 50px;
	 line-height: 18px;
}

.main {
	 
     padding: 0;
     margin: 0 auto;
	 
}

.content {
	 padding: 30px 30px 30px 30px;
     height: auto;
	 width: 660px;
	 font-size: 12px;
	 font-weight: lighter;
	 text-transform: uppercase;
     margin-left: auto;
     margin-right: auto;
	 letter-spacing: 1.75px;
	 line-height: 18px;
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
}

p  {
	padding-top: 10px;
}
img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff;
  padding: 3px;  }
img.alignleft, img.left {margin: 2em 1.5em 1em 0;}
img.alignright, img.right {margin: 2em 0 1em 1.5em;}
/* Floats */ 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.clear,.clearer {clear: both;}
.clearer {
     display: block;
     font-size: 0;
     line-height: 0;   
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


.footer {
     margin: 25px 0 0 0;
     padding: 10px 0 10px 0;
     text-align: center;
	 text-transform: uppercase;
     font-size: 8px;
	 border-top: 7px solid #000;
	 letter-spacing: 2.5px;
}


