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

* {
	margin:0;
	padding:0;
}

body {
	background:url(pattern.jpg) repeat;
	padding: 0 0 30px 0;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#68522e;
}

a {
	color:#68522e;
	text-decoration:none;
	font-size:small;
}

#wrap {
	width:965px;
	margin:0 auto;
	background:url(ds.png) repeat-y;
}

#mainContent {
	width:951px;
	margin:0 auto;
	background:#FFF;
}

#logo {
	background:url(logo.jpg) top left no-repeat;
	width:200px;
	height:100px;
	float:left;
	display:inline;
	margin:15px 0 40px 30px;
}

#head {
	background:url(collect.jpg) no-repeat;
	margin:25px 25px 0 0;
	width:331px;
	height:95px;
	float:right;
	display:inline;
}

#nav {
	width:951px;
	height:75px;
	margin:0;
	float:right;
	clear:both;
	display:inline;
	background: url(navbg.jpg) no-repeat;
}

#hero {
	height:300px;
	width:540px;
	margin:45px 0 35px 25px;
	padding: 7px;
	background:#f0eae0;
	float:left;
	display:inline;
	clear:both;
}

.unique {
	width:314px;
	height:179px;
	float:right;
	display:inline;
	margin:45px 30px 0 0;
}

#welcome {
	width:314px;
	float:right;
	display:inline;
	margin:15px 30px 0 0;
}

#sidebar {
	font-size:small;
	float:right;
	display:inline;
	width:300px;
	margin:30px;
	border-left:thin solid #68522e;
	padding:20px 0 20px 20px;
}

#sidebar p {
	text-indent:1em;
}

#sidebar h1 {
	font-size: x-large;
}

#sidebar h2 {
	font-size: medium;
	font-style:italic;
	font-weight:normal;
}

#about {
	width:490px;
	float:left;
	clear:both;
	display:inline;
	margin:30px 0 30px 25px;
	padding:15px 0 0 0;
	font-size:medium;
}

#about h1 {
	font-size:x-large;
}

#about p {
	text-indent:1em;
	line-height:1.25em;
}

#about a {
	font-size: x-large;
	border-bottom:2px dotted;
}

#about li {
	list-style-position:inside;
}

#images {
	width:100%;
	height:184px;
	clear:both;
	margin:0 25px 25px 25px;
}

#images img{
	padding:7px;
	background:#f0eae0;
	margin:0 4px 0 0;
}

#contact {
	width:490px;
	float:left;
	clear:both;
	display:inline;
	margin:30px 0 30px 25px;
	padding:15px 0 0 0;
	font-size:medium;
}

#contact a{
	font-size:medium;
	text-decoration:underline;
}
#contact h2 {
	font-size: medium;
}

#map {
	width:500px;
	height:350px;
	float:left;
	display:inline;
	clear:left;
	margin:0 0 50px 25px;
}

#bottomBar {
	clear:both;
	width:951px;
	height:40px;
	background:#f0e7e4;
	border-top:thin solid #68522e;
	border-bottom:thin solid #68522e;
	text-indent:25px;
	line-height:40px;
}

#bottomNav {
	width:731px;
	float:left;
	display:inline;
}

.twitter {
	height:40px;
	width:190px;
	float:left;
	display:inline;
}

.twitter img {
	padding:5px 0;
	border:none;
}

#footer {
	width:965px;
	height:25px;
	background:url(footer.png) top left;
	margin:0 auto;
	font-size:x-small;
	clear:both;
}

#footerContent {
	width:901px;
	height:17px;
	margin:0 auto;
	padding:0 25px;
	background:#FFF;
}

#footer a {
	font-size:x-small;
	text-decoration:none;
}

.clear {
	clear:both;
	height:5px;
}

.spacer {height:150px; clear:both;}