body {
	color: #000000;
	background-image:url("_img/background.png");
	background-repeat:repeat;
	font-size:12px;
	font-family:verdana,arial,helvetica,sans-serif;
	margin:0px;
}

/* GENERAL */

.clear { 
	height:0px; 
	clear:both; 
}

/* LINK ATTRIBUTES */

a:link, a:visited {
	color : #9b800f;
	text-decoration : none;
}

a:hover {
	color : #527b04;
	text-decoration : none;
}

a.bold {
	color : #9b800f;
	text-decoration : none;
	font-weight: bold;
}

a.two:link, a.two:visited {
	color : #b2b2b2;
}

a.two:hover {
	color : #c9c9c9;
}

/* HEADERS AND TITLES */

b.header {
	 font-size:16px; 
	 font-weight:bold; 
	 color : #336600;
	 text-align: right;
	 }
	 
b.header2 {
	 font-size:14px; 
	 font-weight:bold; 
	 color : #336600;
	 text-align: right;
	 }

b.header3 {
	 font-size:16px; 
	 font-weight:bold; 
	 color : #FFFFFF;
	 text-align: right;
	 }

li {
	list-style-type: square;
}

/* IMAGES AND LOGOS */

#logoMain {
	width: 212px;
	height: 161px;
	background-image:url("_img/logo_left.png");
	background-repeat:no-repeat;
	margin: 0px;
}

#logoTop {
	width: 578px;
	height: 77px;
	background-image:url("_img/logo_top.png");
	background-repeat:no-repeat;
	margin: 0px;
}

/* CONTENT PLACEMENT */

#contentBase {
	width: 795px;
	float: left;
	background-color: #FFFFFF;
	background-image:url("_img/line.png"); 
	background-repeat:repeat-y; 
	margin: 0px;
}

#leftContent {
	width: 210px;
	float: left;
	margin: 0px;
	background-color: transparent;
}

#rightContent {
	width: 580px;
	float: left;
	margin: 0px;
}

#infoBox {
	width: 726px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	padding: 8px;
}

#infoBoxHeader {
	width: 724px;
	padding: 9px;
	background-image:url("_img/grad_info.png");
	background-repeat:repeat-y;
	font-family: Arial,Helvetica,Arial,serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	text-align: right;
}

div.leftBox {
	width: 179px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	text-align: right;
	overflow: auto;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	float: left;
	font-size: 12px;
	margin: 0px;
}

div.leftBoxHeader {
	width: 176px;
	text-align: right;
	padding-right: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image:url("_img/grad_left.png");
	background-repeat:repeat-y;
	font-family: Arial,Helvetica,Arial,serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin: 0px;
}

div.item {
	width: 522px;
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: solid;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
}

div.itemHeader {
	width: 522px;
	padding: 10px;
	background-image:url("_img/grad_item.png");
	background-repeat:repeat-y;
	font-size: 14px;
	font-weight: bold;
	color: #6C8381;
	float: left;
	text-align: right;
}

div.featuredItem {
	width: 522px;
	border-width: 1px;
	border-color: #c0ad81;
	border-style: solid;
	overflow: auto;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
}

div.featuredItemHeader {
	width: 522px;
	padding: 10px;
	background-image:url("_img/grad_featitem.png");
	background-repeat:repeat-y;
	font-size: 14px;
	font-weight: bold;
	color: #705E42;
	float: left;
	text-align: right;
}

div.itemPics {
	width: 200px;
	float: left;
}

div.knitters {
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-color: #C7D7C5;
	border-bottom-style: dashed;
	float: right;
	padding: 8px;
}

div.donations {
	width: 558px;
	border-width: 1px;
	border-color: #d8d8d8;
	border-style: solid;
	overflow: auto;
	padding: 5px;
	background-color: #FFFFFF;
	float: right;
}

div.donationAmount {
	width: 50px;
	float: right;
}
                                   