body					{
	margin: 0;	
	background: url("/img/bg.png") repeat top left;
	font-family: Arial,san-serif;
}

#container 				{
	width: 1000px;
	height: 1420px;	
	position: relative;
	margin: 0px auto 30px auto;		
}

img					{
	border: none;
}

table					{
	border-collapse: collapse;
}

#header					{
	background: url("/img/hand.png") no-repeat center left;
	padding-left: 230px;
}

#header h1				{
	font-size: 18px;
	color: #C00;
	padding-left: 20px;
}

#top					{
	top: 0px;
	position: absolute;
	width: 100%;
	height: 25px;
	color: #FFF;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	background: url("/img/top.png") repeat-x top left;
}

#top a					{
	color: #6F6;
	text-decoration: underline;
}

#top a:hover				{
	color: #CFC;
}

#centertbl				{
	top: 40px;
	width: 100%;
	position: absolute;
}

#centertbl td				{
	padding-top: 5px;
	padding-bottom: 5px;
}

#centertbl h2, #centertbl p		{
	padding: 0px 20px 0px 20px;
}

#centertbl p				{
	font-size: 14px;
	color: #333;
}

#centertbl h2				{
	font-size: 16px;
	display: block;
	color: #55546f;
}

.reviewtbl				{
	height: 155px;
	background: url("/img/reviewbg.png") no-repeat center left;
}

#review					{
	height: 105px;
	padding-left: 100px;
	background: url("/img/review.png") no-repeat center left;
}

#footer					{
	height: 36px;
	text-align: center;
	background: url("/img/footer.png") no-repeat center left;	
}

#footer ul		 		{
	margin: 0;
	text-align: center;
}

#footer	li 				{
	list-style: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	border-right: 1px dotted #FF6;
}

#footer li a 				{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#footer li a:hover			{
	color: #6F6;
	text-decoration: underline;
}

