@import "navigation.css";

body {
margin:0;
padding:0;
background: #f9f9f4 url(background.jpg) no-repeat top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#outerwrapper {
padding: 10px 0 0 0;  
width: 950px;
margin-left: auto;
margin-right: auto;
}






#innerwrapper {
float: left;
width: 948px;
background-color: #fff;
border-right: 1px solid #D4D4CB;
border-left: 1px solid #D4D4CB;
}
#header {
float: left;
margin: 0;
padding: 0;
width: 950px;
height: 110px;

background: url(headerimage.jpg) no-repeat;

}

#bodywrapper {
float: left;
margin: 1px 10px 10px 10px;
width: 928px;
background: url(Menu_bkgr.jpg) repeat-y;
}

#leftmenu {
float: left;
width: 194px;
margin-bottom: 15px;
}

#menutop {
width: 194px;
height: 11px;
background: url(LMenu_top.jpg) no-repeat;
}

#contentcolumn {
float: right;
width: 724px;
}

#time{
float: right; 
padding-top: 20px;
height: 15;
} 

#pic{
float:left;
padding-top: 1px;
height: 70px;
padding-left: 15px;
}
 
#footerline {
height: 1px;
width: 948px;
padding: 0;  
border-top: 1px solid #D4D4CB;
background: #fff;
border-bottom: 5px solid #000;
clear: both;
}

#footershadow {
height: 6px;
background: url(footer_shdw.png) bottom center no-repeat;
}

#footer, #subfooter {
padding: 0 0 5px 0;  
width: 800px;
font-size: 10px;
line-height: 18px;
}

#footer {
color: #000;
}

#subfooter {
color: #6F6E5D;
margin-bottom: 10px;
}

img {
border: 0 !important;
}