/*
* LAYOUT CSS FOR PRESTIGE
* GENDALL 2010
*/

img {
	border: 0;
}

a {
	color: #ee7f3a;
	text-decoration: none;
}

a:hover {
	color: #ad4c10;
}

hr {
	clear: both;
	width: 100%;
  height: 1px;
  text-align: center;
  border: none;
  background-color: #00aeef;
  margin-bottom: 0px;
}

#outer-container, #inner-container {
	position: relative;
}

#page {
	width: 992px;;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
  float: left;
  width: 100%;
  padding: 0;
}

#header {
  height: 111px;
  width: 100%;
}

#footer {
  height: 119px;
  width: 100%;
  float: right;
}

.left {
  float: left;
}

.right {
  float: right
}
