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

body {
margin: 0;
background-image: url(images/40original2.gif);
font-family: Georgia, Times, Serif;
font-size: 15px;
color: #a39670;
}

body a {
color: #4E8B9B;
text-decoration: none;
}

body a:hover {
color: #573c21;
text-decoration: none;
}


#container {
width: 550px;
height: auto;
background-color: #fff;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
}

#header{
height: 40px;
width: 550px;
font-size: 54px;
font-style: normal;
font-weight: normal;
color: #8a7365;
text-align: center;
padding-top: 10px;
padding-bottom: 0;
background-image: url(images/title.gif);
background-repeat: no-repeat;
background-position: center center;
}

h1 {
text-indent: -9999px;
}

#nav{
text-align: center;
padding-bottom: 20px;

}

#leaf{
background-image: url(images/leaf2.jpg);
background-repeat: no-repeat;
height: 330px;
background-position: center;
}

#content{
text-align: center;
}

#footer{
font-family: verdana, arial, sans-serif;
font-size: 9px;
color: #B3B3B3;
text-align: center;
padding-bottom: 20px;
}

h2{
font-size: 17px;
font-weight: normal;
color: #826e5a;
font-family: Helvetica, arial, sans-serif;
letter-spacing: .1em;
}

.blue {
color: #4E8B9B;
}

.msg_list {
margin: 0px;
padding: 0px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
font-size: 12px;
}
