@charset "UTF-8";
/* CSS Document */

#header
{
	width:746px;
	position:relative;
	margin-left:50%;
	left:-375px;
	height:75px;
	background-image:url(../images/header.jpg);
	border-style:solid;
	border-top-style:none;
}
#logo
{
  display:inline-block;
  height:50px;
  width:100px;
  background-color:blue;
  position:relative;
  left:10px;
  top:10px;
}

#linkBar
{
	font-weight:bold;
	position:absolute;
	right:0;
	width:210px;;
	top:55px;
	margin-right:5px;
	border-style:solid;
	border-bottom-style:none;
	-moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
	padding:5px;
	background-color:#FFF;
}
