body {
   font : 13px/19px "trebuchet ms", tahoma; 
   letter-spacing : 0; 
   color: #5b5341;
   background: #9cbec6 url(bg.gif) repeat-x;
   text-align: center;
   margin: 0;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 0;
}

html {
   scrollbar-face-color:#9cbec6;
   scrollbar-arrow-color:#5a514a;
   scrollbar-track-color:#9cbec6;
   scrollbar-3dlight-color: #5a514a;
   scrollbar-highlight-color: #9cbec6;
   scrollbar-shadow-color: #5a514a;
   scrollbar-darkshadow-color: #9cbec6;

}

.title {
   font: italic 34px/55px "palatino linotype", arial;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
   text-align: center;
   text-transform: capitalize;
   letter-spacing: -2px;
   color: #5a514a;
   padding: 0;
}

span.title {
   color: #5a514a;
}

.right {
   float: right;
}

#menu {
   width: 800px;
   margin: 0 auto;
   padding: 0;
   line-height:45px;
   text-align:center;
   border-top: 0px solid #5a514a;
   border-bottom: 1px solid #5a514a;
   border-left: 2px solid #5a514a;
   border-right: 2px solid #5a514a;
   background : #e7ebef;
}

#menu ul, #menu li {
   padding: 0;
   display: inline;
   list-style-type: none;
}

#menu a:link, #menu a:visited, #menu a:active {
   color: #88acaf;
   font:16px/0 "trebuchet ms"; 
   font-style: normal;
   text-decoration: none;
   text-transform: capitalize;
   letter-spacing: 0;
   margin:23px;
   padding: 0;
}

#menu a:hover {
   color: #5d504a;
   border-bottom: 3px solid #5d504a;
}


#header {
   width: 100%;
   height: 116px;
   padding: 0;
   text-align: center;
   border-top: 8px solid #5a514a;
}

img {
   border: 0px;
}

#top { 
   width : 800px; 
   margin: 0 auto; 
   text-align : left;
   padding: 0;
   border-top: 2px solid #5a514a;
   border-bottom: 0px solid #5a514a;
   border-left: 2px solid #5a514a;
   border-right: 2px solid #5a514a;
   background : #dee3e7;
}

#container { 
   width : 800px; 
   margin: 0 auto; 
   text-align : left;
   padding: 0;
   border-top: 0px solid #5a514a;
   border-bottom: 2px solid #5a514a;
   border-left: 2px solid #5a514a;
   border-right: 2px solid #5a514a;
   background : #dee3e7;
}

#content { 
    float: right;
    width : 540px;
    margin-right : 10px;    
    margin-bottom: 10px;       
} 

#left { 
    float: left;
    width : 226px;
    margin-left : 10px; 
    margin-bottom: 10px;       
} 
 
.leftbox {
   padding : 8px; 
   margin-bottom: 28px;
   background : #c8d0d7;
   border: 1px solid #5a514a;
}

.rightbox {
   padding : 8px; 
   margin-bottom: 28px;
   background : #b7c0ca;
   border: 1px solid #5a514a;
}

h1.lefttitle {
   color: #6d5c4c;  
   font: bold 14px/18px "trebuchet ms";
   letter-spacing : 1px;
   text-align: left;
   text-transform: uppercase;
   padding-bottom: 3px; 
   margin: 0; 
   margin-bottom: 5px;
   border-bottom: 2px solid #5d504a;
   background-color:transparent;
}

#right {
   float: right;
   width: 530px;
   padding: 0;
   margin-top: 5px;
   margin-right: 5px;
   margin-bottom: 25px;
}

hr {
   border: #b38bbb 1px dashed; 
   border-style: none none dashed;   
}

h1 {
   text-align: left; 
   font-weight: normal; 
   font-size: 24px; 
   font-style: normal;
   color: #6d5c4c; 
   letter-spacing: 0;
   line-height: 32px;
   text-transform: capitalize;
   padding: 5px;
   margin-top: 0;
   margin-bottom: 5px; 
   background: #9cbec6 url(footer.gif) repeat-x;  
   border-bottom: 7px solid #6d5c4c;
} 


h2 { 
   text-align: left; 
   font: italic 18px/25px "palatino linotype", arial;
   color: #5f442d;
   letter-spacing: 0;
   text-transform: capitalize;
   margin: 0;
}

h3 { 
   text-align: center; 
   font: italic 25px/32px "palatino linotype", arial;
   color: #3f7752;
   letter-spacing: 0;
   text-transform: capitalize;
   padding: 5px;
   margin: 0; 
}  

h4 { 
   color: #459f95; 
}  

h5 { 
   color: #3f7752;
}  

h6 { 
   color: #3f7752;  
} 
 

#footer {
   text-align: center;
   clear: both;
   margin-top: 25px;
   font-size: 13px;
   letter-spacing: 0;
   line-height: 21px;
   padding: 15px;
   background: #9cbec6 url(footer.gif) repeat-x;
   border-top: 6px solid #5a514a;
}

a:link, a:active, a:visited {
   color: #88acaf;
   font: bold 11px "trebuchet ms";
   text-decoration: none; 
   text-transform: uppercase; 
   letter-spacing: 0; 
}

a:hover {
   color: #5d504a;
}

ul{
   list-style: circle;
   list-style-image: url();
   margin: 0; 
   padding: 0;
   margin-left: 35px;
}

li {
   padding-top: 9px;
}


b, strong { 
   color: #6d5c4c; 
   letter-spacing: 0; 
   text-transform: capitalize;
} 

i, em { 
   color: #49815c;
   letter-spacing: 0;       
} 

u,ins{ 
   color: #687848; 
   letter-spacing: 0; 
}

p {
   margin-top: 2px;
}

blockquote {
   width: 97%;
   margin-left: -3px; 
   text-align: left; 
   padding: 4px; 
   background: #dee3e7;  
   border: 1px solid #796453;
}

input, textarea { 
    color: #5b5341;
    border: 1px solid #5b5341;
    background-color: #dee3e7;
}

.form, select, option, submit, reset {    
    color: #5b5341;
    background-color: #dee3e7;
    border: 1px solid #5b5341;
}


/* Posts */
.posts {
   padding: 8px;
   margin-bottom: 28px;
   background : #b7c0ca;
   border: 1px solid #5a514a;
}

.posttitle {
   text-align: left; 
   font-weight: normal; 
   font-size: 24px; 
   font-style: normal;
   color: #6d5c4c; 
   letter-spacing: 0;
   line-height: 32px;
   text-transform: capitalize;
   padding: 5px;
   margin-top: 0;
   margin-bottom: 5px; 
   background: #9cbec6 url(footer.gif) repeat-x;  
   border-bottom: 7px solid #6d5c4c;
}

.postmetadata {
   text-align: left;
   color: #6d5c4c;
   font-size: 10px;
   line-height: 12px;
   text-transform: uppercase;
   background: #9cbec6 url(footer.gif) repeat-x;
   border-top: 7px solid #6d5c4c;
   margin-bottom: -10px;
}

/* Pagination */
.paginate{
   width: 100%;
   text-align: center;
   padding: 0;
   margin-top: 18px;
   margin-bottom: 5px;
   margin-left: -5px;
}

.paginate a, .paginate a:link, .paginate a:visited, .paginate a:active {
   padding: 0;  
   margin: 12px;	
}

.paginate span.pages {
   padding: 0;  
   margin: 12px;
   font-size: 12px;
}

.paginate span.current {
   padding: 0;  
   margin: 12px;
   text-decoration: none;
}

fieldset {
   border: 0;
   margin: 0 0 12px 0;
   padding: 2px;
}

fieldset label {
   float: left;
   width: 50%;
}

fieldset input.input1, fieldset select {
   float: right;
   margin: 0 0;
   width: 48%;
   margin-bottom: 5px;
}
