body {
background-image:url(images/background.jpg);background-repeat:repeat-x;
font-size: 12px;
font-family: Verdana, arial, SunSans-Regular, Sans-Serif;
color: #A1A1A1;
font-weight: 
padding:0px;
margin:0px;
}
xdiv {border:solid red 1px}

/* ----------container to center the layout-------------- */
#container {
width: 974px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
position: relative
}

#home-link1 {
    position: absolute;
    width: 589px;    /* width of the logo */
    height: 113px;   /* height of the logo */
    top: 32px; left: 0; /* top-left corner of logo */
    border: none;
    float: left;
}
#home-link2 {
    position: absolute;
    width: 248px;    /* width of the logo */
    height: 120px;   /* height of the logo */
    top: 135px; left: 0; /* top-left corner of logo */
    border: none;
    float: left;
}
#home-link3 {
    position: absolute;
    width: 310px;    /* width of the logo */
    height: 88px;   /* height of the logo */
    top: 53px; left: 663px; /* top-left corner of logo */
    border: none;
    float: left;
}


/* ----------banner for header-------------- */
#header {
background-color: silver;
padding: 0px;
margin: 0px;
height:254px;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
}

#toplinks {float:right; margin-top:5px}

/* -----------main menu--------------------------- */
#menu {
clear: both;
margin: 0px;
padding: 0px;
background-color: black;
height:26px;
}

/* -----------------content--------------------- */
#content {
background-color: black;
padding: 0px;
margin-right: 0px;
width:760px;
float:left;
}

#fullcontent {
background-color: black;
padding: 0px;
margin-right: 0px;
width:960px;
float:left;
}

div#content { 
min-height:640px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 5px;
background-color: white;
}
#footer a {text-decoration:none; color:black; font-size:10px }
