﻿html, body 
{
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-color: #F1E4D3; /*#ece3d2;*/
	color: #4c4c4c;
	font-family: Arial;
	font-size:13px; 
}
* html #makeItBig 
{
	padding-bottom: 50px;
	margin-bottom: 50px;
	min-height: 100%;
}

#makeItBig 
{
	position:relative;
	min-height: 100%;
}
#header 
{
	height:299px;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}
#footer 
{
	padding-top: 25px;
	position: relative;
	margin-top: -50px;
	margin-left: 220px;
	height: 25px;
	clear: both;
	z-index: 102;
}
#footer a
{
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
#btns 
{
	position:absolute;
	top: 235px;
	left:660px;
}
a, a:visited, a:active 
{
	text-decoration:underline;
	color:#384c22;
}
a:hover 
{
	color: #384c22;
}
a.gray, a.gray:visited, a.gray:active 
{
	text-decoration:none;
	color:#595959;
}
a.gray:hover 
{
	color: #384c22;
}
div.grayNav
{
	padding-bottom:8px;
}
a.grayNav, a.grayNav:visited, a.grayNav:active 
{
	text-decoration:none;
	color: #595959;	
}
a.grayNav:hover 
{
	color: #384c22;
}

hr 
{
	color: #384c22;
	height: 1px;
	border-style: dotted;
}
img
{
	border:none;
}
#logo 
{
	position:absolute;
	left:0px;
	top:0px;
	width: 208px;
	height: 239px;
	margin:0px;
	padding:0px;
	/*background-image: url("images/logo.jpg");
	background-repeat:no-repeat;*/
}
#logo_Bow 
{
	position:absolute;
	left:0px;
	top: 239px;
	width: 208px;
	height: 40px;
	background-image: url("images/bow_left.jpg");
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
#haedPic_Bow 
{
	position:absolute;
	left:208px;
	top:239px;
	width:298px;
	height:40px;
	background-image: url("images/bow_right.jpg");
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
#headPic 
{
	position:absolute;
	left:208px;
	top:0px;
	margin:0px;
	padding: 0px;
	width:298px;
	height:208px;	
}
#main 
{
	position:static;
	margin-top: -20px;
	margin-left:225px;
	width: 580px;
	padding-bottom:0px;
}
#nav 
{
	position: absolute;
	left: 25px;
	top: 288px;
	width: 182px; /*207px-25px*/
	overflow:auto;
}
#nav ul 
{
	margin-left: 0px; 
	list-style-type: none;
}
#nav ul li 
{
	margin-bottom: 12px;
}
h1
{
	font-size: 15px;
	font-weight: bold;
	color: #384c22;
	font-family: Arial;
}
.BigGreenLink
{
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color: #384c22;
}
a.BigGreenLink:visited
{
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	color: #384c22;
}

div.galeryPanelCSS
{
	background-image: url('images/galback.jpg');
	background-repeat:no-repeat;
	padding: 14px;
	width:185px;
	height:203px;
}
#mnuSelected 
{
	vertical-align: middle;
}

.TextPicPos
{
	position:relative; 
	z-index:101;
}
