body {
	background-color: #f0ebd0;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	scrollbar-base-color: #2D2D2D;
	scrollbar-arrow-color: #FFF7B5;
	scrollbar-3dlight-color: #1C1C1C;
	scrollbar-track-color: #000000;
	}
	
table {
	border-spacing: 0; 
	border-collapse:collapse;
	margin: 0px 0px 5px 0px;
	}

td { 
	padding: 0; 
	vertical-align: top;
	}
	
img { 
	border: 0px;
	}

form {
	padding: 0px;
	margin: 0px;
	}
	
#container {
	position: fixed;
	top: 10%;
	width: 100%;
	height: 580px;
	background-color: #f0ebd0;
   }
	
	#header {
		height: 91px;
		background-color: #000000;
		background-image: url(img/title_bg.jpg);
		background-position: right;
		background-repeat: no-repeat;
		border-bottom: 4px solid #f0ebd0;
		}

	.nav {
		background-color: #000000;
		padding: 27px 7px 0px 7px;
		background-image: url(img/navigation_bg.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		width: 180px;
		font-size: 13px;
		}
		
		.nav a {
			display: block;
			color: #f0ebd0;
			text-decoration: none;
			font-family: Eras light ITC, arial, sans-serif;
			background-image: url(img/breaker.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
			width: 180px;
			padding: 2px 0px 3px 0px;
			}

	.mid-td {
		background-color: #000000;
		border-left: 1px solid #f0ebd0;
		border-right: 1px solid #f0ebd0;
		color: #f0ebd0;
		width: 274px;
		}
		
		#content {
			width: 1px;
			height: 495px;
			overflow: hidden;
			}
			
			#content-block {
				width: 235px;
				height: 480px;
				overflow: auto;
				font-size: 12px;
				padding: 15px 20px 0px 20px;
				}
				
				#content-block a {
					color: #ffffff;
					}
	
	.right-td-home {
		background-image: url(img/home.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-appointments {
		background-image: url(img/appointments.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-menu {
		background-image: url(img/menu.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-weddings {
		background-image: url(img/weddings.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-promotions {
		background-image: url(img/promotions.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-artistic {
		background-image: url(img/artistic.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-location {
		background-image: url(img/location.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-feedback {
		background-image: url(img/feedback.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}

	.right-td-cafe {
		background-image: url(img/cafe.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}
	
	.right-td-recruitment {
		background-image: url(img/recruitment.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}
	
	.right-td-products {
		background-image: url(img/products.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}
	
	.right-td-gents {
		background-image: url(img/gents.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #000000;
		vertical-align: bottom;
		}


   


a.lbOn:link {	color: #f0ebd0; text-decoration: none; font-size: 16px; font-family: Eras light ITC; }
a.lbOn:visited {	color: #f0ebd0; text-decoration: none; font-size: 16px; font-family: Eras light ITC; }
a.lbOn:hover {	color: #f0ebd0; text-decoration: none; font-size: 16x; font-family: Eras light ITC; }
a.lbOn:active {	color: #f0ebd0; text-decoration: none; font-size: 16px; font-family: Eras light ITC; }



input {
	border: 1px solid #f0ebd0;
	background-color: black;
	color: #f0ebd0;
}

textarea {
	border: 1px solid #f0ebd0;
	background-color: black;
	color: #f0ebd0;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 120px;
	width: 215px;
}

#frm-text {
	margin: 0px 0px 2px 0px;
}

#frm-field {
	margin: 0px 0px 10px 0px;
}

#frm-error {
	background-color: #ff0000;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
}

#barrie-bug table td {
	color: #ffffff;
}