html {
	background: url(../images/htmlBg.jpg) #ede4d2 no-repeat left top;
	margin: 0;
	padding: 0;}

body {
	text-align: center;}

.floatLeft {
	float: left;}

.centerMe {
	width: 780px;
	margin: 0 auto;}
	
#headerContainer {
	width: 780px;
	height: 100px;}

	#logoContainer {
		width: 164px;
		height: 80px;
		margin: 0 616px 20px 0;
		position: absolute;
		z-index: 1;}
	
		#logoContainer img {}
	
	#headerNavigationContainer {
		width: 780px;
		height: 30px;
		position: absolute;
		margin: 70px 0 0 0;}
		
		#headerNavigationRightBg {
			background: url(../images/headerNav_rightBg.gif) transparent no-repeat right top;
			width: 9px;
			height: 30px;
			float: right;}
		
		#headerNavigationLeftBg {
			background: url(../images/headerNav_leftBg.gif) transparent no-repeat left top;
			width: 9px;			
			height: 30px;
			float: right;}

#pageBorder {
	width: 778px;
	border: 1px solid #000;}

  #navigationContainer {
  	width: 778px;
  	height: 64px;
  	border: 1px solid #000;
  	border-right-width: 0;
  	border-left-width: 0;
		background: url(../images/navigationContainerBg.gif) #760303 repeat-x left top;}
  	
  #photoContainer {
		width: 778px;
		background: #000;}
  
  	#photoContainer img {
  		border: 1px solid #000;
  		border-top-width: 0;
  		border-right-width: 0;
  		border-left-width: 0;
  		margin: 0;}
  	
  #bodyContainer {
		width: 778px;
		text-align: left;
		background: url(../images/bodyBg.gif) #fff repeat-y left top;}

		#bodyLeftContainer {
			width: 198px;
			position: absolute;
			margin: 0 590px auto 0;}  	

  	#bodyRightContainer {
  		width: 560px;
  		padding: 10px 10px 10px 208px;
  		min-height: 600px;
      height: auto !important;
      height: 600px;}
  	
  		#bodyRightContainer .adInclude {
    		width: 140px;
    		float: right;
    		margin: 0 0 1em 1em;}
  		
#footerContainer {
	padding-top: 10px;}

	#rightSide {
	  width: 100%;}
		
	#leftSide {
		float: left;
		width: 180px;
		height: 58px;}
		
			#leftSide img {}