body {
background: #E9E7E6 url('../images/bg.jpg') no-repeat top;
color: #303030;
font-family: Arial, Helvetica, verdana, sans-serif;
}

/*-----------------------------------------------------------------------------
	Masthead
-----------------------------------------------------------------------------*/
#masthead {
margin-top: 20px;
margin-bottom: 20px;
height: 150px;
background: url('../images/masthead.gif') no-repeat top;
}



/*-----------------------------------------------------------------------------
	Main
-----------------------------------------------------------------------------*/


.quote {
font-style: italic;
font-weight: bold;
font-size: 20px;
padding: 5px 30px 25px 30px;
margin-bottom: 20px;
font-family: Georgia, Times New Roman, serif;
line-height: 1.75em;
}


#facts {
padding-top: 10px;
margin-bottom: 20px;
}


h4 {
padding: 0px;
margin: 0px;
}

h5 {
padding: 0px;
margin-bottom: 10px;
font-size: 15px;
color: #970F00;
}

ul {
list-style-image: url('../images/check.gif');
margin-bottom: 0;
}

li {
margin-left: 25px;
padding: 0 5px 5px 0px;
}

#download {
color: #FFF;
height: 65px;
padding: 10px;

}

#info ul{
list-style-type: none;
list-style-image: none;
margin-bottom: 0;
}

li {
margin-left: 25px;
padding-bottom: 10px;
}

a.contact {
font-weight: bold;
color: #970F00;
text-decoration: none;
}

a.contact:hover {
color: #FFF;
background: #970F00;
}

/*-----------------------------------------------------------------------------
	Classes
-----------------------------------------------------------------------------*/
.right {
float: right;
}

.center {
text-align: center;
}

.light {
background-color: #FFF;
padding-top: 10px;
}

.bold {
font-weight: bold;
}

.btn {
margin-top: 20px;
}

.tight {
margin: 0;
font-style: italic;
}