body {
	
	background-attachment: fixed;
	background-color: grey;
	background-position: center center;
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #555555;
}
#container {
	position: relative;
	margin: 5em auto 4em auto;

	width: 800px;
}
#transparency {
	opacity:0.5;
	filter:alpha(opacity=50);
	
	-moz-opacity:0.5;
	background-color: white;
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#content-outer {
	position: relative;
	margin: 0em 3em 0em 3em;
	padding: 3em 0em 3em 0em;
}
#content-inner {
	padding: 1em 1em 1em 1em;
	background-color: white;
}
#site_logo {
	position: absolute; 
	top: -56px; 
	left:0px; 
	width: 291px; 
	height: 82px; 
	background-image: url('../png/logo.png'); 
	background-repeat: no-repeat;
}
#site_logo span {
	display: none;
}
#background_link {
	text-decoration: none;
}
#background_caption {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0.25em 0.25em 0.25em 0.25em;
	padding: 0.25em 0.5em 0.25em 0.25em;
	background-color: white;
	font-size: smaller;
	font-style: italic;
	color: #555555;
	text-decoration: none;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	width: 113px;
	height: 64px;
	display: block;
	overflow: hidden;
	padding: 0;
}
.kwicks.horizontal li {
	margin-right: 5px;
	float: left;
}
#kwick_1 {
	background-color: #F4EEB1;
}
#kwick_2 {
	background-color: #FFB4BF;
}
#kwick_3 {
	background-color: #F2B8D8;
}
#kwick_4 {
	background-color: #CCA9DD;
}
#kwick_5 {
	background-color: #79D2E6;
}
#kwick_6 {
	background-color: #A3E7D6;
}
.kwicks.horizontal #kwick_6 {
	margin-right: 0px;
}
.home_image {
	background-image:url("../png/home.png");
}
.about_image {
	background-image:url("../png/about.png");
}
.gallery_image {
	background-image:url("../png/gallery.png");
}
.shop_image {
	background-image:url("../png/sales.png");
}
.links_image {
	background-image:url("../png/links.png");
}
.contact_image {
	background-image:url("../png/contact.png");
}
.kwick_anchor {
	width: 220px;
	height: 100%;
	display: block;
	text-decoration: none;
}
.kwick_text {
	width: 140px;
	height: 100%;
	padding: 0.5em 0em 0em 1em;
	color: #555555;
	text-align: left;
	font-size: larger;
}
.kwick_image {
	position: absolute;
	top: 0px;
	left: 140px;
	background-repeat:no-repeat;
	width: 64px;
	height: 64px;
}
.kwick_image span {
	display: none;
}
#footer {
	padding-top: 1em;
	font-size: smaller;
	text-align: center;
	width: 100%;
	color: #555555;
}
#footer a {
	color: #555555;
}
#footer span {
	font-weight: bolder;
}
