body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #dbdbdb;
	padding: 5px 0px 0px 0px;

}

#site {
	width: 650px;
}

#main {
	width: 648px;
	border: solid 1px #000;
	border-top:none;
	background-color: #FFFFFF;
}

#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	border-bottom: solid 1px #c2c2c2;
	width: 565px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}
#navigation a {
	text-decoration: none;
	border: 0px;
	color: #000000;
}
#navigation img {
	vertical-align: text-top;
	margin-left: 10px;
	border: 0px;
}



#indexcontent {
	width: 565px;
	height: 650px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

#indexcontent img {
	border: solid 1px #000000;
}

#indexcontent a {
	color: #000000;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 30px;
	width: 565px;
	padding-top: 10px;
	border-top: solid 1px #c2c2c2;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

#content {
	width: 565px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;

}

#content a {
	color: #5c832f;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: normal;

}
.text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
#indexmain {
	width: 648px;
	border: solid 1px #000;
	border-top:none;
	background-color: #FFFFFF;
	background-image: url(images/mainbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.notice {
	background-color:#FF9;
	border: solid 1px #333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	text-align:left;
	margin-bottom:15px;
}

.black {
	background-color:#000;
	color:#FFF;
	font-size:14px;
}

	.black b {
		color: #FF3;
		font-weight:bold;
		font-size:16px;
	}

	.black i {
		color:#F90;	
	}

	.blackIndent {
		margin: 0px 15px 15px 15px;	
	}