﻿/* CSS layout */
body {
	background: url('images/416.gif');
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('images/TemplerMasthad01.jpg');
	background: repeat;
	margin-bottom: 15px;
}

#top_nav {
	background: url('images/TemplerText02.jpg');
	width: auto;
	height: 22px;
	text-align: right;
}

#container {
	background: url('images/416.gif') repeat;
	background-position: left;
	min-width: 600px;
	background-repeat: inherit;
}

#left_col {
	background: repeat;
	float: left;
	visibility: visible;
	min-height: inherit;
}
#right_col {
	background: no-repeat;
	width: auto;
	float: right;
}

#page_content {
	background-position: center;
	background: url('images/White.gif') repeat;
	margin-left: auto;
	margin-right: auto;
	width: 845px;
	height: 650px;
}

#footer {
	background: url('images/TemplerText02.jpg');
	clear: both;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #FF9900;
	text-decoration: none;
	position: inherit;
}
#top_nav a {
	color: #FF9900;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

