* {
     padding: 0;
     margin: 0;
}
img {
     border: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
    
    font-size: 13px;
    color: #0F0F0F;
	background-image: url("body-bg3.jpg");
	background-repeat: repeat-x; 
	
	
}
a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: white;
    outline: none;
    text-align: center;
}
.float {  
     float: left;  
}  
.clear {  
    clear: both;  
}  
.overall {
    background-color: #fff;    
}
/*div.center {
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 0;
    width: 950px;
    background: #FFFFFF;
    
}*/

#container {
    position:relative;
	width:980px;
    margin: 0 auto;
    /*background-color: #f4f9fc;*/
    border: 0px solid #e2e2e2;
    text-align: left;
}
#header {
    text-align: center;
    /*background-color:yellow;*/
    height: 246px;
	width:980px;
	background-image:url("header2.jpg");
}

#div1 {
	margin-top:30px;
	width:980px;
	height:87px;
	float:left;
	clear:both;
	border:0px solid black;
}

#div2 {
	width:980px;
	height:100px;
	float:left;
	clear:both;
	margin-top:10px;
	
	border:0px solid black;
}
#div3 {
	width:980px;
	height:87px;
	float:left;
	clear:both;
	margin-top:0px;
	border:0px solid black;
}

#div1div {
	float:left;
	width:380px;
	height:73px;
	margin:0 0 0 43px;
	/*background-image: url("div1div.jpg");*/
}

#div2div {
	float:left;
	width:530px;
	height:85px;
	margin:0 0 0 190px;
	/*background-image: url("div2div.jpg");*/
}

#div3div {
	float:right;
	width:380px;
	height:73px;
	margin:0 5px 0 0;
	/*background-image: url("div3div.jpg");*/
}

#footer {  
    margin-top:30px;
    padding-left:50px;
	text-align:left;
    float:left;
	clear:both;
	width:980px;
	height:30px;
	color:white;
}


