* {
	font-family: Arial,Helvetica,Sans-serif;
	color: #ffffff;
}

body {
	margin: 0px;
	background: #350f06 url( "docs/templates/images/bg.jpg" ) repeat;
}

* html body {
	margin: 0px;
}

img {
	border: none;
}

* html img {
	behavior: url("pngbehavior.htc");
}

#container {
	position: relative;
	margin: 0px auto;
	width: 850px;
}

	#logo_topleft {
		position: relative;
		float: left;
		width: 263px;
		height: 275px;
		overflow: hidden;
	}
	
	#logo_top {
		position: relative;
		float: left;
		width: 587px;
		height: 275px;
		overflow: hidden;
	}
	
	#logo_left {
		position: relative;
		float: left;
		width: 263px;
		height: 382px;
		overflow: hidden;
	}
	
	#content_boundary {
		position: absolute;
		z-index: 1;
		right: 0px;
		top: 235px;
	}

		#content_box {
			position: relative;
			float: left;
			width: 290px;
			margin: 0px 0px 0px 276px;
			text-align: left;
		}

		* html #content_box {
			margin: 0px 0px 0px 138px;
		}
		
			#content_box, #content_box * {
				font-size: 11px;
			}
		
			#content_box h1 {
				font-size: 12px;
				margin: 0px 0px 15px 0px;
			}
		
			#content_box h2 {
				font-size: 18px;
				margin: 0px 0px 15px 0px;
			}
		
			#content_box p {
				margin: 0px 0px 15px 0px;
			}

		#pods {
			position: relative;
			float: left;
			width: 263px;
			margin: 0px 0px 0px 20px;
		}
	
			.pod {
				position: relative;
				width: 263px;
				background: #ffffff url( "docs/templates/images/pod_bg.gif" ) repeat-y right;
				margin: 0px 0px 20px 0px;
			}
			
				.podImg {
					margin: 0px 9px 0px 9px;
				}
		
		#promotional_banner {
			position: relative;
			float: right;
			margin: 20px 0px 0px 0px;
			width: 734px;
			height: 98px;
			padding: 13px;
			overflow: hidden;
		}
	
		.promotionalBannerVisible {
			background: #ffffff url( "docs/templates/images/promotional_banner_bg.jpg" ) no-repeat bottom right;
		}
	
		.promotionalBannerHidden {
			background: none;
		}
	
		#footer {
			position: relative;
			float: right;
			margin: 0px 0px 15px 0px;
		}
	
	#logo_clickable_area {
		position: absolute;
		z-index: 1;
		left: 90px;
		top: 70px;
		width: 285px;
		height: 38px;
		overflow: hidden;
	}

.clear {
	clear: both;
}