@charset "UTF-8";
/* CSS Document */

a 			{ text-decoration: none; color: #716558; }
a:link 		{ text-decoration: none; color: #716558; }
a:visited 	{ text-decoration: none; color: #716558; }
a:hover 	{ text-decoration: underline; }

body { 
background-color: #f6f2ed;
margin: 0;
padding: 0;
}

/* DIVS & CLASSES */

#container {
margin: auto;
}

#content {
margin: auto;
padding-top: 35px;
width: 892px;
min-height: 430px;
background-image: url(../images/tesselight_bg_2.png);
background-position: center 60px;
background-repeat: no-repeat;
text-align: justify;
}

#thumbs {
}

#footer {
clear: both;
margin: auto;
text-align: center;
}

.bio {
color: #666;
}

/* TEXT & ELEMENTS */

p {
font-family: "Garamond", Georgia, serif;
color: #333;
font-size: 14px;
line-height: 1.4em;
border: none;
}

h1 {
font-family: "Garamond", Georgia, serif;
color: #3F2A15;
font-size: 24px;
text-align: center;
}

img {
display: block;
margin: auto;
border: none;
}

#thumbs img {
display: inline;
padding: 14px;
border: none;
}

#footer img {
padding: 10px;
}
