
body
{
	font-family:comic sans ms, book antiqua, palatino, serif;
	font-size:15px;
	background-color:#3D3D38;
	color:#3D3D38;
}

/***** DIV TAG FORMATTING *****/
#shell{
	margin:0 auto;
	margin-bottom:50px;
	height:800px;
	width:820px;
}

	#logo{
		height:150px;
		width:285px;
		position:relative;
		top:0;
		left:-65px;
	}
	
		#navigation{
			height:100px;
			width:800px;
			background:#3D3D38;
			border:10px solid #3D3D38;
			float:left;
		}
					
			#banner{
				height:200px;
				width:800px;
				border:10px solid #3D3D38;
				border-top:none;
				float:left;
			}
			
				#mainLeft{
					margin:0;
					padding:0;
					height:460px;
					width:440px;
					border:10px solid #3D3D38;
					border-top:none;
					text-align:center;
					background-color:#D3E7E2;
					float:left;
				}
				
					#mainRight{
						height:460px;
						width:350px;
						border:10px solid #3D3D38;
						border-top:none;
						border-left:none;
						background-color:#D3E7E2;
						float:left;
					}
					
						#main{
							height:460px;
							width:800px;
							border:10px solid #3D3D38;
							border-top:none;
							text-indent:2em;
							background-color:#D3E7E2;
							float:left;
						}
						
							#gallery{
								height:680px;
								width:800px;
								border:10px solid #3D3D38;
								border-top:none;
								text-indent:2em;
								background-color:#D3E7E2;
								float:left;
							}
							
								#lianz{
									margin:20px 0 0 0;
									height:70px;
									width:330px;
									text-align:center;	
									float:left;
									clear:both;								
								}
								
									#footer{
										height:20px;
										width:800px;
										background-color:#3D3D38;
										border:10px solid #3D3D38;
										border-top:none;
										float:left;
									}
									
/***** ROUNDED CORNERS FORMATTING ****/

	/* left/right main */
.greenLeftBL{
	background:url(../assets/images/greenBL.jpg) 0 100% no-repeat;
	width:440px;
	height:460px;
}

	.greenLeftBR{
		background:url(../assets/images/greenBR.jpg) 100% 100% no-repeat;
	}
		
		.greenLeftTL{
			background:url(../assets/images/greenTL.jpg) 0 0 no-repeat;
			height:460px;
		}
		
			.greenLeftTR{
				background:url(../assets/images/greenTR.jpg) 100% 0 no-repeat;
				padding:5px 10px 5px 10px;
			}
			
.greenRightBL{
	background:url(../assets/images/greenBL.jpg) 0 100% no-repeat;
	width:350px;
	height:460px;
}

	.greenRightBR{
		background:url(../assets/images/greenBR.jpg) 100% 100% no-repeat;
	}
		
		.greenRightTL{
			background:url(../assets/images/greenTL.jpg) 0 0 no-repeat;
			height:460px;
		}
		
			.greenRightTR{
				background:url(../assets/images/greenTR.jpg) 100% 0 no-repeat;
				padding:5px 10px 5px 10px;
			}

	/* main */
.mainBL{
	background:url(../assets/images/greenBL.jpg) 0 100% no-repeat;
	width:800px;
	height:460px;
}

	.mainBR{
		background:url(../assets/images/greenBR.jpg) 100% 100% no-repeat;
	}
		
		.mainTL{
			background:url(../assets/images/greenTL.jpg) 0 0 no-repeat;
			height:460px;
		}
		
			.mainTR{
				background:url(../assets/images/greenTR.jpg) 100% 0 no-repeat;
				padding:5px 10px 5px 10px;
			}

	/* gallery */
.galleryBL{
	background:url(../assets/images/greenBL.jpg) 0 100% no-repeat;
	width:800px;
	height:680px;
}

	.galleryBR{
		background:url(../assets/images/greenBR.jpg) 100% 100% no-repeat;
	}
		
		.galleryTL{
			background:url(../assets/images/greenTL.jpg) 0 0 no-repeat;
			height:680px;
		}
		
			.galleryTR{
				background:url(../assets/images/greenTR.jpg) 100% 0 no-repeat;
				padding:5px 10px 5px 10px;
			}

/***** BUTTON ROLLOVER FORMATTING *****/
#navigation span{
	position:relative;
	top:-86px;
	right:10px;
	float:right;
	margin:0;
	margin-left:3px;
	padding-top:7px;
	height:29px;
	width:100px;
	text-align:center;
	background:url(../assets/images/button.jpg) no-repeat 0 0;
}

		#navigation span:hover{
			background-position:0 -34px;
		}

/***** TEXT FORMATTING *****/
#footer h4{
	color:#fff;
	margin:0 0 0 350px;
	font-size:14px;
	font-weight:normal;
	
	float:left;
}
	
		#footer span{
			font-weight:lighter;
			float:right;
		}


.rightLink{
	text-align:center;
	font-weight:bold;
}

	h1,h2,h3,h4,h5,h6{
		text-align:center;
		margin-bottom:-10px;
		margin-top:0;
	} 

		#lianz p{
			margin:5px;
			padding:5px;
		}
		
			ul{
				text-align:left;
				margin:0 0 0 15px;
				padding: 10px 0 0 0;
				list-style-type:disc;
				font-size:13px;
			}
				
				ol{
					text-align:left;
					margin:0 0 0 20px;
					padding:0;
					list-style-image:url(../assets/images/listDash.gif);
					list-style-position:outside;
				}
			
.arrow > ul{
	float:left;
	margin:0;
	padding:0;
	margin:50px 0 0 325px;
}

	.arrow > ul li{
		margin:5px 0 0 10px;
		padding:0;
	}
		   
	
/***** IMAGE FORMATTING *****/
.lianz{
	float:left;
}

	.indexMain{
		padding:0;
		padding-top:20px;
	}
	
		.arrow ul{
			list-style-image:url(../assets/images/arrow.jpg);
			list-style-position:inside;
		}
		
/***** LINK FORMATTING *****/

/*main nav*/
#navigation a{
	color:#4F4E4A;
	text-decoration:none;
	font-size:16px;
}
	
	#navigation a:visited{
		color:#4F4E4A;
		text-decoration:none;
	}
	
		#navigation a:hover{
			color:#4F4E4A;
			text-decoration:underline;
		}

/*footer nav*/
#footer a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}

	#footer a:visited{
		color:#fff;
		text-decoration:none;
	}
	
		#footer a:hover{
			color:#ccc;
			text-decoration:underline;
		}

/*links*/
a{
	color:#4F4E4A;
	font-weight:bold;
}

	a:visited{
		color:#4F4E4A;
		text-decoration:none;
		font-weight:bold;
	}
	
		a:hover{
			color:#4F4E4A;
			text-decoration:underline;
			font-weight:bold;
		}


/****************************************/
.col1,.col2,.col3,.col3b{
	display:inline;
	/* position:relative; */
	float:left;
	/* margin-left:2%; */
}
.col1 {
	width:120px;
	margin-top:10px;
}

.col1 span{
	font-size:x-small;
	color:blue;
}

.col2 {
	width:220px;
	text-align:left;
	margin:10px;
	padding:2px;
	background-color:#ddd;
	color:#000;
}
.col3 {
	width:260px;
	height:10px;
	color:red;
	font-size:10px;
	text-align:left;
	float:right;
	/*padding:5px 0 0 2px;*/
}

.rowLog{
	color:blue;
	font-size:small;
}
.submitBtn {
	float:none;
	clear:both;
	margin:10px 0 0 120px;
	width:100px;
	text-align:center; 
}

