body {
	font: normal 16px/1.5em helvetica, arial, sans-serif;
	background: #ff7518;
}
p {text-align:left}

#container {
	width:919px;
	margin:20px auto;
}

#header {
	width:906px;
	text-align:center;
	background: #e1020c;
	color: white;
	height:50px;
	padding:5px
}

.link {
	color: white;
	background-color: inherit;
	text-decoration: underline;
}

.link-body {
	color: black;
	background-color: inherit;
	text-decoration: underline;
}

.hangingindent {
	padding-left: 75px ;
	text-indent: -75px ;
}

#sidebar {
	float:left;
	width:280px;
	text-align:left;
	height:810px;
	background:#ffd4a1;
	padding:10px 10px;
	border-right: double 5px;
	border-right-color :#e1020c;
}

#content {
	float:left;
	width:591px;
	text-align:left;
	height:810px;
	background:#ffd4a1;
	padding:10px 10px
}

#footer {
	width:906px;
	clear:both;
	text-align:center;
	background: #e1020c;
	color:#fff;
	height:110px;
	padding:5px
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
	color: black;
	background-color: inherit;
	text-decoration: underline;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
	color: black;
	background-color: inherit;
	text-decoration: underline;
}