/* CSS Document */

/*The Star rule zeros all the margins and padding


* {
	margin: 0px;
	padding: 0px;
}*/

/*Centres the page and sets width*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #464646;
}
#container {
	width: 1024px;
	background-image: url(images/container-back.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}


/*HEADER area starts here*/


#Header {
	background-image: url(images/easylifeheaderW1024H158.gif);
	height: 158px;
	width: 1024px;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#Navbar {
	padding:0px;
	margin: 0px;
	background-image: url(images/NavBarW1024H115.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 1024px;
}
#Navbar ul {
	padding:0px;
	margin: 0px;
	padding-left:400px;
	list-style-type: none;
	padding-top: 15px;
	color: #FFFFFF;

}

#Navbar li {
	display: inline;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	vertical-align:top;
}
#Navbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#Navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Navbar a:visited {
	text-decoration: none;
}
#Navbar a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#Navbar a:active {
	color: #0000FF;
}


#Leftnav {
	background-image: url(images/leftnavW282H460.gif);
	background-repeat: no-repeat;
	height: 460px;
	width: 282px;
	float: left;
}

#Main {
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 695px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: White;
}
.imagefloatR {
	float: right;
}

#Footer {
	clear: both;
	background-image: url(images/footerW1024H35.gif);
	width: 1024px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: small;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.leftnavP {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: medium;
}
#wrapper {
	background-color: #000000;
	background-repeat: repeat;
	height: auto;
	width: auto;
}
#Leftnav a {

	color: #FFFFFF;
	text-decoration: none;
}
#Leftnav a:link {

	color: #FFFFFF;
	text-decoration: none;
}
#Leftnav a:visited {

	text-decoration: none;
}
#Leftnav a:hover {

	color: #FF0000;
	text-decoration: underline;
}
#Leftnav a:active {

	color: #0000FF;
}
