* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 14px;
 font-weight:900;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}
/* #navbar {
 border: 1px solid #ccc;
 margin: 0px 5px 5px 5px;
 padding: 4px;
 background-color: #DDDDDD;
} */

div#navbar {
		border: 1px solid #ccc;
		margin: 0px 5px 5px 5px;
		padding: 4px;
/*    height: 30px;
    width: 100%; 
    border-top: solid #000 1px;
    border-bottom: solid #000 1px; */
    background-color: #DDDDDD;
}
div#navbar ul {
/*    margin: 0px;
    padding: 0px; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000;
/*    line-height: 30px;
    white-space: nowrap; */
}
div#navbar li {
    list-style-type: none;
    display: inline;
}
div#navbar li a {
    text-decoration: none;
    padding: 19px 19px;
    color: #000;
}
div#navbar li a:link {
    color: #000;
}
div#navbar li a:visited {
    color: #888;
}
div#navbar li a:hover {
    font-weight: bold;
    color: #000;
    background-color: #FFFFFF;
}

#header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 padding: 90px 0 0 0;
 overflow: hidden;
 background-image: url("header.jpg");
 background-repeat: no-repeat;
 height: 0px !important;
 height /**/:90px;
}
/* #header {
 border: 1px solid #ccc;
 margin: 5px 5px 5px 5px;
 height: 90px;
 padding: 10px;
 overflow: hidden;
 background-image: url("G:/Documents/states_ads/header.jpg");
 background-repeat: no-repeat;
} */
/* ---------------------------- */

#bigcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 750px;
 float: center;
 min-height: 300px;
 padding: 4px;
 border: 0px solid #ccc;
 background-color: ;
}
* html #bigcolumn {height:300px} /* IE Min-Height Hack */ 

#bigcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 750px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: ;
}
* html #bigcolumn2 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 176px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
 background-color: ;
}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 177px;
 float: left;
 min-height: 300px;
 padding: 4px;
 border: 1px solid #ccc;
}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */

/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
 background-color: ;
}
* html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 176px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 
/* ---------------------------- */

/* ---------------------------- */
#lefthalf { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 353px;
 float: left;
 min-height: 300px;
 padding: 4px;
}
* html #lefthalf {height:300px} /* IE Min-Height Hack */ 

#righthalf { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 5px 0px 0px;
 display: inline; /* IE Hack */
 width: 352px;
 float: left;
 min-height: 300px;
 padding: 4px;
 background-color: ;
}
* html #righthalf {height:300px} /* IE Min-Height Hack */
/* ---------------------------- */

#footer {
 color: #FFFFFF;
 font-size: 14px;
 font-weight:900;
 border: 1px solid #ccc;
 background-color: #386AA7;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 750px;
}
