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

/* reset all parameters */

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: center; }
img, fieldset { border: 0; }
ol { padding-left: 0; list-style: decimal; }
ul { padding-left: 0; margin-left: 0; list-style:disc; }
q:before, q:after { content:''; }

/* end reset */

body {
	background-color:#600;			/* background color is HTML, third darkest red */
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#330000;
}

a:link {
	color:#900;
	text-decoration:none;
}

a:visited {
	color:#900;
	text-decoration:none;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}

a:active {
	color:#FC0;
	text-decoration:underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.0em;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.5em;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-weight:1.2em;
}

p {
	line-height:1.2em;
}

#main {
	background-color:#CDBA96;		/* background color is called "wheat3" */
	width:760px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#intro {
	padding-right:20px;
}

#evelyn {
	float:left;
	padding:5px;
	margin:20px;
	background-color:#000;		/* background color is "black" */
}

#cottonwood {
	clear:both;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	background-color:#FFEECA;		/* background color is called "light adobe" */
	border:1px solid #000;
}

#gallery {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-top:30px;
	background-color:#FFEECA;		/* background color is called "light adobe" */
	border:1px solid #000;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	width:740px;
	border:1px #900 solid;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
}

#links {
	clear:both;
}

.left {
	text-align:left;
}

.smallText {
	font-size:0.8em;
}

ul.navbar {
	background-color:#600;
	width:740px;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

ul.navbar li {
	display:inline;
	font:0.8em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCC;
}

ul.navbar a {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCC;
	padding-left:5px;
	padding-right:5px;
}

.figure {
	float:left;
	width:200px;
	margin:10px;
}

.figure img {
	
}

.figure p {
	font:bold o.8em Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}

