/* start menu and footer */

#menu
{
	margin:          0;
	padding:		 0;
	height:          40px;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	background:      transparent url("../images/bg_menu.gif") top left repeat-x;
	height:          40px;
	font-size:	1.2em;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
	border-right:  #CCCCCC 1px solid;
}

#menu ul li a
{
	color:           #333;	
	padding:         13px 15px 15px 15px;
	font-family:     verdana, arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu a:hover
{
	color :#1E9EBE;
}

.this_page {
	color:#1E9EBE;
}

#footer
{
	margin:          0 auto;
	width:           980px;
	height:          50px;
	background:      transparent url("../images/bg_footer.gif") top left repeat-x;
}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'franklin gothic medium', 'trebuchet ms', sans-serif;
	font-size:       1.2em;
	padding-top:     25px;
	color:           white;
}

#footer a{
	text-decoration:none;
	color: white;
}

#footer a:hover{
	text-decoration:underline;
}

#footerbg{
	margin:0;
	padding:0;
	background: transparent url("../images/bg_footer.gif") bottom left repeat-x;
}

a:focus {
outline:none;
}

/* end menu and footer */
