body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color: #333333;
    background-color : #ffffff;
}
#shadows {
    width:978px;
    overflow: hidden;
    padding: 0 10px 0 11px;
    margin: 0px auto;
    background: #ffffff url(../images/stylepics/shadow.png) center repeat-y;
    behavior: url(../images/stylepics/pngbehavior.htc);
}
#header_top {
    width: 978px;
    height: 200px;
	margin:0;
    background: url(../images/stylepics/banner.jpg);
}
#header_logo {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 170px;
    height: 60px;
}
.horizontal_menu {
    width: 978px;
    height: 31px;
    background: url(../images/stylepics/menu.jpg);
}
#horizontal_shadow {
    width: 978px;
    height: 12px;
	margin: 0 auto;
    background: #ffffff url(../images/stylepics/menurightshadow.jpg) top left repeat-x;
}
#navi_list {
    display: block;
    float: left;
    width : 170px;
	border-right : 1px solid #ffffff;
    background-color : #ffffff;
    padding-left : 6px;
    padding-right : 6px;
    margin: 0 0 0 4px;
}
#content {
    float: left;
    width: 780px;
    background-color: #ffffff;
}
#main_content {
    display: block;
    float: left;
    width: 580px;
    background-color : #ffffff;
}
#noadd_main_content {
    display: block;
    float: left;
    width: 770px;
    background-color : #ffffff;
}
#addcol {
    display: block;
    float: right;
    width: 170px;
    margin: 0 0px 0 0px;
    background-color : #ffffff;
    border-left : 1px solid #ffffff;
}
#noaddcol {
    display: block;
    float: right;
    width: 1px;
    margin: 0 0px 0 0;
    background-color : #ffffff;
    border-left : 1px solid #ffffff;
}
#footer {
    float: left;
    width: 972px;
    padding: 12px 0 12px 0;
    text-align: center;
    background: #ffffff;
    margin: 12px 0 0 4px;
    color: #999999;
	font-size: 1em;
	border-top: 1px solid #999999;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CC0000;
}
#bottom {
	width: 978px;
	margin: 0px auto;
	border-top: 1px #999 solid;
}
#clear {
    clear: both;
}
.invisible { display: none; }