﻿/* layout.css */

html, body {
	padding: 0 0 0 0;
}

body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 776px;
}

#divContentAndFooter {
  position: absolute;
  left: 0px;
  top: 128px;
  width: 776px;
}

#ContentPlaceHolder1 {
  height: 800px;
}

#divContent {
  position: relative;
  left: 166px;
  top: 0px;
  width: 610px;
  height: 100%;
}

#divFooter {
  position: relative;
  left: 0px;
  top: 0px;
  width: 776px;
  height: 130px;
  margin-bottom: 20px;
}

#divHeader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 776px;
  height: 134px;
  background-color: #4E5A70;
}

#divLeftNav {
  position: absolute;
  left: 0px;
  top: 144px;
  width: 166px;
  height: 805px;
}

.leftAnimatedSanta {
	position: relative; 
	top: 50px; 
	left: -6px;
	width: 170px;
	height: 82px;
}

.propClear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

