* {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

body {
	font: 12px/1.5 Georgia, Times;
	color: #333300;
	text-align: center;
	min-width: 750px;
	background: #3f0e00 url(../images/lw-background.jpg) repeat-x top left;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff url(../images/lw-pagebg.jpg) repeat-y top left;
	text-align: left;
	}

#header {
    width: 750px;
    height: 158px;
    background: url(../images/lw-header.jpg) no-repeat top left;
    }
    
#navCol {
    width: 146px;
    padding-left: 10px;
    float: left;
    }

#navCol ul {
    list-style-type: none;
    }

#navCol ul a {
    display: block;
    width: 120px;   
    color: #333300;
    text-decoration: none;
	padding-left: 25px;
    font-size: 14px;  
    }
       
#navCol ul a:hover{
	color: #cccc00;
	background: url(../images/tableBar.gif) repeat-x top center;
    }
    
#navCol .selected a {
	color: #cccc00;
	background: url(../images/tableBar.gif) repeat-x top center;
	}
    
#mainContent {
    width: 589px;
    float: right;
    }
    
#mainContent img{
    padding-bottom: 15px;
    }
    
#mainContent .col{
    padding: 0 23px 0 0;
    width: 271px;
    float: left;
    }
    
#mainContent .col a, #mainContent .news a{
    text-decoration: none;
    color: #630300 
    }

#footer{
    width: 750px;
    height: 43px;
    margin: 0 auto;
    background: url(../images/lw-footer.png) no-repeat top left;
    clear: both;
    }
    
#bottomLinks {
    width: 750px;
    height: 123px;
    padding-top: 25px;
	padding-bottom: 8px;
	text-align: center;
	clear: both;
	}

#clearBoth {
	clear: both;
	}
	
.thumbs {
	margin: 0 0 10px 0;	
	padding-bottom: 5px;
	border-bottom: solid #6c532e 1px
	}

.thumbs li {
	display: inline;
	margin: 0 10px 0 0;
	
	}
	
.news {
    display: block;
    width: 95%;
    border-bottom: solid 1px;
    }
    
.news .title{
	padding-left: 20px;
	background: url(../images/scroll.gif) no-repeat center left;
	font: 13px/1.5 Georgia, Times;
    font-weight: bold;
    }
    
.news .date {
    font-size: 11px;
    color: #111100;
    }

    
.news .date, p {
    padding-bottom: 5px;
    }



    


