@charset "UTF-8";
/* CSS Document */

body {
	background: #fefef6;	
	
}

#centered { 
 width: 960px; /* set to desired width in px or percent */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
 
} 

p.about {
	color : #262626;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 28px;
	padding-right: 35px;
	text-align: justify;
	line-height: 20px;
}

p.shop {
	color : #262626;
	font-size: 1.1em;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	font-variant: small-caps;
	line-height: 20px;
}

h2.divider {
	position:relative;
	top:10px;
	bottom:0px;
	left:20px;
	max-width: 205px;
}

h2.fb {
	position:relative;
	top:-25px;
	bottom:0px;
	left:25px;
	max-width: 205px;
}

h2.divider1 {
	position:relative;
	top:-40px;
	bottom:0px;
	left:20px;
	max-width: 205px;
}

a:link {text-decoration: none; color:#363636}
a:visited {text-decoration: none; color:#363636}
a:active {text-decoration: none; color:#363636}
a:hover {
	text-decoration: underline;
	color: #CC6600;
	margin-top: 2px;
}

form {
	position:relative;
	font-size: 0.8em;
	top:435px;
	bottom:0px;
	left:25px;
	letter-spacing: 1px;
	max-width: 215px;
	color: #333333;
}

slideshow {
	margin-top: 150px;	
}

p.footer {
	padding: 10px;
	color : #262626;
	font-size: 0.8em;
	line-height: 20px;
}

