/* main (sub)template */

.cSubMain {
	padding: 15px 0px;
}

.cInner {
	background: url('../res/bg-main2.gif') repeat-y 2px 0px;
	width: 1000px;
	overflow: auto;
	height: 625px;
}

.cLeft {
	float: left;
	width: 160px;
	padding-left: 25px;
}

.cMainCol {
	width: 600px;
	float: left;
}

.cTitle {
	background-color: black;
	width: 505px;
	margin-right: 30px;
	padding-bottom: 10px;
}

.cMainContent {
	width: 540px;
	padding: 15px 30px 0px 30px;
}

.cRight {
	float: left;
	width: 140px;
	padding: 0px 0px 0px 30px;
}

.cRight .level2 {
	margin-left: -10px;
}

.cRight .level2 .level2 {
	margin-left: 0px;
}