/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
	margin: 0 auto;
}

.container  {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #4496A7;
}
.bar-top {
	background-color: #1F5261;
	color: #ffffff;
}
.bar {
	background-color: #1F5261;
	color: #ffffff;
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 185%;
	text-align: center;
}
.bar a:link {
	color: #ffffff;
	text-decoration: none;
}
.bar a:visited {
	color: #ffffff;
	text-decoration: none;
}
.bar a:active {
	color: #ffffff;
	text-decoration: none;
}
.bar a:hover {
	color: #A0B751;
	text-decoration: none;
}

ol {
	text-align: left;
}
.bg-home {
	background-image: url(../images/born-homepg.jpg);
	background-repeat: no-repeat;
	background-color: #351f3b;
	height: 850px;
	margin: 0 auto;
}
.text-home {
	position: relative;
	width: 735px;
	top: 525px;
	left: 25px;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 125%;
	text-align: center;
}

.content {
	width: 650px;	
	margin: 0 auto;
	position: relative;
	top: -60px;
}
#nav {
	display: block;
	color: #c3ba94;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	text-align: right;
	border: 1px solid #DCD7B9;
}
#nav a {
	color: #63582D;
	text-decoration: none;
}
#nav a:hover {
	background-color: #F7F5F0;
	color: #c3ba94;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	border-right: #ebe8dd 1px solid;
	display: inline;
	padding: 1px 5px 1px 5px;
}
.top {
	position: relative;
	top: 55px;
}
.top2 {
	position: relative;
	top: -15px;
}
.text {
	color: #3B4B18;
	padding: 0 35px 0 35px;
	top: 25px;
}
h1 {
	color: #958649;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 325%;
	text-transform: lowercase;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 225%;
	text-transform: lowercase;
	font-style: italic;
}
h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 175%;
}
.small {
	font-size: 85%;
}
.smaller {
	font-size: 45%;
}

.highlight {
	color: #6E6235;
	font-size: 150%;
	font-family: georgia, "Times New Roman", Times, serif;
}
.highlight-song-title {
	color: #635930;
	font-size: 110%;
	font-family: georgia, "Times New Roman", Times, serif;
}
p {
	text-align: left;
}
.surprises {
	color: #958649;
	font-size: 350%;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
.text a {
	color: #958649;
	text-decoration: none;
}
.text a:hover {
	color: #958649;
	border-bottom: dotted 1px #958649;
}
.border  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666633;
}
