body {
background-color: #8E9383;
text-align: center;
}

a { color: black; }

a:hover { color: red; }

#container {
margin-left: 20px;
margin-right: 20px;
background-image:  url('http://ncnaturephoto.com/images/leaf_bg01.jpg');
text-align: left;
}

#topbar, #bottombar {
height: 10px;
margin-left: 20px;
margin-right: 20px;
background-image:  url('http://ncnaturephoto.com/images/leaf_bg02.jpg');
}

#imagebar {
background-image:  url('http://ncnaturephoto.com/images/leftbar_bg.jpg');
}

#leftbar {
width: 10px;
background-image:  url('http://ncnaturephoto.com/images/leaf_bg02.jpg');
}

#textarea {
margin: 1em;
font-family: Georgia;
text-align: justify;
line-height: 150%;
min-height: 565px;
height:auto !important; /* Yay for IE7 bugs! */
height:565px; /* Yay for IE7 bugs! */
}

#title {
text-align: center;
}

#nav {
margin-top: 1em;
font-size: 1.2em;
}

#nav td {
text-align: center;
}

#home_images {
}

#home_images td {
padding: 1em;
text-align: center;
}

.imgright {
float:right;
padding:3px;
border:1px dotted #CCC;
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
}

.imgleft {
float:left;
padding:3px;
border:1px dotted #CCC;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;
}

#quote {
padding-top: 5px;
font-family: Verdana;
color: white;
text-align: center;
font-size: 0.8em;
}

#copyright {
padding-top: 2em;
font-family: Verdana;
color: white;
text-align: center;
font-size: 0.6em;
}

#copyright a {
color: white;
}

#copyright a:hover {
color: red;
}

#gallerytable td {
text-align: center;
}

.space {
height: 10px;
}

.pagetitle {
text-align: center;
font-weight: bold;
}

.smaller_text { font-size: 0.9em; }