
#layout_grid {
	height: 100%;
	width: 100%;
	
	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
		
	}

	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;

	background-color: #28468e;
	
}

	#left_div {
		height: 705px;
		width: 100%;
		
		background-image: url(images/rabbit_tile.gif);
		background-repeat: repeat-x;
		background-position: 100% 0%;
		
		position: relative;
		
	}
	
		#left_line {
			height: 100px;
			width: 3px;

			background-color: #0045eb;

			position: absolute;
			top: 0px;
			right: 3px;

		}

#grid_right {
	width: 40%;
	
	background-color: #28468e;
}

	#right_div {
		height: 705px;
		width: 100%;
		
		background-image: url(images/rabbit_tile.gif);
		background-repeat: repeat-x;
		
		position: relative;
	
	}
	
		#right_line {
			height: 100px;
			width: 3px;
			
			background-color: #0045eb;
			
			position: absolute;
			top: 0px;
			left: 3px;
		}

#grid_main {
	width: 800px;
	
	height: 100%;
}

#main_div {
	width: 800px;
}

	#main_top {
		height: 188px;
		width: 100%;		
		
		margin-bottom: 22px;
		
		cursor: pointer;
	}
		
		#top_row1 {
			height: 112px;
			width: 100%;
			
			background-color: #ffffff;
			
			position: relative;
			
			z-index: 35;
		}
	
	
			#top_title {
				height: 78px;
				width: 427px;
				
				font-size: 28px;
				font-weight: bold;
				
				position: absolute;
				top: 45px;
				left: 50px;
			}
		
			#top_rabbit {
				height: 160px;
				width: 128px;
				
				background-image: url(images/top_rabbit.jpg);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 2px;
				left: 615px;
			}
		
		#top_row2 {
			height: 47px;
			width: 100%;
			
			background-color: #0045eb;
			
			position: relative;
			
			margin-bottom: 3px;
			
			z-index: 33;
			
		}
		
			#top_theme {
				height: 30px;
				width: 631px;
				
				font-size: 24px;
				font-weight: bold;
				
				line-height: 30px;
					
				color: #ffffff;
				
				position: absolute;
				top: 10px;
				left: 148px;
				
				
			}
		
		#top_row3 {
			height: 26px;
			width: 100%;
			
			background-color: #28468e;
			
			position: relative;
			
		}
		
			#top_presented {
				font-size: 12px;
				font-weight: bold;
				
				color: #ffffff;
				
				position: absolute;
				top: 7px;
				left: 163px;
			}
			
				.sm {
					font-size: 10px;
					font-weight: normal;
				}
				
			#top_whenwhere {
				font-size: 12px;
				
				color: #ffffff;
				
				position: absolute;
				top: 7px;
				left: 579px;
			}
		
	
	#main_bottom {
		height: 50px;
		width: 100%;
		
	}
	
		#bottom_sep {
			width: 800px;
			
			border-top: 2px solid #28468e;
			
			height: 50px;
			
		}
	
		#bottom_copyright {
			font-size: 11px;
			
			text-align: right;
			
			margin-right: 10px;
			
			margin-top: 5px;
		}
	
	#main_content {
		width: 100%;
		
	
	}
	
		#content_table {
			border-collapse: collapse;
			
			width: 100%
		}
		
			#nav_td {
				width: 138px;
				
			}
			
				#nav_div {
					height: 500px;
				}
				
					#nav_items {
						padding-top: 17px;
					}
					
						.nav_item, .nav_item_active {
							height: 24px;
							width: 121px;
							
							background-image: url(images/nav_bg.gif);
							background-repeat: no-repeat;
							background-position: 0px 17px;
							
							margin-bottom: 2px;
							
							position: relative;
							
						}
						
							.nav_item-text {
								height: 24px;
								width: 121px;
								
								position: absolute;
								top: 8px;
								left: 0px;

								font-size: 11px;
							
								text-align: right;
								
								color: #28468e;
								
							}
							
								.nav_item a {
									color: #28468e;
								}
								
								.nav_item_active a {
									color: #0045eb;
								}
				
			
			#content_td {
				width: 662px;
				
			}
			
				#content_div {
					width: 590px;
				
					font-size: 11px;
					
					margin-top: 25px;
					
					margin-left: 20px;
					
					position: relative;
				
				}
				
					#content_div .text_headline {
						font-size: 15px;
						font-weight: bold;
						
						margin-bottom: 15px;
					}
					
					#content_div .text_copy {
						
						
					}
			

.gallery_table {
	border-collapse: collapse;
	
	margin: 0px;
	padding: 0px;
}

	.gallery_table tr {
		margin: 0px;
		padding: 0px;
	}

	.gallery_table td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: middle !important;
	}

.gallery_thumb {
	border: 0px;
	
	margin-right: 10px;
	margin-bottom: 30px;
}

td {
	font-size: 11px;
	
}
