<!-- chanelbagsforsaleusa.com -->
@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;
}

.space {padding-top:10px;
}


header {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 1.5em 0 0 0;
	border-top: .5em solid #000;
}
header a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
header a.hover {
	text-decoration: underline;
}
header h1{
	 font-size: 1.5em;
	 color: #000;
	 letter-spacing: .2em;
     text-align:center;
	 line-height: 1.5m;
}

header h2{
     text-align:center;
	 font-weight: normal;
	 letter-spacing: .1em;
	 text-transform: uppercase;
	 font-size: 1.5em;
	 line-height: 1.5em;
}

main {
	 display: block;
     padding: 0 1em 0 1em;
     margin: 0;
	 
}
section {
	 margin: 0;
	 padding: 1.5em 2em 2em 2em;
	 font-size: 1em;
	 font-weight: lighter;
	 text-transform: uppercase;
	 letter-spacing: .2em;
	 line-height: 1.5em;
	 text-align: center;
	 
}
section h2 {
	 font-weight: normal;
	 font-size: 1em;
	 line-height: 1.2em;
}

section h3 {
	font-weight: lighter;
	 letter-spacing: .1em;
	 text-transform: uppercase;
     font-size: .8em;
}
section h3 a {
	text-decoration: none;
}
section h3 a.hover {
	font-weight: bold;
}
	
section a { color: #000;
	text-decoration: none;
	
}

section p {
	font-size: .8em;
}
section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section li {
	text-decoration: none;
	font-weight: lighter;
	
}
section li a {
	text-decoration: none;
	font-weight: lighter;
	 letter-spacing: .2em;
	 text-transform: uppercase;
     font-size: .7em;
}
section li a.hover {
	font-weight: bold;
}

article {
	 margin: 0 4em 0 4em;
	 padding: 1em 1em 2em 2em;
	 font-size: .8em;
	 font-weight: lighter;
	 text-transform: uppercase;
	 letter-spacing: .2em;
	 line-height: 1.6em;
	 border-left: 1px solid #ccc;
	 border-right: 1px solid #ccc;
}

article h2 {
	font-size: 1.5em;
	line-height: 1.7em;
	
}

article p  {
	padding-top: .3em;
	text-transform: none;
}

article a { color: #000;
	
}

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: 1.5em 0 0 0;
     padding: .6em 0 .6em 0;
     text-align: center;
	 text-transform: uppercase;
     font-size: .5em;
	 border-top: .5em solid #000;
	 letter-spacing: 2.5px;
}


