/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0px;
	padding: 0px;
	background-color:#F1F2B8;
}
h1 {
	margin-top: 34px;
	margin-bottom: 0px;
	margin-left: 26px;
	height: 56px;
	font-size: 11px;
	font-weight: normal;
}
#masterright  h2 {
	font-size: 12px;
	font-weight: bold;
	color: #737634;
	border: #C7CB88 0px solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #76754B;
	margin-bottom: 10px;
}
h4 {
	font-size: 13px;
	margin: 0px;
}
/***********************************************/
/* Layout containers - Divs and tables         */
/***********************************************/

#wrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666633;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#masterright {
	background-color: #FAFADE;
	background-image: url(layout/spacer_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 50px;
	width: 637px;
}
#masterleft {
	width: 163px;
	background-color: #D7DF78;
	background-image: url(layout/spacer_left.gif);
	background-repeat: repeat-y;
	background-position: left;	
	padding-bottom: 50px;
}
#crest {
	position:absolute;
	width:745px;
	height:95px;
	z-index:10;
	margin-top: 24px;
	margin-left: 55px;
	text-align: left;
	overflow: visible;
	visibility: visible;
}
#masterbottom {
	background-color: #F1F2B8;
	background-image: url(layout/spacer_bottom.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 16px;
	text-align: right;
}

/***********************************************/
/* content styles                                */
/***********************************************/

#title {
	margin-top: 26px;
	margin-left: 26px;
	height: 47px;
}
#content {
	width: 580px;
	margin-top: 0px;
	margin-left: 26px;
}
#content td.left {
	padding: 0px;
	width: 384px;
	margin-left: 30px;
}
#content td.lefthome {
	padding: 0px;
	width: 315px;
}
#content td.right {
	width: 215px;
	padding-left: 17px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
}
#content td.righthome {
	padding: 0px;
	width: 284px;
	padding-left: 27px;
}
#content .lefthome p {
	margin: 0px;
	margin-bottom: 20px;
}
#masterbottom a {
	font-size: 10px;
	color: #969630;
	text-decoration: none;
	margin-right: 8px;
}
#masterbottom a:hover {
	color: #FFFFFF;
}
h1 a {
	color: #333333;
}
h1 a:hover {
	font-weight: bold;
}
#content a {
	color:#666633;
}
#content a:hover {
	color:#FF9900;
}

#joingusto {
	background-image: url(layout/spacer_form.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pagenumbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C7D13D;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
	width: 550px;
}
.pagenumbers a {
	color:#FDC96F;
}
.pagenumbers a:hover {
	color: #FF6600;
}
.count {
	margin-left: 50px;

}
.count img {
	margin-right: 15px;
}
.commentBordered {
	color: #B7669E;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border: 1px solid #B7669E;
	font-weight: bold;
	background-color: #EBEEB0;
}

.textPanel {
	padding: 3px;
	border: #123456 1px solid;
	border-top-color: #F5F7D2;
	border-right-color: #ECEEA2;
	border-bottom-color: #ECEEA2;
	border-left-color: #F5F7D2;
	background-color: #F3F4C6;
}
.nomargin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
