.container 		{ 
	border:0px
}

a 				{ color: #4B658D; }
a:hover			{ color: #437FA4; }


/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/

#page{
	background:url('../images/homeTopMid.jpg') repeat-x;
	border:0px;
}


#header {
	background: url('../images/homeLogo.jpg') 0px 17px no-repeat;
	height: 120px;
}

#header h1		 { display: none;  }
#header .description { display: none; }


/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/


#nav, #subnav	{ 
	background: #fff; 
}

#nav li.current_page_item a, #nav li a:hover 	{ 
	background: #C9E0F2; color: #FFF;
}

#nav li a, #subnav li a 	{ 
	color: #437FA4; 
	}

#nav li.current_page_item a,
#subnav li.current_page_item a, #subnav li a:hover 	{ 
	color: #437FA4; }

.post h2, .post h2 a{
	color:#437FA4;
	}

#footer{
	background:url('../images/internalBottom.jpg') repeat-x bottom;
	border:0px;
	}

