@charset "utf-8";
body {
	background-color: #FF7303;
}

#container {
	height: auto;
	width: 982px;
	position: static;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#cal_container {
	width: 252px;
	background-image: url(images/design/district/plt3_design_20.gif);
	height: 220px;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 5px;
}

#left_nav {
	width: 252px;
	height: auto;
}
#content {
	position:relative;
	width:650px;
	height:auto;
	z-index:auto;
	text-align: left;
	clear: left;
	background-color: #FFF;
	float: right;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.photo {
	border: thin solid #333;
	margin-left: 10px;
}
.photoBoarder {
	border: thin solid #333;
}

.cutline {
	font-size: small;
	font-style: italic;
}

#Copyright {
	color: #000;
	height: 25px;
	width: 982px;
	text-align: center;
	clear: both;
	position: static;
	padding-top: 10px;
	background-color: #FFF8F2;
}
.header {
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
a {
	color: #FF7303;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pullout {
	background-color: #FFF8F2;
	padding: 5px;
	clear: left;
	float: right;
	height: 125px;
	width: 250px;
	border: thin solid #FF7303;
}
.bold {
	font-weight: bold;
}

