*{
	margin:0;
	padding:0;
}
body{
	margin:0 0 0 0;
	text-align:center;
	background:#dedede;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
* html body{
	font-size:x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
}

/* ----- IDS ----- */

#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:580px;
/*        background-image: url('/images/Speakers-at-bottom.jpg'); */
}

#header{
        height:110px;
	background:#cacaca;
        min-height: 100px;
        width: 100%;
        border-bottom: 2px solid #000;
}

#header h1 { 
  padding-top: 5px;
  padding-left: 20px;
}

#header h1 a {
  margin-top: 40px;
  background-image:url('/images/1200squad-logo-white-corner.gif');
  height:50px;
}

* html #header h1 a {
  background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/1200squad-logo-white-corner.gif", sizingMethod="crop")
}

/* ----- HEADINGS ----- */

h1{
	text-indent:-9000px;
	text-decoration:none;
}

h1 a{
	display:block;
	min-height:110px;
	background-repeat:no-repeat;
}

* html h1 a{
	height:110px;
}

/* ----- FOOTER ----- */

.footer{
	padding-top:5px;
	line-height:40px;
}
.footer a{
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}