@charset "utf-8";
body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat:;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-image: url(images/texture.jpg);
	border: 1px solid #333;
	text-align: left;
	
}
#header {
	background: #000000;
	padding: 210px 0px 15px 0px;
	background-image:url(images/stacy-co-header.jpg);
	background-repeat:no-repeat;
	height:15px;
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 15px;
}

#mainContent {
	padding: 0 20px; 
}

#header ul{
	list-style-type: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 13px;
	margin:0px;
}

#header a
{
	padding: 10px;
	width: 130px;
}

#header a:link, #header a:visited
{
color: #ffffff;
text-decoration: none;
font-weight:bold;
}

#header a:hover
{
	color: #099;
	font-weight:bold;
}

A:link 
{
	color: #069;
	font-weight:normal;
	text-decoration: none;
}
A:visited {
	color: #069;
	font-weight:normal;
	text-decoration: none;
}
A:active {
	color: #069;
	font-weight:normal;
	text-decoration: none;
}
A:hover {
	color: #FFF;
	font-weight:normal;
	text-decoration: underline;
}

h1, h1 a {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 28px;
	color: #FFF;
	padding-bottom: 5px;
	font-weight: 300;
	letter-spacing: -1px;
}
h2 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 300;
	letter-spacing: -1px;
}

h3 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: -1px;
}

h4 {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 300;
	letter-spacing: -1px;
}

p {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

.style1 {
	font-family: "Alegreya Sans", sans-serif;
	color: #09C
}

#footer {
	padding: 30 10px 0 0;
	background:#000;
	background-image:url();
	font-size: 10px;
	text-align:center;
} 
#footer p {
	margin: 0; 
	padding: 15px 0; 
}
.foot_text {
	font-size: 12px;
	color: #CCC;
}

#slider {
    position:relative;
    width:905px; /* Change this to your images width */
    height:225px; /* Change this to your images height */
	background: url(images/distinctive.jpg) no-repeat;
	margin-top: 20px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}


.clear {
	clear: both;
}
