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

body {
	height: auto;
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: Chanel-993, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-top: 10px solid #000; 
}

h1 {
	text-align: center;
	font-size: 25px;
	font-weight: lighter;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

h2 {
	width: 50%;
	line-height: 130%;
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 15px;
	font-weight: lighter;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	}
/*
h3 {
	padding: 20px 30px 20px 30px;
	font-weight: normal;
	line-height: 120%;
	text-align: justify;
	color: #fff;
	margin: 5px 60px 0 80px;
	
}

main {
	background: #fff;
	padding: 0 20px 0 20px;
	margin: 3em auto;

}
*/
article {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 10px 30px 10px 30px;
}

article h2 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 25px 0 0 0;
	text-align: left;
	
}

article p {
	line-height:150%;
	padding: 1em 0 0 0;
}
/* article p notes
article p a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

article p li {
	list-style-type: none;
	display: list-item;
	color: #999;
	
}

article p li a {
	color: #999;}

article p a:hover {
	text-decoration: underline;
}
*/

p {
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0 0 0;
}
/* p notes
p a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

p a:hover {
	text-decoration: underline;
}
*/
/* nav notes
#navlist {
	margin: 0;
	padding: 10px 0 30px 30px;
	height: 8px;
	list-style-type: none;
	background-color: #000;
}

#navlist li {
	float: left;
	background-color: #000;
	margin: 0;
	padding: 0;
	display: block;
}


#navlist li a, #navlist li a:link {
	background-color: #000;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 0 10px;
	display: block;
}

#navlist li a:hover {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	background-color: #000;
}

#navlist li a#current, #navlist li a#current:link {
	color: #fff;
	text-decoration: underline;
	background-color: #000;
	cursor: default;
	font-weight: bold;
}

#navlist li a#current:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

#navfeatured {
	color: #fff;
	
}
#navfeatured li {
text-indent:-3px;
padding: 10px 0 10px 0;
}
#navfeatured li a {
	text-decoration: none;
	letter-spacing: 1px;
	line-height:150%;
	color: #fff;}

#navfeatured li a:hover {
	text-decoration: underline;
}
*/
img.bordered,img.alignleft,img.alignright,img.aligncenter {
  background-color: #fff; 
  padding: 3px;  }
img.alignleft, img.left {margin: 1em 1.5em 1em 0;}
img.alignright, img.right {margin: 1em 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;
}

footer {
	text-align: center;
	font-size: 10px;
	background-color: #000;
	color: #ccc;
	margin: 10px 0 0 0;
	padding: 1px 0 6px 0;
}
footer p {
	color: #ccc;
}
footer p a {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

footer p a:hover {
	text-decoration: underline;
}