@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/backgrounds/bg.gif);
	background-position:center;
	background-color:#2D5326;
	margin:0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	color:#4D4D4D;
}

.main-container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.toolbar {
margin-left:1px;
	height:114px;
	background-image:url(../images/backgrounds/bg-toolbar.gif);
	padding:13px;
}
.logorow {
	width:924px;
	margin-bottom:13px;
}
.logo {
	margin-right:227px;
}
.sidetext {
	margin-left:20px;
}
.page-container {
	margin:13px;
}

.botbar {
	background-image:url(../images/backgrounds/bg-botbar.gif);
	margin:13px;
	padding:9px;
	font-size:13px;
	color:4D4D4D;
	clear:both;
}
.botbar-textleft {
	width:730px;
	float:left;
	
}

.IM {font-size:13px; line-height:16px; border:1px solid #2D5326; }
.IM_title {font-weight:bold; background:#2D5326; color:#FFF;}

.gallery_title {background:#2D5326; padding:3px 2px; font-weight:bold; color:#FFF;}
a.gallery_title:link, a.gallery_title:active, a.gallery_title:visited { color:#FFF; text-decoration:none; font-weight:bold;}
a.gallery_title:hover { color:#FFF; text-decoration:underline; font-weight:bold;}