/* To change the size of the page to include more content, change the marked pixel values, all by the same amount - e.g. 100px
	Fields are marked by -  /* height */

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	width: 1000px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color: #dfd8c2;
	height:auto;
}

#content {
	text-align:center;
	width: 970px;
	height: auto;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color:#dfd8c2;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 142px;
	width: 970px;
	line-height: 12px;
	color: #666666;
}

#header2 {
	background-color:#dfd8c2;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 15px;
	line-height: 12px;
	color: #666666;
	/*border-style:solid;
	border:thin;
	border-top:none;
	border-bottom:none;
	border-color:#dfd8c2;*/
	width: 970px;
}

#nav {
	width: 970px;
	font-weight:bold;
	padding: 0px;
	height: 40px;
	text-align:center;
	background-image:url('images/nav.jpg');
	background-color:#385826;
	/*border-style:solid;
	border-top: none;
	border-bottom: none;
	border: thin;
	border-color:#dfd8c2;*/
	color:#FFFFFF;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
}

#item{
	/*border-style:solid;
	border: thin;
	border-top:none;
	border-bottom:none;
	border-right:none;
	border-color:#dfd8c2;*/
	width: 90px;
	height: 20px;
}

#item_selected{
	width: 90px;
	height: 20px;
	color: #cda26f;
}

#main_wrapper {
	width:970px;
	text-align:center;
	background-color: #dfd8c2;
	background-image:url("images/back.jpg");
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
	height: 4620px; /* height */
}

#main {
	width: 950px;
	height: 1380px; /* height */
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
}

#left {
	float: left;
	height: 4595px; /* height */
	width: 200px;;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #eeeade;
	/*background-image:url('images/back_tint.jpg');
	background-repeat:repeat-y;*/
	border-style:solid;
	border-width: 2px;
	border-color:#dfd8c2;
}

#side_option{
	color: #385826;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-align:left;
}

#side_option_selected{
	color: #385826;
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
	text-align:left;
}

#side_option A:link {text-decoration: none; color:#666666;}
#side_option A:visited {text-decoration: none; color:#666666;}
#side_option A:active {text-decoration: none; color:#666666;}
#side_option A:hover {color:#385826; font-weight:bold;}

#leftbar{
	float: left;
	width:20px;
	background-color: #385826;
	height: 4620px; /* height */

}

#right {
	float:right;
	text-align:justify;
	height: 4555px; /* height */
	width: 640px;
	padding: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style:solid;
	border-width: 2px;
	border-color:#dfd8c2;
	background-color:#f5f2ed;
	background-image:url('images/back_tint.jpg');
	background-repeat:repeat-y;
	color:#595959;
	font-size:10px;
}

#right A:link {text-decoration: none; color:#385826; font-size:14px;}
#right A:visited {text-decoration: none; color:#385826;}
#right A:active {text-decoration: none; color:#385826;}
#right A:hover {color:#385826; font-weight:bold;}

#float_image{
	float: right;
	text-align:center;
	width:auto;
	height:auto;
	padding-left: 20px;
	padding-bottom: 10px;
}

#top_text{
	color:#385826;
}

#rightbar{
	float: right;
	width:267px;
	background-color: #f5f2ed;
	min-height: 378px;
	text-align:center;
	border-style:solid;
	border-width: 2px;
	border-bottom:none;
	border-color:#dfd8c2;
}

#footer {
	color: #dfd8c2;
	font-size:10px;
	float:right;
	height: 30px;
	width: 970px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-color: #dfd8c2;
}

h3 {
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	line-height:5px;
}

h5 {
	font-style:italic;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

hr {
	color: #dfd8c2;
}

A:link {text-decoration: none; color:#ffffff;}
A:visited {text-decoration: none; color:#ffffff;}
A:active {text-decoration: none; color:#ffffff;}
A:hover {color:#dfd8c2;}

A.imgbord:link {color: #dfd8c2;}
A.imgbord:active {color: #dfd8c2;}
A.imgbord:visited {color: #dfd8c2;}
A.imgbord:hover {color: #dfd8c2;}
