/* CSS Document */
body {
    color : #000;
	text-align : left;
	background-image: url(./images/redbg.jpg);
	font: 12px Helvetica;
}

#foot {	width: 960px;}
#container {	width: 960px;position: absolute;top: 0;left: 0;
	}
#header {position: absolute;top: 0;left: 0;
width: 516px; height: 366px;float: left;
}
A  {
    color : #000;
	text-decoration : underline;
	}A:hover {
       color : #ff0000;
	   cursor : default;
	   text-decoration : none;
	   border-bottom: 1px solid #000;
      }
.pixelimg {
	height: 12px;
	width: 12px;
}
#content {	float: right;
	width: 441px;height: 366px;	overflow: auto;
}

h1 {
   font : 18px helvetica, arial;
   text-align : left;
   color: #ff0000;	padding: 0;
}
     h2 {
	color : #ff0000;
	font : 16px "times new roman";
	font-style : oblique;	padding: 0;
}
