body					{
	margin: 0;	
	background: url("/img/bg.png") repeat top left;

}

#container 				{
	width: 1000px;
	height: 1420px;	
	position: relative;
	margin: 0px auto 30px auto;		
	font-family: Arial, Helvetica, sans-serif;
}

img					{
	border: none;
}

table					{
	border-collapse: collapse;
}

#centertbl				{
	top: 128px;
	width: 100%;
	position: absolute;
	color: #FFF;
}

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

#centertbl h2, #centertbl p		{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

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

.reviewtbl				{
	width: 100%;
	height: 155px;
	background: url("/img/reviewbg.png") no-repeat top left;
	border-bottom: 1px solid #CCC;
}

#header					{
	top: 0px;
	width: 1000px;
	height: 125px;
	position: absolute;
	color: #FFF;
	font-size: 20px;
	background: url("/img/header.png") no-repeat top left;
	padding-top: 3px;
	padding-left: 230px;
}

#header h1				{
	display: inline;
	font-size: 20px;
	color: #FFC;
}

#description				{
	top: 33px;
	width: 770px;
	color: #f0f0f0;
	font-size: 12px;
	position: absolute;
	margin-left: 230px;
}

#menu					{
	top: 98px;
	width: 1000px;
	height: 25px;
	position: absolute;
}

#menu ul		 		{
	margin: 0;
	padding: 0;
	padding-left: 230px;
}

#menu	li 				{
	font-weight: bold;
	font-size: 15px;
	list-style: none;
	display: inline;
}

#menu li, #menu li a			{
	vertical-align: top;
}

#bpd					{
	color: #FFF;
}

#nhl					{
	padding-left: 5px;
	padding-right: 10px;
}

#nhl, #nhl a				{
	color: #0F0;
	text-decoration: none;
}

#nhl a:hover				{
	color: #9F9;
	text-decoration: underline;
}

#bok, #bok a				{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#bok					{
	padding-left: 15px;
	border-left: 1px dotted #CCC;
}

#bok a:hover				{
	color: #FF9;
	text-decoration: underline;
}

.highlight				{
	color: #FFC;
}

#review					{
	top: 1280px;
	width: 880px;
	height: 80px;
	color: #FFF;
	font-size: 12px;
	padding: 7px 20px 5px 100px;
	position: absolute;
	background: url("/img/review.png") no-repeat top left;
}

#footer					{
	top: 1370px;
	width: 1000px;
	height: 55px;
	position: absolute;
	text-align: center;
	background: url("/img/footer.png") no-repeat top left;	
}

#footer ul		 		{
	margin: 0;
	padding-top: 8px;
	text-align: center;
}

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

#footer li a 				{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}

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

#footer span				{
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
}

