/*   
Theme Name: Wasatch Melody
Theme URI: http://www.careyfamily.org
Description: Widget ready two-column theme for Brian
Author: Scott Carey
Author URI: http://www.careyfamily.org
Version: 0.1
.
This template is only for use by Wasatch Melody
.
*/


body {
	margin: 0px;
	padding: 0px;
	background: #222222;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

div#header
{
	position:relative;
	background-color:#000000;
	width: 750px;
	height: 204px;
	margin: 0px auto 0px auto;
	background: #FFFBFD url(images/pianohand.jpg);	

}

div#page
{
   background-color:#ffffff;
   width: 750px;
   margin: 0px auto;

}



div#navigation
{
	position: absolute;
	right: 0px;
	bottom: -1px;
}
div#content
{
   padding:5px 30px 10px 30px;
   color:#000000;
   min-height:400px;

}

div#footer
{
   background-color:#000000;
   color:#ffffff;
   border:0px solid black;
   padding:10px;
   font-size:70%;
   text-align:center;
}


/*---------Navigation Links---------------*/
#navigation ul
{
list-style: none;
}

#navigation li
{
float: left;
}

#navigation li.page_item a
{
margin-left: 2px;
display: block;
padding: 5px 10px 5px 10px;
background: #222222;
border: solid 1px #fff;
color: #ffffff;
font-size:12px;
font-weight: bold;
text-transform: lowercase;
text-decoration: none;
}

#navigation li.current_page_item a
{
background: #ffffff;
color: #222222;
border-top:1px  solid #919191;
border-right:1px  solid #919191;
border-bottom:1px  solid white;
border-left:1px  solid #919191;
}



#navigation  li.page_item a:hover
{
   background-color:#cccccc;
   color:black;
}

#navigation  li.current_page_item a:hover
{
   background-color:#cccccc;
   color:black;
}



div#content div#mainpicture
{
	margin:10px;
	float:right;
}





