* {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}
body	{
	font-family: Tahoma;
	font-size: 12px;
	color: #b6b6b6;
	background: #ff7c00;
}
#wrap	{
	margin: 0 auto;
}
#header	{
	height: 137px;
	background: url(images/header_bg.gif) repeat-x left top;
}
#header h1	{
	width: 357px;
	height: 72px;
	display: block;
	margin: 0 auto;
	padding-top: 34px;
    color: #EEEEEE;
}
#body	{
	min-height: 634px;
	padding-top: 18px;
	background: #f2f2f2;
}
#box	{
	width: 515px;
	margin: 0 auto;
	min-height: 819px;
	position: relative;
	padding-left: 27px;
	padding-right: 29px;
	background: url(images/box_bg.gif) repeat-y left top;
}
#box span.top_shadow	{
	left: 0;
	top: 0;
	height: 10px;
	width: 571px;
	display: block;
	position: absolute;
	background: url(images/box_top.gif) no-repeat left top;
}
#box span.bottom_shadow	{
	left: 0;
	bottom: 0;
	height: 10px;
	width: 571px;
	display: block;
	position: absolute;
	background: url(images/box_bottom.gif) no-repeat left bottom;
}
#box p.search	{
	height: 47px;
	padding-top: 14px;
}
#address_box {
	float: left;
	height: 24px;
	width: 409px;
	color: #c0c0c0;
	padding-top: 7px;
	padding-left: 10px;
	border: 1px solid #f1f1f1;
	background: url(images/text_box_bg.gif) repeat-x left center;
}
#browse	{
	float: left;
	width: 80px;
	height: 33px;
	display: block;
	margin-left: 14px;
	background: url(images/button_browse.gif) no-repeat left top;
}
#box ul	{
	float: left;
	height: 113px;
}
#box ul li	{
	margin: 2px 0;
	color: #ff7d00;
	font-size: 13px;
	list-style: none;
	font-weight: bold;
	vertical-align: middle;
}
#box ul.list1	{
	width: 130px;
}
#box ul.list2	{
	width: 33px;
	margin-top: -2px;
}
#box ul.list3	{
	width: 300px;
}
#box p.welcome	{
	clear: both;
	color: #b6b6b6;
	font-size: 12px;
	min-height: 145px;
}
#box p.welcome span	{
	height: 8px;
	display: block;
	color: #ff6900;
	font-size: 14px;
	font-weight: bold;
}
#footer	{

	padding-top: 29px;
	background: url(images/footer_bg.gif) repeat-x left top;
}
#footer p	{
	width: 400px;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}
#footer span	{
	font-weight: bold;
}
#footer a	{
	color: #FFFFFF;
	text-decoration: underline;
}