
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: red;
  /*font-weight: bold; */
  text-decoration:underline;
}
/* Sets the style for visited links. */
a:visited {
  color:red;
  /*font-weight: bold; */
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: black;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color:red;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color:red;
}


/* Container */

div#container{
	width:850px;
	margin: 0 auto;
	padding:10px 5px 5px 5px;
	text-align:left;
	background-color: #DB001A;
}

div#content{
	float:right;
	display:inline;
	width:650px;
	background: #FFF;
	
}

div#Leftcontent{
	float:left;
	display:inline;
	width:180px;
	background: #FFF;
	
}


div#footer{
Margin: 0 auto;
padding:10px 5px 5px 5px;
	clear:both;
	float:right;
	display:inline;
	width:650px;
	background-color: #DB001A;
}

div#footer p{margin:0}
	
	

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


