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

body {
	height: auto;
	width: 100%;
	background: #fff;
	color: #4c4c4c;
	font-family: Chanel-993, arial, sans-serif;
	margin: 0;
	padding: 0 1em 0 1em;
	letter-spacing: .1em;
	border-top: .5em solid #000;
}

.space {padding-top:10px;}


header {
	margin: 0;
	padding: 0 0 1em 0;
}
header h1{
	 font-size: 1.8em;
	 color: #000;
     text-align: center;
	 padding: 0;
}

header h2{
	padding: 0 0 .3em 0;
	text-align:center;
	color: #000;
	 font-weight: normal;
	 font-size: 1.5em;
}
section {
	margin: 1em 1em 0 1em;
	padding: 0 0 1em 0;
}
section h2 {
	 font-weight: normal;
	 text-align:center;
	 text-transform: uppercase;
     font-size: 1.2em;
	 font-weight: lighter;
	 padding: 0 1em 0 1em;
}
section h3 {
	text-transform: uppercase;
     font-size: 1em;
	 font-weight: lighter;
	 padding: 1em 1em 0 1em;

}
section a {
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	
}
section a.hover {
	text-weight: bold;
}
section p {
	padding: 0 1em 0 1em;
	font-size: .9em;
	text-align:justify;
}
section p a { color: #000;
	text-decoration: none;
	font-weight: lighter;
	
}
section p a.hover {
	text-weight: bold;
}

main {
	 display: block;
	 margin: 0 auto;
	 padding: 0;
	 width: 80%;
}

article {
	 margin: 0 2em 0 2em;
	 padding: 1em 2em 3em 2em;
	 font-weight: lighter;
	 line-height: 1.5em;
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
	 text-align: center;
}
article h2 {
	font-weight: lighter;
     font-size: 1.5em;
	 line-height: 1em;
	 text-align: center;
}

article p  {
	font-size: 1em;
	padding-top: .6em;
	text-align: left;
}
article p a {
	color: #000;
	text-decoration: none;
}
article p a.hover {
	text-weight: bold;
}

img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff;
  margin: .5em;
  padding: .3em; }
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: 2em 0 0 0;
     padding: 0;
     text-align: center;
	 text-transform: uppercase;
     font-size: .5em;
	 border-top: .4em solid #000;
	 letter-spacing: 2.5px;
}


