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

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10pt;
	margin-left:-12px;
	margin-bottom:10px;
	color:#000000;
	font-style:normal;
	text-decoration:none;
	list-style:none;
	text-transform:capitalize;
	}

body {
	margin-top: 0px;
    background-attachment: fixed;
	width: 850px;
	margin: 0 auto;
	}

#wrapper {
	margin-top:40px;
	width:800px;
	}

#logo {
	float:right;
	display: inline;
	}
	
#buy {
	float:left;
	width:160px;
	background-color:#A3AB8F;
	margin-top:50px;
	padding:20px;
	display: inline;
	}
	
#buy img {
	padding-left:0px;
	padding-top:-5px;
	padding-bottom:5px;
	}
	
#intro {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	float:right;
	width:550px;
	padding-top:45px;
	padding-bottom:70px;
	display: inline;
	}
	
#desc {
	float:left;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
	display: inline;
	}
	
.where {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#whereare {
	padding-bottom:3px;
	}
	
#select {
	padding-top:10px;
	padding-bottom:10px;
	}
	
#desc p {
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:dashed #333333 thin;
	}
	
#gallery {
	text-align:right;
	float:right;
	width:500px;
	display: inline;
	}

#gallery img {
	padding-bottom:20px;
	}

.story span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}

#conhead {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	}
	
#links {
	width:200px;
	float:left;
	background-color:#A3AB8F;
	padding:5px;
	margin-top:20px;
	display: inline;
	}
	
#links img {
	padding-bottom:10px;
	}
	
#links li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
#links li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	}