/* CSS Document */

#leftArea {
	float:left;
	width:350px;
	height:442px;
	border-bottom:#DDDDDD dotted 1px;
}

#rightTopArea {
	float:left;
	width:448px;
	border-left:#DDDDDD dotted 1px;
	border-bottom:#DDDDDD dotted 1px;
	height:80px;
}

#rightTopArea div.left{
	float:left;
	margin-left:4px;
	width:243px;
}

#rightTopArea div.right{
	float:right;
	margin-right:2px;
	width:193px;
}

#centerArea {
	float:left;
	width:250px;
	border-left:#DDDDDD dotted 1px;
	border-bottom:#DDDDDD dotted 1px;
}

#rightArea {
	float:left;
	width:197px;
	border-left:#DDDDDD dotted 1px;
	border-bottom:#DDDDDD dotted 1px;
	height:362px;
}

#centerBox1 {
	border-bottom:#DDDDDD dotted 1px;
	height:180px;
}

#centerBox2 {
	height:180px;
}



