/* CSS Document */

/*\*//*/
#content {
	margin-bottom: 200px;
}
/**/

#content img {
	display: block;
	background-image: url(images/system_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

#content h2 img {
	background-image: none;
	margin-bottom: 0px;
}

#content .ex {
	width: 165px;
	float: left;
	margin-right: 30px;
}

#content .in {
	width: 165px;
	float: left;
	margin-right: 30px;
}

#content .sys {
	width: 165px;
	float: left;
}

#content ul {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	display: block;
	background-image: url(images/system_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 0.95em !important;
	font-size: 1em;
}

#content ul img {
	background-image: none;
	margin-bottom: 0px;
}

#content li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	line-height: 110%;
}

#content .annotation {
	color: #CC6600;
/*	color: #663300; summer */
	width: 500px;
	clear: both;
}


