/*---- TAGS ----*/
/*'a' ----*/


a:active {
	color: #781A12;
}

a:hover {
	color: #556F11;
}

a:link {
	color: #781A12;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #781A12;
	text-decoration: none;
	font-weight: bold;
}

/*'body' ----*/
body {
	margin: 10px;
	padding: 0px;
}

/*---- DIV TAGS ----
in order of appearance ----*/
/*CONTAINS ALL DIV'S*/
#wrapper {
	padding: 0px;
	width: 960px;
	background-image: url(../images/template/background.png);
	background-repeat: repeat-y;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: auto;
	right: auto;
}
/*---- HEADER ----
contains logo and top links*/
/* LOGO */
	#header_logo {
	height: 80px;
	width: 200px;
	border: 0px none #000;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#header_logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* NAVIGATION BACKGROUND */
	#header_nav {
		background-image: url(../images/template/header_nav.png);
		float: right;
		height: auto;
		width: 660px;
		text-align: left;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-repeat: no-repeat;
		text-indent: 0;
		margin-top: 45px;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-left: 5px;
	}

/* TOP NAVIGATION TEXT LINKS*/
		#header_nav_links {
			padding: 0px;
			text-align: center;
			margin-top: 0px;
			margin-right: 50px;
			margin-bottom: 0px;
			margin-left: auto;
			width: 300px;
		}
/*---- MAIN CONTENT AREA ----*/
	#editRegion {
		margin: 0px;
		padding: 0px;
	}


/*TO CONTAIN ALL MAIN CONTENT */
	#main {
		margin: 0px;
		padding: 0px;
		clear: both;
	}

/*---- CONTAINS SIDE NAV STRUCTURE ----*/
		#main_nav {
	float: left;
	height: auto;
	width: 160px;
	background-image: url(../images/template/side_nav.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
		}

			#main_nav_content {
				float: left;
				width: 150px;
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 50px;
			}
		
		#main_content {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: right;
	text-align: left;
	height: auto;
		}
		
		#main_content p {
			margin: 0px;
			padding: 0px;
		}

		#page_content {
			margin: 0px;
			padding: 0px;
		}




#picture_picture {
margin: 5px;
padding: 0px;
height: auto;
width: auto;
float: left;
}

#picture_link {
margin: 0px;
padding: 0px;
}



#footer {
	padding: 0px;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer_content {
	margin-left: 260px;
}


#seating_pictures {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 166px;
}

#seating_pictures_pictures {
	padding: 0px;
	float: left;
	height: 95px;
	width: 156px;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
	background-color: #FFF;
}
#seating_pictures_pictures_link {
	float: none;
	height: 25px;
	width: auto;
	clear: both;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#seating_pictures_pictures img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#seating_pictures_pictures_picture {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
