﻿/*************************
 *
 *	BODY STYLES
 *
 *************************/

body 
{	
	font-family: sans-serif;
	font-size: small;
	color: #000;
	background: url("images/lyric-bg-3.jpg") no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-color: #d5c7ba;
}

h4
{
	font-family: serif;
}

h3
{
	font-family: serif;
}

h2
{
	font-family: serif;
}

h1
{
	font-family: serif;
}

a:link
{
	color: navy;
}
a:hover
{
	color: black;
	font-weight: bold;
	background-color: grey;
}

a:visited
{
	color: black;
	font-weight: bold;
}

/*dl dt{
	font-weight: bold;
}*/

/*************************
 *
 *	MAIN SECTION STYLES
 *
 *************************/

div.main
{
	width: 80%;
	height: 100%;
	position: absolute;
	margin: 5%;
}


/*************************
 *
 *	HEADER STYLES
 *
 *************************/

div.header
{
	float: left;
}

#logo
{
	border: 0;
	float: none;
}


/*************************
 *
 *	CONTACT INFO STYLES
 *
 *************************/

div.contact
{
	
	width: 10%;
	margin-top: 0px;

}


/*************************
 *
 *	NAVIGATION STYLES
 *
 *************************/

div.navigation{
	clear: both;
}

.navigation ul
{
	list-style: none;
	width: 100%;
	margin: 1;
	padding: 2px;
	background-color: #888;	
	height: 3em;
	border: 1px solid #000;
}

.navigation ul li
{
	float: left;
	font-size: 125%;
	font-weight: bold;
	width: 11%;
	text-align: center;
}

.navigation a
{
	color: blue;
	display: block;
	text-decoration: none;
	font-weight: 100;
}

#nav-first
{
	width: 11%;
	text-align: center;
}

#nav-last
{
	width: 11%;
	text-align: center;
	
}

.navigation a:link
{
	color:navy;
	font-weight: 200;
	text-decoration: none;
	background-color: transparent;
}

.navigation a:hover
{
	color: black;
	background-color: transparent;
	font-weight: bold;
}
.navigation a:visited
{
	color: black;
	background-color: transparent;
	font-weight: bold;
}


/*************************
 *
 *	CONTENT AREA STYLES
 *
 *************************/

div.content
{
	width: 100%;
	margin: 5px;
	clear: both;
}


.content div
{
	margin-top: 5px;
}

.content img
{
	border: 1px solid #000;
	float: right;
}



/*************************
 *
 *	FOOTER STYLES
 *
 *************************/

div.footer
{
	clear: both;
}
