* { border: 0px; 
    margin: 0px; 
    padding: 0px; 
  }
  
p {
	padding-bottom: 10px;
	color: #555555;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 { font-size: 16px; }

a, a:visited {
	color: #42AAA9;
	text-decoration: none;
}

a:hover {
	color: #66CECD;
}

p { 
	font-family: arial, tohoma, verdana;
	font-size: 11px;
}

body { height: 100%; }

#container {
	position:absolute;	
	background-image: url(images/bg_repeat.jpg); 
	left:50%; 
	margin-left:-417px; 
	#margin-left:-410px; 
	width: 802px; 
	min-height: 100%; 
	padding-left: 15px; 
	padding-right: 15px; 
	float: left; 
}

* html #container { height: 100%; }

#header 
{
	position: relative;
	background-image: url(images/header.jpg); 	
	height: 436px;
	width: 800px;
}

#pagetitle
{
	position: absolute;
	top: 390px;
	padding-left: 15px; 
	padding-right: 15px; 
	font-family: arial, verdana, tohoma;
}

#textbody
{
	padding-left: 15px; 
	padding-right: 15px; 
}

#footer { 
	float: left; 
	height: 116px; 
	width: 800px; 
	position: relative; 
	bottom: 0px; 
	background-image: url(images/footer.jpg);
}

#footertext {
	position: absolute;
	font-size: 10px;
	float: right;
	padding-right: 15px;
	bottom: 0px;
	right: 0px;
	font-family: arial, verdana, tohoma;
}

#imgcontainment {
	padding: 10px;
}