p img { margin-left: 0; margin-right: 0; }

.container 		{ border-top: 3px #7B0F0F solid; }

a			{ color: #00487D; }
a:hover			{ color: #7B0F0F; }

h1                      { font-family: "Palatino", Georgia, serif; }

#maincontent h2,
h2, h2 a,
h3, h3 a                { color: #7B0F0F; }


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

/*
#header {
	background: url('../images/logo.gif') 50px 17px no-repeat;
	height: 89px;
}

#header h1		{ display: none; }
*/

#header h1 a		{ color: #000; text-decoration: none; }

#header .description    {
    text-align: right;
    margin-right: 499px;
    font-family: "Palatino", Georgia, serif; 
    text-transform: uppercase;
    color: #7B0F0F;
    }

#header .description a  {
    text-decoration: none;
    color: #7B0F0F;
}


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

#nav, #subnav	        { background: #7B0F0F; }

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

#nav li a,
#subnav li a 	        { color: #EEE; }

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