* {
    padding: 0;
    margin: 0;
} 
body{
    
    margin: 0;	
    background-repeat: repeat-x;
    font-family: Verdana, Arial, sans-serif;
    font-size: .74em;
    background: #eee;
}

#t { /* inner tube*/
   padding: 7px;
    
    
}
#k{
	width: 800px; 
	margin: 0 auto; 
	background-color:white;
	

}

#l{
	background: url(../imgs/dp.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 120px;
	margin: 0 auto;
	padding-top: 5px;
}

#w{
    margin: 0 auto;
    width: 800px;
    background: #eee url(../imgs/cm.jpg);
    background-repeat: repeat-y;
}
#wt {

    background-image:url(../imgs/ct.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 28px;
    margin: 0 auto;
}

#c{
    padding: 0px 15px 0px 10px;
}
#wb {

    background-image:url(../imgs/cb.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 40px;
    margin: 0 auto;
	

}
#i {
	
	float: left;
	width: 600px;
	margin: 0 10px;
	color: #222;
	/*
	background-image:url(../imgs/bkgrnd.png);
	background-repeat:repeat-x;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	*/
}
#m{
	float: left;
	width: 115px;
	margin: 0 0 0 10px;
	padding-top: 30px;
}

#m ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;	
	
}

#m li {
    	color: #B22037;
	font-size: .9em;
	
}
#m a:visited {
     text-decoration:none;
    color:#000;
}
#m li a {
    text-decoration:none;
    /*color:#ffffff;	
    background-color:#00a35b;*/
    color:#000;
    display: block;
    padding:3px;
    border-bottom: 1px solid #eeeeee;
}

#m li a:hover {
	color:#000;
	background-color:#ededed;
 
	}  
#f{
	
	text-align: center;
	
	color: #666;
	background: #eee;

}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}