/* CSS Document */
body {
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:#e8dcb4;
}

img {border:0;}

p {
	padding:0;
	margin:0;
}

			


#divMain {
	width:967px;
	margin:auto;
}
	#maincontainer {
		width:967px;
		margin:auto;
	}
	
		#contentcolumn{
			float:left;
			width:732px;
			background:#FFFFFF;
		}
			#slogan {
				width:732px;
				height:72px;				
			}
			
			#content {
				width:728px;
				float:left;
			}
				#banner {
					width:624px;
					height:322px;
				}
				#leftContent {
					width:492px;
					margin:20px 0 0 10px;
					float:left;					
				}
					.textGeorgia12px {
						font-family:Georgia, "Times New Roman", Times, serif;
						font-size:12px;
						color:#000000;
					}
					.textGeorgia12px a{						
						color:#990000;
						text-decoration:none;
					}
					.textGeorgia12px a:hover{
						color:#990000;
						text-decoration:underline;
					}
					.box {
						width:474px;
						height:180px;
						border:1px solid #919186;
						margin:10px 0 2px 0;
						padding:8px;
						clear:both;
					}
						.box .leftBox {
							float:left;
							width:111px;
							text-align:left;
						}
						.box .rightBox {
							float:right;
							width:360px;
						}
						
					.box1 {
						width:474px;
						height:280px;
						border:1px solid #919186;
						margin:10px 0 2px 0;
						padding:8px;
						clear:both;
					}
										}
						.box1 .leftBox {
							float:left;
							width:111px;
							text-align:left;
						}
						.box1 .rightBox {
							float:right;
							width:360px;
						}
					
				#rightContent {
					width:204px;
					margin:10px 0 20px 12px;
					float:right;					
				}
		
		
		#verticalLine {
			float:left;
			background:#FFFFFF url(../images/bg_vertical.jpg) top no-repeat;
			width:6px;
		}
		
		#leftMenu {
			float:left;
			width:211px;
			background:#f6efdd;
		}
			#logo {
				background:url(../images/logo.jpg) top no-repeat;
				width:211px;
				height:158px;
			}
			
			

			.suckerdiv ul{
				margin: 0;
				padding: 0;
				list-style-type: none;
				width: 211px; /* Width of Menu Items */
				border-bottom: 1px solid #919186;	
			}
				
			.suckerdiv ul li{
				position: relative;
			}
			
		
			.suckerdiv ul li a{
				display: block;
				height:14px;
				overflow: auto; /*force hasLayout in IE7 */
				text-align:left;
				text-decoration: none;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:11px;
				font-weight:bold;
				color:#990000;
				background: #f6efdd;
				padding: 6px 15px;
				border-top: 1px solid #919186;				
			}
						
			.suckerdiv ul li a:hover{
				background:#f1f1f1;
				color:#686663;
			}
			
			#animalPicture {
				text-align:center;
				padding:25px 0 5px 0;
			}
			.textRed12px {
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				color:#990000;
				font-weight:bold;
				text-align:center;
				text-transform:uppercase;
			}
			.textVerdana11px {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#070707;
			}
			.textVerdana11px a{
				color:#990000;
				text-decoration:none;
			}
			.textVerdana11px a:hover{
				color:#990000;
				text-decoration:underline;
			}						
	
		#leftcolumn{
			float: left;
			width: 9px;
			background:url(../images/bg_left.jpg) top repeat-y;
		}
	
		#rightcolumn{
			float: left;
			width: 9px;
			background:url(../images/bg_right.jpg) top repeat-y;
		}	
	
	#bottomcontainer {
		width:967px;
		margin:auto;
		clear:both;
	}			
	
		#leftTree {
			float:left;
			width:9px;
			height:56px;
			background:url(../images/bg_left_tree.jpg) left no-repeat;
		}
		#tree {
			float:left;
			width:949px;
			height:56px;
			background:url(../images/tree.jpg) left repeat-x;
		}
		#rightTree {
			float:left;
			width:9px;
			height:56px;
			background:url(../images/bg_right_tree.jpg) left no-repeat;
		}		
		#leftBottom {
			float:left;
			width:9px;
			height:28px;
			background:url(../images/bg_left_bottom.jpg) left no-repeat;
		}
		#middleBottom {
			float:left;
			width:949px;
			height:28px;
			background:url(../images/bg_middle_bottom.jpg) left repeat-x;
		}
		#rightBottom {
			float:left;
			width:6px;
			height:28px;
			background:url(../images/bg_right_bottom.jpg) left no-repeat;
		}		
		
	#footer {
		width:967px;
		margin:auto;		
	}
		#copyright {	
			padding-bottom:20px;		
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#333333;
			text-align:center;
		}
