/* CSS Document */
/* header - contentStyles */

.header #topBorder{
	height:20px;
	background-image:url(../images/screenParts/border_thick.jpg);
	position: relative;
	text-align:right;
	}

.header #topBorder a,.header #nav a{
	position:relative;
	font-size:12px;
	text-decoration:none;
	height:24px;
	padding: 3px 6px;
	top:3px;
	}
	
.header #topBorder a:hover, .header #nav a:hover{
	background-image:url(../images/screenParts/border_thick_hover.jpg);
	border-top:none;
	}	

.header #banner{
	height:120px;
	position: relative;
	background-image:url(../images/screenParts/banner_content.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.header #bannerHome{
	height:170px;
	position: relative;
	background-image:url(../images/screenParts/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.header #banner #logo_content{
	width: 162px;
	height:110px;
	top:3px;
	left:67px;
	position:absolute;
	background-image:url(../images/screenParts/logo_header_small.gif);
	background-repeat:no-repeat;
	
	}
	
.header #nav{
	height:20px;
	background-image:url(../images/screenParts/border_thick.jpg);
	position: relative;
	padding:0 4px;
	}
	
	



