html{
	min-height: 100%;
}

body{
	background-color: #a7cdfc;
	background-image: url(../images/page-bg-tile.png);
	background-repeat: repeat-x;
	min-height: 100%;
}

h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

h1{font-size: 22px;}
h2{font-size: 16px;}

#content{
	background-image: url(../images/body-bg-tile.png);
	background-repeat: repeat-y;
}

#header{
	height: 234px;
}

#header img {border: none}

#logo{
	margin-top: 20px;
}

#five-steps{
	margin-top: 40px;
}

#navigation{
	background-image: url(../images/nav-bg-tile.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 788px;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}

#navigation ul{list-style-type: none;}
#navigation li{display: inline; padding: 0 12px;}
#navigation a{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px;
}
#navigation a:hover{color: #FFF;}


#large-feature{
	border-bottom: 1px solid #4c4c4c;
	height: 203px;
}

#page-content{
	width: 788px;
}

#savings-calc{
	height: 54px;
	width: 710px;
	background-image: url(../images/calculator-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

#monthly_cost{
	position: relative;
	top: 15px;
	left: 210px;
	font-weight: bold;
	font-size: 12px;
}

#numbers{
	position: relative;
	left: 330px;
	font-weight: bold;
	font-size: 12px;
}

#numbers .results{display: inline; text-align: center; margin-right: 120px;}

#home-image{
	margin-top: 15px;
}


#footer{margin-top: 20px;}

#footer ul{list-style-type: none;}
#footer li{display: inline; padding: 0 10px; border-right: 1px solid #444;}
#footer a{
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{color: #000;}

#footer p{text-align: center; font-size: 10px;}

.body-image-left{
	float: left;
	padding: 20px;
}

.body-image-right{
	float: right;
	padding: 20px;
}
