* {
	margin:0; 
	padding:0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3b2307;
	background-color: #efe2ce;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	padding-top: 15px;	
	margin-left: auto;
	margin-right: auto;	
}

#header {
	height: 145px;
}

#nav {	
	text-align: right;
	padding-top: 117px;
}

#photos {
	height: 300px;
	padding-top: 9px;
}

#text {
	background-color: #FFFFFF;
	min-height: 200px;
	padding: 50px;
	padding-top: 40px;
}

#collectiontext {
	background-color: #FFFFFF;
	min-height: 450px;
	padding: 50px;
	padding-top: 40px;
}

#contacttext {
	background-color: #FFFFFF;
	min-height: 425px;
	padding: 50px;
	padding-top: 40px;
}

p {
	padding-bottom: 10px;
}

#footer {
	color: #822525;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #822525;
	text-decoration: underline;
}

ul { list-style: none; margin: 0; padding: 10px; }

li { display: block; float: left; width: 338px; text-align: left; padding: 20px;}

.fl {
	float: left;
}

li.rightcol {
	border-left: 1px solid #3b2307;
	padding-left: 40px;
}

h1 {
	font-size:18px;
	color: #3b2307;
	padding-bottom: 10px;
}

h2 {
	font-size:18px;
	color: #3b2307;
	padding-bottom: 10px;
	font-style: italic;
}
h3 {
	font-size:12px;
	color: #3b2307;
	padding-bottom: 10px;
	font-style: italic;
}