* {
	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");
}

input, select, option {
	color: #000000;
}

#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;
		left: 90px;
		top: 235px;
	}

		#content_box {
			position: relative;
			float: left;
			margin: 0px 0px 0px 186px;
			text-align: left;
		}

		* html #content_box {
			margin: 0px 0px 0px 96px;
		}
		
		.contentBoxFull {
			width: auto;
		}
		
		* html .contentBoxFull {
			width: 559px;
		}
		
		.contentBoxHalf {
			width: 290px;
		}
		
		* html .contentBoxHalf {
			width: 276px;
		}
		
			#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;
		}
		
		.podsVisible {
			display: block;
		}
		
		.podsHidden {
			display: none;
		}
		
			.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;
				}
		
		#footer {
			position: relative;
			float: right;
			margin: 20px 0px 0px 0px;
		}
	
	#logo_clickable_area {
		position: absolute;
		z-index: 1;
		left: 90px;
		top: 70px;
		width: 285px;
		height: 38px;
		overflow: hidden;
	}
	
.clear {
	clear: both;
}
