@charset "UTF-8";



/*----------------------------------------------------------------------------------------------------
	ID & Class
----------------------------------------------------------------------------------------------------*/



#function {
	margin-bottom: 11px;
}



/* Override template.css - .colum */
.colum {
	width: 743px;
	margin-bottom: 8px;
}



#topics {
	float: left;
	width: 540px;
	background: url("../../img/t_bg.gif") repeat-y;
}

#topics h2 {
	display: none;
}

#topics .container {
	overflow: hidden;
	width: 540px;
	height: 214px;
	margin: 0;
}

#topics dl {
	position: relative;
	width: 490px;
	margin: 0.75em 25px;
}

#topics dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	
	color: #FF7916;
	font-size: 0.75em;
	line-height: 1.5em;
}

#topics dd {
	width: 400px;
	margin: 0 0 0 85px;
	
	font-size: 0.75em;
	line-height: 1.5em;
}

#topics .head {
	height: 51px;
	background: url("../../img/t_head.gif") no-repeat;
}

#topics .foot {
	height: 10px;
	background: url("../../img/t_foot.gif") no-repeat;
}



#side {
	float: right;
	width: 203px;
}

#side ul {
	margin: 25px 0 0 24px;
}

#side li {
	margin-bottom: 6px;
}

/*	for Win IE6	*/
* html #side li {
	margin-bottom: 4px;
}



#introduction {
	width: 743px;
	background: url("../../img/i_bg.gif") repeat-y;
}

#introduction p {
	margin: 28px 36px;
	
	color: #5EACF5;
	font-size: 0.75em;
	line-height: 1.5em;
}

#introduction .head {
	height: 10px;
	background: url("../../img/i_head.gif") no-repeat;
}

#introduction .foot {
	height: 10px;
	background: url("../../img/i_foot.gif") no-repeat;
}
