body {
	margin: 30px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 880px;
	margin: 0 auto;
}

#topLine {
	background: url(img/cic-linetop.png) no-repeat 50% 17px;
	height: 50px;
}

#topLine p {
	border-bottom: 1px solid #ccc;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	}

	#topLine p.tag {
		font-size: 11px;
		border-bottom: none;
		font-weight: normal;
	} 
	
#topLine p img {
	padding-bottom: 2px;
}	
	
#nav {
	width: 222px;
	float: left;
	padding-bottom: 80px;
}

#nav div#logoBuild {
	margin: 0;
	padding: 0 0 0 21px;
	height: 74px;
	width: 222px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(img/cic-navLine.png) repeat-y 108px 0;
}

#nav ul li a {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, sans-serif;
	color: #000;
	padding: 2px 5px 2px 0;
	display: block;
	width: 95px;
	text-align: right;
}

#nav ul li a:hover {
	background-color: #f00;
	color: #fff;
}

#nav ul li a.r {
	margin-left: 120px;
	text-align: left;
	padding-left: 5px;
}

#nav ul li a.r:hover {
	background-color: #f00;
	color: #fff;
}

#cont {
	width: 638px;
	*width: 608px;
	float: left;
}

#cont div.cont {
	padding: 10px 10px 10px 40px;
	font-size: 12px;
}

img.imgRight {
	 float: right;
 	 padding: 0 0 10px 10px;
}

img.imgLeft {
	 float: left;
	 padding: 0 10px 10px 0;
}

#cont div.cont h1 {
	margin: 0;	
	padding: 0 0 10px 20px;
	font-size: 18px;
	color: #f00;
}

#cont div.cont h1.noPad {
	padding: 0 0 10px 0;	
}

#cont div#idxImg {
	width: 325px;
	float: left;
}

#cont div#idxImg p {
	margin: 0;
	padding: 0;
}

#cont div#idxText {
	width: 250px;
	*width: 230px;
	float: left;
	padding-top: 100px;
}

#cont div#idxText p {
	font-size: 14px;
}


#cont div#txt {
	width: 250px;
	*width: 230px;
	float: left;
}

#cont div#txt p {
	padding-left: 20px;
}

#botLine {
	clear: left;
	background: url(img/cic-linebot.png) no-repeat 50% 35px;
	height: 50px;
}

#topLine p, #botLine p {
	width: 880px;
	margin: 0 auto;
}

#botLine p.wbenc {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

#botLine p.ftr {
	border-bottom: none;
	font-size: 10px;
	color: #666;	
}

#botLine p.ftr a {
color: #666;
text-decoration: none;
}

#botLine p.ftr a:hover {
	text-decoration: underline;
}

#manu {
	height: 300px;
	overflow: auto;
}

#manu table {
	border-spacing: 1px;
}

#manu table td {
	font-weight: bold;
	background-color: #f1f1f1;
}

#manu table td.txt {
	padding-left: 10px;
}

#manu table td img {
	border: 1px solid #f1f1f1;
}



