/* CSS Document */

#contentwrapper {
	padding: 20px 8px 15px 20px;
	width: 890px;
	height: 100%;
}

#maincontent {
	padding: 0px 10px 0px 0px;
	width: 563px;
	float: left;
}

.smallbox {
	padding: 0px;
	width: 272px;
	background: url('../images/bottom_small.gif') no-repeat bottom left;
}
.head {
	height: 7px;
	margin: 0px;
	padding: 0px;
/*	line-height: 1px; */
	font-size: 1px;
}

.smallbox div.head {
	width: 272px;
	background: url('../images/top_small.gif') no-repeat top;
}

.content {
	margin: 0px 0 7px 0;
	border-left: 1px solid #2c3c1f;
	border-right: 1px solid #2c3c1f; 
	padding: 10px 10px 6px 10px;
/* 	background: url('../images/side_border_small.gif') repeat-y top left; */
}

.smallbox .content {
	height: 230px;
	overflow: auto;
}

.largebox {
	padding: 0px;
	clear: both;
	float: left;
	width: 563px;
	margin-top: 15px;
	background: url('../images/bottom_large.gif') no-repeat bottom left;
}

.largebox div.head {
	width: 563px;
	background: url('../images/top_large.gif') no-repeat top;
}

.left {
	float: left;
}

.right {
	float: right;
}

#rightcontent {
	padding: 0px 0px 0px 19px;
	width: 298px;
	float: left;
}

img.right {
	margin: 5px 0 10px 5px;
}

.largebox img {
	float: left;
	margin: 5px 10px 5px 5px;
	padding-bottom: 15px;
}

#maincontent h1 {
	font-size: 1.05em;
	margin: 2px 0 2px 0;
}

#maincontent h2 {
	font-size: 0.95em;
	margin: 2px 0 2px 0;
}

.greenbox {
	padding: 0px;
	width: 298px;
}

.greenbox div.head {
	width: 298px;
	background: url('../images/top_green_right.gif') no-repeat top;
}

.greenbox .content {
	background: #a4b652;
	margin: 0px;
}

.greenbox div.bottom {
	background: url('../images/bottom_green_right.gif') no-repeat bottom;
	height: 7px;
	margin: 0px;
	padding: 0px;
/*	line-height: 1px; */
	font-size: 7px;
}

.greenbox h1 {
	font-size: 1.4em;
}

#rightcontent div.box {
	padding: 0px;
	margin-top: 15px;
}

.box div.head {
	width: 298px;
	background: url('../images/top_box_right.gif') no-repeat top;
}
.box div.bottom {
	background: url('../images/bottom_box_right.gif') no-repeat bottom;
	height: 7px;
	margin: 0px;
	padding: 0px;
/*	line-height: 1px; */
	font-size: 7px;
}

.box div.content {
	margin: 0px;
}

.box h1 {
	font-size: 1.05em; 
	margin: 2px 0 10px 0;
}

.box h2 {
	font-size: 0.95em; 
	margin: 2px 0 2px 0;
}

.more-link {
	color: #666;
	float: left;
	font-size: 0.7em;
	font-style: italic;
	margin-bottom: 10px;
}

.date {
	color: #666;
	float: right;
	font-size: 0.7em;
	font-style: italic;
}
