/* CSS for www.stepstochrist.us */
* {margin: 0;
   padding: 0;
}
/* Site Structure */
body  {
	font-size: 65%;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Serif;
}
#container {
	margin: 10px auto;
    width: 729px;
	font-size: 1.2em;
}
#header {
	background: #000 url(../images/header_bg.jpg) no-repeat;
	height: 187px;
	width: 679px;
	padding-top: 184px;
	padding-left: 50px;
}
#content_top {
	background: #000 url(../images/content_top.jpg) no-repeat;
	height: 120px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}
#content {
	background: #000000 url(../images/content_tile.jpg) repeat-y;
	padding-left: 85px;
    padding-right: 85px;
}
#contact {
    background-image: url(../images/contact_bg.jpg);
	height: 186px;
	width: 670px;
	padding-top: 200px;
	padding-left: 59px;
}
#contactform {
    padding-left: 70px;
	padding-right: 100px;
}
#footer {
	background: #000 url(../images/footer.jpg) no-repeat;
	height: 211px;
	text-align: center;
}
/* Text formatting */
p {
	padding-bottom: 25px;
}
p.text:first-letter {
	font-size: 2.0em;
	padding: 0.143em;
}
.footertxt {
	padding-top: 135px;
	color: #F1DBC6;
	font-size: 0.9em;
}
h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}
.grey {
    color: #666;
	font-size: 0.9em;
}
/* Hyperlinks */
a:link {
    color: #9C6;
	text-decoration: none;
}
a:visited {
    color: #9C6;
}
a:hover {
    color: #FFF;
}
a:active {
    color: #9C6;
}
.text a:link {
    color: #000;
	text-decoration: none;
	border-bottom: #9C6 dotted 1px;
	background-color: transparent;
}
.text a:visited {
    color: #000;
	text-decoration: none;
	border-bottom: #9C6 dotted 1px;
	background-color: transparent;
}
.text a:hover {
    color: #9C6;
	text-decoration: none;
	border-bottom: #000 solid 1px;
	background-color: transparent;
}
.text a:active {
    color: #000;
	text-decoration: none;
	border-bottom: #9C6 dotted 1px;
	background-color: transparent;
}
.footertxt a:link {
    color: #F1DBC6;
	text-decoration: underline;
}
.footertxt a:visited {
    color: #F1DBC6;
	text-decoration: underline;
}
.footertxt a:hover {
    color: #F1DBC6;
	text-decoration: none;
	background-color: transparent;
}
.footertxt a:active {
    color: #F1DBC6;
	text-decoration: underline;
}
.grey a:link {
    color: #666;
	text-decoration: none;
}
.grey a:visited {
    color: #666;
	text-decoration: none;
}
.grey a:hover {
    color: #999;
	text-decoration: none;
	background-color: transparent;
}
.grey a:active {
    color: #666;
	text-decoration: none;
}
a img {
	border: none;
	padding: 10px;
}
/* Navigation */
#navlist {
	width: 200px;
	height: auto;
	text-align: left;
}
#navlist li {
	list-style: none;
	padding-bottom: 13px;
	font-weight: bold;
}
#navlist li a {
    text-decoration: none;
	display: block;
	width: 100%;
	height: 20px;
}
#name_from {
    background-image: url(../images/05_basicas.gif);
	border: #EEE solid 2px;
	}
#name_from:hover {
    background-image: none;
	border: #EEE solid 2px;
	}
#name_from:focus {
    background-image: none;
	border: #EEE solid 2px;
	}
#email_from {
    background-image: url(../images/05_basicas.gif);
	border: #EEE solid 2px;
	}
#email_from:hover {
    background-image: none;
	border: #EEE solid 2px;
	}
#email_from:focus {
    background-image: none;
	border: #EEE solid 2px;
	}
#message_from {
    background-image: url(../images/05_basicas.gif);
	border: #EEE solid 2px;
	}
#message_from:hover {
    background-image:none;
	border: #EEE solid 2px;
	}
#message_from:focus {
    background-image:none;
	border: #EEE solid 2px;
	}
#submit {
    cursor: pointer;
	}
/* Image Headings */
#heading_welcome {
	background: transparent url(../images/heading_welcome.png) no-repeat center;
	height: 40px;
}
#heading_read {
	background: url(../images/read-title.jpg) no-repeat center;
	height: 40px;
}
#heading_listen {
	background: url(../images/listen-title.jpg) no-repeat center;
	height: 40px;
}
#heading_download {
	background: url(../images/download-title.jpg) no-repeat center;
	height: 40px;
}
#heading_about {
	background: url(../images/about-title.jpg) no-repeat center;
	height: 40px;
}
#heading_contact {
	background: url(../images/contact-title.jpg) no-repeat center;
	height: 40px;
}
.invisible_headings {
	margin-left: -3000px;
}