/* CSS Document */

body {
	padding: 20px;
	text-align: center;
	color:#666666;
	background-color: #f2f2f2;
	min-width:760px;
	font-size: small;
	font-family: "trebuchet ms", "times new roman", times, serif;
	
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/* LEFT AND RIGHT DIV CLASSES FOR REPEATING LEFT AND RIGHT COLUMNS ############################### */

.left{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 532px;
}

.right{
	float: right;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* WHEN THE LEFT AND RIGHT DIVS CONTAIN AN IMAGE */
.left img{
	text-align: left;
}

.right img{
	text-align: right;
}

/* GENERIC CLEAR FLOATS */
.divclear{
	clear: both;
}

/* WHITE WRAPPER BOX FOR THE WHOLE SITE ############################### */
#whitewrapper{
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 760px;
	background-color: #ffffff;
	color: #666666;
}

/* HEADER FOR THE WHOLE SITE ############################### */
#header{
	padding: 40px 10px 11px 10px;
	margin: 0px;
	text-align: right;
	background-image:url(../assets/stonehill_farm_logo_740.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/* box model hack start */
#header {
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 740px;
}
html>body #header {
  width:740px;
}
/* box model hack end */

/* IMAGES ON THE HOMEPAGE ############################### */
#homeimages{
	width: 760px;
	padding: 0px;
	margin: 0px;
	background-image:url(../assets/bg_rpt.gif);
	background-repeat:repeat-y;
}

/* WRAPPER FOR LEFT AND RIGHT CONTENT ON THE HOMEPAGE ############################### */
#homewrapper{
	padding: 5px 10px 15px 10px;
	margin: 0px;
	background-image:url(../assets/bg_rpt.gif);
	background-repeat:repeat-y;
}
/* box model hack start */
#homewrapper {
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 740px;
}
html>body #homewrapper {
  width:740px;
}
/* box model hack end */

#homewrapper .left{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 522px;
}

.homeright{
	float: right;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
/* box model hack start */
.homeright {
	width: 203px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 193px;
}
html>body .homeright {
  width:193px;
}
/* box model hack end */

/* NAVIGATION AND IMAGES ON THE MAIN SITE ############################### */
#topnav{
	width: 760px;
	padding: 0px;
	margin: 0px;
	background-image:url(../assets/site_bg_rpt1.gif);
	background-repeat:repeat-y;
}

#topnav .left{
	width: 170px;
}

#topnav .right{
	width: 585px;
	background-color:#ffffff;
}


/* WRAPPER FOR LEFT AND RIGHT CONTENT ON THE REST OF THE SITE ############################### */
#sitewrapper{
	padding: 5px 0px 15px 0px;
	margin: 0px;
	background-image:url(../assets/site_bg_rpt.gif);
	background-repeat:repeat-y;
}

#sitewrapper .left{
	padding: 0px 10px 10px 10px;
}
/* box model hack start */
#sitewrapper .left {
	width: 170px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 150px;
}
html>body #sitewrapper .left {
  width:150px;
}
/* box model hack end */

#sitewrapper .right{
	padding: 0px 10px 10px 10px;
}
/* box model hack start */
#sitewrapper .right {
	width: 585px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 565px;
}
html>body #sitewrapper .right {
  width:565px;
}
/* box model hack end */

#sitewrapper .left ul{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

#sitewrapper .left li{
	line-height: 2em;
}

#sitewrapper .right ul{
	padding-left: 15px;
	margin: 0px;
}

#sitewrapper .right li{
	padding: 0px;
	margin: 0px;
}

#poem {
	float: left;
	padding-left: 20px;
	margin-top: 12px;
}
/* box model hack start */
#poem {
	width: 286px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 266px;
}
html>body #poem {
  width:266px;
}
/* box model hack end */

#announcement {
	background-color:#F1F2EA;
	float: right;
	text-align:center;
	padding: 10px;
	margin-top: 12px;
	border: 1px dotted #808000;
}
/* box model hack start */
#announcement {
	width: 236px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	width: 214px;
}
html>body #announcement {
  width:214px;
}
/* box model hack end */

#projects{
	margin-top: 20px;
	border-top: 1px dotted #CCCCCC;
}

#projects h2{
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}


/* FOOTER DIV ############################### */
#footer{
	padding: 5px 10px 15px 10px;
	font-size: 85%;
	color: #808000;
	background-color: #ffffff;
}

.entryphoto{
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;
}