/* CSS Document */

html,body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	background-color: #F7F3E7;
	font-family: Arial, verdana;
	font-size: 12px;
	color: #363636;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 0px; /*52px;*/
	}
	
#sitecontainer {
  position: absolute;
	width: 960px;
	min-height: 500px;
	height: auto;
	left: 50%;
	margin-left: -480px;
	background-image: url(../img/sitecontainer-bg.png);
	background-repeat: repeat-y;
}
	
#left {
  color: black;
	width: 152px;
	min-height: 452px;
	float: left;
	min-height:517px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 50%;
	background-color: #EEEAEA;
	padding-right: 9px;
	width: 951px;
	height: 25px;
	line-height: 25px;
	margin-left: -480px;
}

#main {
  position: relative;
	width: 775px;
	min-height: 422px;
	float: left;
	text-align: left;
	padding-top: 15px; 
  padding-right:15px;
  padding-left: 15px;
  margin-bottom: 20px; 
	line-height: 18px;
}

h1 {
	font-family: Arial, Verdana;
	color: #B6AFAF;
	font-size: 18px;
	}
	
a {
	font-family: Arial, verdana;
	color: #449EB6;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	font-family: Arial, verdana;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	font-family: Arial, verdana;
	color: #449EB6;
	font-size: 12px;
	font-weight: bold;
	}


	
	
