body{
  background: #686E5F;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #555;
}

/* Container */
#header{
    width: 800px;
    text-align: center;
    margin: 30px auto 0px auto; 
    font: 2.5em "Georgia",serif;
    font-style: italic;
    color: #FC0;
    padding: 0px;
}
#main{
    padding: 0px;
    background: url(bg.gif) top repeat-y;
    width: 800px;
    margin: 0px auto 0px auto;
    margin-top: 0px;
    text-align: left;
}
#content{
    width: 570px;
    margin-left: 55px ;
    text-align: left;
    padding: 5px 5px 5px 0;
	float:left;
}

#right{
    width: 100px;
	float: right;
	}

#footer{
    background: url(bottom.gif) no-repeat;
    padding-top: 10px;
    width: 800px;
    margin: 0px auto 0px auto;
    color: #FFF;
}
/*Navigation*/
#navigation{ 
    text-align: right;
    height: 30px;  
    width: 800px; 
    margin: 0px auto 0px auto;
    padding: 0px;
    background: url(header.jpg) no-repeat bottom;
    display: block;
}
#navigation ul{
    position: relative;
    bottom: 0px;
    height: 15px;
    display: block;
    margin: 0px;
    padding: 0px;
}
#navigation li{
    display: inline;
    list-style-type: none;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}
#navigation a{ 
    padding: 2px; 
    color: #FFF;  
    background: 0;
    border: 0;
}
#navigation a:link, 
#navigation a:visited{
    text-decoration: none;
}
#navigation a:hover{
    text-decoration: underline;
}

/* text style*/
#content h1{
    color: #000;
    font-size: 1.5em;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 5px 0;
    padding: 0;
}

a,
a:link{
    color:#800;
    text-decoration: none;
    border-bottom: 1px #800 dotted;
}
a:hover{
    background: #800;
    color: #FFF;
}

#right ul {
    margin: 0;
	padding: 0;
	list-style: none;
	}
	
#right li {
    padding: 8px;
	border-bottom: #999999 dotted 1px;
	}
	
.meta {
    margin: 0 auto;
	padding: 10px 5px;
	text-transform: capitalize;
}

.meta ul {
    list-style: none;
	padding:0;
	margin:0;
	float:left;
	}
	
.meta li {
    text-align: center;
	width: 135px;
	float: left;
	margin: 0 10px 20px 15px;
	border: solid 1px #000000;
    }
	
.meta span {
width:135px;
text-align:center;
float:left;
}
	
.meta img {
	border: 0;
	width:135px;
	height:90px;
	}

.meta a {
color:#BD3C18;
height:22px;
line-height:22px;
margin:0px auto;
}

.meta a:hover {
color:#BD3C18;
background:#D6EEFD;
}

.quote{
padding:8px 0;
}

#bigimg{
}

#bigimg img{
    border:0;
	}
