*{
	margin:0;
	padding:0;
}

#wrapper{
	border:1px solid #000000;
	width:900px;
	margin:0 auto 0 auto;
}

#leftColumn{
	width:440px;
	float:left;
	margin:0 0 0 10px;
	padding:0 5px 0 0;
	background:url(./images/bgline.gif)  repeat-y right;
}

#rightColumn{
	width:440px;
		_width:430px;
	float:right;
	/*background:url(./images/bg.gif) no-repeat bottom right;*/
}

.box{
	display:block;
	width:412px;
	margin:0 auto 0 auto;
}

.boxCont{
	width:410px;
	height:auto;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	border-left:1px solid #dea6c9;
	border-right:1px solid #dea6c9;
}

.list{
	font-size:14px;
	list-style-type:none;
	line-height:160%;
	padding:0 0 0 20px;
}

.p1{
	font-size:14px;
	padding:0 0 0 0px;
	line-height:160%;
}