#menu {
width: 950px;
height: 28px;
float: left;
background: #000 url(../img/menubg.jpg) repeat-x top;
border-bottom:2px solid #DEDEDE;
margin:0;
}
#menu ul {
margin:0;
padding:0;
list-style: none;
line-height: normal;
float:left;
}
#menu li {
display: inline;
margin:0;
}
#menu a {
float: left;
padding:7px 21px;
text-decoration: none;
font-weight: normal;
font-size: 12px;
color: #fff;
text-transform: none;
text-align: center;
text-transform: uppercase;
border-right:1px solid #fff;
}
#menu li a:hover{
color: #fff;
background: #0077C0 url(../img/menubgon.jpg) repeat-x top;
}
#menu li a#current{
color: #fff;
background: #fff url(../img/menubgon.jpg) repeat-x top;
}


h1, h2, h3{
	margin:0;
	font-weight: normal;
	padding:5px 0 2px 0;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.7em;
	color: #fff;
	margin:0 0 10px 0;
	padding:3px 10px 5px 10px;
	background-image: url(../img/bg-heading.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}
h2 {
	font-size: 1.6em;
	color: #0077C0;
	margin:10px 0 7px 0;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0077C0;
}

h5 {font-size: 1.6em;
	color: #0077C0;
	margin:10px 0 7px 0;
	font-weight: normal;
}
#right h2{margin-top:20px;}
