@charset "utf-8";
/* CSS Document */
body{
 padding:0;
 margin:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
}

#container{
 width:986px;
 margin:0 auto;
 background-image: url(../img/ind-bg.jpg);
 background-repeat:repeat-y;
}

#header{
 height:276px;
 width:986px;
}

#content{
 margin-left:300px;
 margin-right:40px;
 padding-bottom:60px;
}

#footer{
 margin-top:20px;
 font-size:11px;
 background-image:url(../img/ind-footer.jpg);
 height:50px;
 padding-left:300px;
 background-repeat:no-repeat;
}

img{
 border:0;
}

img.right{
 border:0;
 width:150px;
 height:150px;
 float:right;
 margin:0px 15px 15px 15px;
}

h1{
 font-size:18px;
 margin:0px 0px 0px 0px;
}

a:link, a:visited, a:active{
 font-weight:bold;
 color:#000000;
}

a:hover{
 color:#40b2c0;
}

