html{
	min-height: 100%;
}

body{
	background-color: #f6df9f;
	min-height: 100%;
	background-image: url(../images/bg-tile.png);
	background-repeat: repeat-y;
	background-position: center;
}

h1 {font-size: 24px; color: #002292;}
h2 {font-size: 18px; color: #002292;}
h3 {font-size: 14px; color: #222; margin: 15px 0 5px 0;}

label{font-size: 10px; text-transform: uppercase; margin: 0; padding: 0;}

#wrapper{
	background-color: #FFF;
}

#header{
	height: 173px;
	padding-left: 20px;
	padding-top: 10px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
}

#navigation{
	background-color: #002292;
	height: 25px;
	border-bottom: 1px solid #FFF;
}

#navigation a{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	line-height: 25px;
}

#navigation a:hover {color: #AAAAFF;}

#navigation ul{
	list-style-type: none;
}

#navigation li{
	display: inline;
	padding: 0 15px;
}

#content{
	padding-top: 30px;
}

#footer {
	background-color: #999;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
	width: 790px;
	font-size: 11px;
}

#footer a{color: #222;}
#footer ul{list-style-type: none; margin: 0 0 5px 0;}
#footer li{
	display: inline;
	padding: 0 10px;
}

#disclaimer{
	font-size: 9px;
	color: #666;
	margin-top: 50px;
}

#large-image{
	height: 252px;
}

#large-image-static{
	height: 252px;
}

#credit-repair{
	height: 72px;
}

.spaced li{margin-bottom: 20px;}