/* CSS Document */

body, div, a, p, table, th, td, br, ul, li
{
	margin:0px;
	padding:0px;
}

body
{
	text-align:center;
	font-family:"Verdana", sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333;
}

p
{
	margin:10px 0px;
}

li
{
	list-type:none;
}

table th
{
	text-align:left;
	width:80px;
}

table th, td
{
	vertical-align:top;
	padding:5px 0px;	
}

table.product td
{
	padding:0px 20px 8px 0px;
	width:210px;
}

table.product td.caption
{
	text-align:center;
}

table.product img
{
	border: 1px solid #fff;
}

#wrap
{
	margin:0px auto;
	width:800px;
	background-color:#fff;
/*	border: 1px solid #000;*/
}

#curvePanel
{
	width:71px;
	height:1150px;
	float:left;
	background-image: url("../images/curveLong.jpg");
/*	border: thin dotted #000;*/
}

#curvePanel.short
{
	height:950px;
	background-image: url("../images/curve.jpg");
}

#rightPanel
{
	width:689px;
	float:left;
	text-align:left;
/*	border: thin dotted #000;*/
}

#logoPanel
{
	width:689px;
	height:78px;
	background-image: url("../images/logoBanner.jpg");
}

#naviPanel
{
	width:689px;
	height:35px;
}

#bannerPanel
{
	width:689px;
	height:257px;
	background-image: url("../images/banner.jpg");
}

#contentPanel
{
	width:679px;
	height:631px; */
	text-align:left;
}

#contentPanel.short
{
	height:430px;
}

#footerTopPanel
{
	width:689px;
	height:75px;
	background-image: url("../images/footerTop.jpg");
}

#footerBotPanel
{
	width:679px;
	height:75px;
	font-size:90%;
	text-align:right;
	background-image: url("../images/footerBottom.jpg");
}
