/* CSS Document */

div#headerMargin{
	margin: 8px;
	padding: 0px;

}
div#header{
	height:255px;
	background: url(../web/backgrounds/gradient-back.jpg) repeat-x scroll left bottom;
	margin: 0px;
	z-index: 1;
	padding: 0px;
	color: #CCCCCC;




}
div#rightHeader{
	height:255px;
	background-image:  url(../web/backgrounds/banner-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;









}
div#leftHeader{
	height:120px;
	background-attachment: scroll;
	background-image:  url(../web/backgrounds/banner-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #4e3119;
	text-align: center;

}
div#siteNav{
	background-image:  url(../web/backgrounds/banner-left.jpg);
	height: 135px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;

}
div#subNav {
	margin:0;
	width:150px;
	height:30px;
	padding: 0px;
	position: absolute;
	top: 211px;
	right: 252px;



  }
div#ticker {
	margin:0;
	width:305px;
	height:30px;
	padding: 0px;
	position: absolute;
	top: 218px;
	right: 405px;
	overflow: hidden;



  }
