

body
{
	background-color:#0c273d;
	
}



#header
{
background-color:#70b85d; 
height:123px; 
width:100%; 
border-bottom:#0c273d 3px solid;
}

#logo
{
	background-image:url('../Images/family.png');
	background-repeat: no-repeat;
	position:absolute; 
	left:20px; 
	top:15px; 
	display:block;
         width:441px;
         height:120px; 
}
#name
{
	background-image:url('../Images/family.png');
	background-repeat: no-repeat;
	position:absolute; 
	left:700px; 
	top:15px; 
	display:block;
         width:314px;
         height:173px; 
}


#main
{
background-color:54d0ed; 
height:700px; 
width:100%;
border-top:#0c273d 2px solid;
}

#link_bar
{
background-color:#8bcebc; 
width:100%; 
border-top:#0c273d 2px solid;

}

#style_bar
{
background-color:white; 
height:12px; 
width:100%; 
border-top:#0c273d 2px solid;


}



#navBar .selected
{
	background-color:#8a6f5d;
	padding-right: 20px;
	padding-left: 20px;
}


#navBar
{
	height:35px; 
	width:100%;
	
}

#navBar li 
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow: 4px 4px 8px black;
	font: 20pt Comic Sans MS;
	color: 0c273d;
	font-weight: 500;
}
#navBar a
{
	text-decoration:none;
	color:inherit;

}
#navBar ul
{
	padding-top:0px; 
	margin-top:0px; 
	margin-left:50px;
}







#favorite_links
{
	background-color:white; 
	width:150px;
	height:600px;
	position:absolute; left:10px; top:190px; 
	border:black 1px solid; 
	
}

.link_images
{

	border:black 1px solid; 
	padding:10px;
}

