/* @override http://looce.com/annette/css/style.css */

/* @override http://creativethinkings.com/css/style.css */

body {
	margin: 0;
}

a {
	text-decoration: none;
	color: #544B37;
}

a:hover {
    color: #9F8F69;
}



h1 {
	background: url(../images/logo.png);
	position: relative;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	margin-bottom: -80px;
	float: left;
	margin-left: 23px;
}
h2 {
	font-size: 21px;
	padding: 0;
	float: left;
	margin: 0 0 5px;
	width: 500px;
}

p {
	margin-top: 10px;
	margin-bottom: 0;
}


ul {
	list-style-type: none;
	float: left;
	width: 300px;
	margin-top: 48px;
	padding: 0;
	margin-bottom: 4px;
}

li {
	float: left;
	border-right: 1px solid #d5c36d;
	padding-right: 5px;
	padding-left: 5px;
}

li.last {
	border: none;
}

#wrapper {
	width: 500px;
	margin: 0 auto;
}

#gallery {
	margin-bottom: 5px;
}


#content {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	margin-top: 7px;
}

address {
	font-weight: normal;
	font-style: normal;
	text-align: center;
	font-size: 12px;
}

