/**
**	style.css
**	for jonsharp.net/BibleReaderME
**	Jon Sharp
**	2/1/2005
*/

body {
	margin: 0px;
	background: #777777;
	font-family: "Arial", arial, sans-serif;
	font-size: small;
}

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

a:visited {
	color: #762819;
}

a:hover {
}

a:active {
	color: #333;
}

img {
	border: 0px;
	margin: 0px;
}

h1 {
	font-family: "Palatino", times, serif;
	color: #211209;
}

h2 {
	font-family: "Palatino", times, serif;
	color: #211209;
}

h3 {
	font-family: "Palatino", times, serif;
	position: relative;
	left: 10px;
}
	
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #eeeeee;
	border: 1px solid #211209;
}

#footer {
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #211209;
	text-align: center;
	color: #211209;
	font: 10px/14px "Lucida Grande", verdana, sans-serif;
}

#skipnav {
	visibility: hidden;
}

.pad10 {
	padding: 10px;
}

#nav {
	height: 30px;
	margin: 0px;
	background: url("images/wood_bg.jpg") 0px -30px no-repeat;
	border-top: 1px solid #211209;
	border-bottom: 1px solid #211209;
	left: 0px;
	position: relative;
	top: -3px;
	padding: 0px 0px 0px 140px;
}

#nav li {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	float: left;
	font: 12px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#nav li#about {
	width: 60px;
	background: url("images/wood_bg.jpg") -140px -30px no-repeat;
}

#nav li#about a:hover {
	background: url("images/wood_bg.jpg") -140px 0px no-repeat;
}

#nav li#features {
	width: 80px;
	background: url("images/wood_bg.jpg") -200px -30px no-repeat;
}

#nav li#features a:hover {
	background: url("images/wood_bg.jpg") -200px 0px no-repeat;
}

#nav li#screenshots {
	width: 100px;
	background: url("images/wood_bg.jpg") -280px -30px no-repeat;
}

#nav li#screenshots a:hover {
	background: url("images/wood_bg.jpg") -280px 0px no-repeat;
}

#nav li#demo {
	width: 110px;
	background: url("images/wood_bg.jpg") -380px -30px no-repeat;
}

#nav li#demo a:hover {
	background: url("images/wood_bg.jpg") -380px 0px no-repeat;
}

#nav li#download {
	width: 80px;
	background: url("images/wood_bg.jpg") -490px -30px no-repeat;
}

#nav li#download a:hover {
	background: url("images/wood_bg.jpg") -490px 0px no-repeat;
}

#nav li a {
	text-decoration: none;
	display: block;
	border-left: 1px solid #211209;
	color: #eeeeee;
	padding: 0px 10px 0px 10px;
}

#nav li.first a {
	border-left: 0px;
	border-left: 1px solid #211209;
}

#nav li.last a {
	border-right: 1px solid #211209;
}

#nav li a.active {
	background: url("images/wood_bg.jpg") 0px 0px no-repeat;
}

#nav li a:hover {
	background: transparent url("images/wood_bg.jpg") 0px 0px no-repeat;
	color: #ccc;
}

table#phones {
	border: 1px solid #211209;
	width: 100%;
	padding: 0px;
}

tr.header {
	border-bottom: 1px solid #211209;
	color: #211209;
	height: 20px;
}

tr.header td {
	border-bottom: 1px solid #211209;
}

table#phones td {
	padding: 0px;
}

.content {
	padding: 5px 15px 5px 15px;
}


