﻿/* Global */

body, div, p, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    }

body { 
    background-color: #A1610A; 
    background-image: url(images/back_brown.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    }


    
/* Layout */

#container {
    width: 960px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    }   
    
 #logo {
    background-image: url(images/ncyulogo.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 75px;
    }
    
 #wrapper {
    padding: 10px;
    background-color: #FFFFFF;
    }     
    
#banner {
    background-image: url(images/banner_stuf.jpg);
    width: 940px;
    height:180px;
    }  
  
#content {
    width: 360px;
    float: left;
    margin: 20px 0px 20px 10px;
    }
    
#describe {
    width: 520px;
    float: right;
    margin: 20px 10px 20px 0px;
    }
    
#foot {
    clear: both;
    }


/* footer */    

.footer {
    border-top: solid 5px #A1610A;
    background-color: #EBE1CF;
    padding: 8px 12px;
    }
    
.footer span {
    font-size: 0.75em;
    }
    
#twcaseal {
    float: right;
    }
    
/* loginform */
    
.loginform {
    border: solid 1px #EBE1CF;
    }
    
.loginform-top {
    background-color: #A1610A;
    border-bottom: solid 3px #EBE1CF;
    padding:6px;
    margin: 6px;
    color: #FFFFFF;
    }
    
.loginform-bottom {
    padding:6px;
    margin: 6px;
    }
    
.loginform p {
    margin: 1px 0 10px 0;
    }
    
.loginform input[type="text"] {
    border: solid 1px #888888;
    background-color: #EFEFEF;
    }
    
.loginform input[type="password"] {
    border: solid 1px #888888;
    background-color: #EFEFEF;
    }
    
.loginform input[type="submit"] {
    border: solid 1px #888888;
    }
    
.loginform select {
    padding: 1px;
    border: solid 1px #888888;
    background-color: #EFEFEF;
    }
    
/* describe */
    
 .describe-top {
    background-image: url(images/describe_brown_top.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 520px;
    height: 20px;
 }
 
.describe-bottom {
    background-image: url(images/describe_brown_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520px;
    height: 20px;
 }
 
  .describe-main {
    background-color: #EBE1CF;
 }
    
 .describe-main li {
    padding-left: 40px;
    padding-right: 30px; 
    padding: 2px 30px 2px 40px;
    list-style-type: none;
    background-image: url(images/list_brown.gif);
    background-repeat: no-repeat;
    background-position: 26px 9px;
    }
 
