@charset "UTF-8";

html { 
  background: url(images/CrystalBarn_SplashPage.jpg) no-repeat center center fixed #000000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body { 	color:#8F8279;
	font-family: 'Average', serif;
	font-size:17px;
	margin:0;
}

a:link, 
a:visited, 
a:active { 
	color:#8F8279;
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}

p {
	margin:0;
}

h1 {
	font-weight:normal;
	font-style:italic;
	font-size:115%;
	margin:0 0 20px 0;
}

h2 {
	font-weight:normal;
	font-size:170%;
	margin:0;
	color:#673434;
	background:none;
	font-variant:small-caps;
}

h3 {
	font-weight:normal;
	font-size:100%;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

h4 {
	font-weight:normal;
	font-size:170%;
	margin:0 0 20px 0;
	color:#673434;
	background:none;
}

#invisible_page {
	width:960px;
	margin:0 auto 0 auto;
	padding-bottom:50px;
}

#white_bar {
	width:350px;
	height:900px;
	background:#FFFFFF;
	text-align:center;
	margin-left:10%;
	margin-bottom:2%;
}

#logo {
	margin:10px 0 0 0;
}

ul {
	list-style:none;
	margin:0;
	margin-left:-36px;
}

li {
	padding:8px 0 8px 0;
	background:url(images/CrystalBarn_Divider.gif) bottom center no-repeat;
}