@import url(http://fonts.googleapis.com/css?family=Oswald:300);

html {
	background-color:#a9967e;
}

body {
	font-family:Tahoma, Verdana, Arial, Sans Serif;
	color:#333333;
	text-align:center;
	background:-moz-linear-gradient(left,transparent 5px,#D8B28E 200px); 
	background-size:10px 10px;	
    text-transform: none;
}

a {
	text-decoration:none;
	border-bottom:3px dotted #333;
	color:#333333;
}	

a:hover {
}



h1, h2 {
	display:none;
}

h3 {
	font-family:'Oswald', Tahoma, Verdana, Arial, Sans Serif;
	margin:100px 0 0 0;
	font-size:4em;
	text-transform:uppercase;
}

address h3 {
	font-style:normal;	
}

figcaption {
	font-family:'Oswald', Tahoma, Verdana, Arial, Sans Serif;
	font-size:5em;
	text-transform:uppercase;
	line-height:1.3em;
}

ul {
	border:0px dotted #999;
}

li {
	list-style: none outside none;	
	margin:0 0 0 -40px;
	padding:0;
	border:0 dotted #333;
	line-height:1.5em;
	font-size:x-large;
}

address {
	font-style:normal;	
}

footer {
	font-size:small;
	padding:50px 0;	
}

/* ------------------------------------------ */

li a {
	
}    

/*
.homepage h3 {
	display:none;
}
*/