/* CSS Document */
#catalogBase{
	overflow:hidden;
	width:800px;
	height:auto;
	margin:0px auto 0px auto;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
	background-image:url(../img/flower.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
/**********************************************************/


#titleBar{
	width:600px;
	height:30px;
	margin:0px 0px 0px 30px;
	padding:42px 0px 0px 0px;
	border-bottom:#999999 solid 1px;
}
#title{
	width:255px;
	height:30px;
	margin:0px 0px 0px 0px;
	float:left;
}

.subMenu{
	height:15px;
	margin:10px 0px 5px 20px;
	float:left;
}
	
#mainImage{
	width:600px;
	margin:0px 0px 0px 30px;
}

#subTitle{
	height:15px;
	padding:0px 505px 0px 20px;
	margin:30px 0px 0px 30px;
	border-bottom:#999999 solid 1px;
}

#formBox{
	width:500px;
	margin:10px auto 0px auto;
	font-size:12px;
	line-height:160%;
	letter-spacing:1pt;
}

