
html, body {
        height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}
body { 
		text-align: center;
		background-color:#538812;
			background:url(../../../images/images/bcgr.jpg) repeat-x fixed;
	}
#bigcontainer
{ height:auto;
margin-left: auto;
margin-right: auto;
width: 800px;
margin-top:20px;
text-align: left;
}
#header {
	background-image:url(../../../images/v3base/IPweb3_13.jpg);
	background-repeat: repeat-x;
	width:800px;
	height:62px;
	min-height:62px;
	position:relative;
	top:0;
	left:0;
}
#photoline {
	width:800px;
	height:233px;
	min-height:233px;
	left:0;
	position:relative;
	background-color:#260001;
	background:url(../../../images/Corn_pattern.jpg) repeat-x bottom;
}

#main {
	width:800px;
	position:relative;
	padding:0;
	background-image:url(../../../images/test1/IPweb3_36.jpg);
	background-repeat:repeat-x;
	background-color:#f8e9de;
	height:auto;
	}
#content {
		width:750px;
	position:relative;
	padding-bottom:25px;
	margin-left:25px;
	margin-right:25px;
	padding-top:25px;
	height:auto;
	}
#rtcol {
	float:right;
	position:relative;
	border: 1px solid #660000;
	margin-left:25px;
	margin-top:35px;
	margin-bottom:35px;
	padding:15px;
	width:250px;
}
#gallery {position:relative;
			width:inherit;}

#gallery img  { margin:10px;
				}


img.tight{
	padding:0;
	margin:0;}
	
p,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
}	

h1 {
	font-size: 24px;
	color: #660000;
	margin-bottom:25px;

}
/*white text forfront page box*/
h2 { 
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	}	

h3 {
	font-size: 18px;
	color: #6d491d;
	margin-bottom:25px;
	font-weight:bold;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	margin-bottom:15px;
}

/*calendar date*/
h5 {font-size:14px;
	font-weight:bold;
	text-shadow:#333333;
	color:#660000;}

/*calendar item subhead */
h6{	font-weight: bold;
	color:#6d491d;
	font-size: 12px;
	font-style: normal;
}


p {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#131313;
	margin-bottom: 15px;

	}
ul {margin-bottom:0; padding-bottom:0;}

li {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#131313;
	margin-bottom:5px;}
a {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #669933;
}

label {
	font-weight: bold;
	color:#6d491d;
	}

/* shadows */

#shadow-container {
	width:804px;
    margin-right: 3px;
    margin-bottom: 3px;

}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
	height: inherit;

}

    #shadow-container .shadow1 {
        background: #001500;
    }

    #shadow-container .shadow2 {
        background: #001500;
    }
#shadow-container .shadow3 { background: #001500;}

    #shadow-container .container {
        background: #ffffff;
       border: 2px solid #dcc16e;
    }
	
#greenbox{ 
float:right; padding:20px; background:url(../../../images/box2.gif) no-repeat; width:230px; height:230px;}

#homeleft{width:420px; float:left; margin-right:30px; margin-left:10px;}



