/* Choice Camps */
/* Master CSS */

/* MANDATORY TAGS */
html {
}

body {
background: transparent url(../image/general/bg.gif);
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #666666;
}

/* ANCHOR TAGS */
a {
text-decoration: none;
}

a:link {
color: #0A84C1;
}

a:hover {
}

a:visited {
color: #0A84C1;
}

a:active {
}

/* HEAD TAGS */
h1 {
margin: 0px;
padding: 0px;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #F15B10; /* Orange */
}

	h1.green {
	color:#61B634;
	}

	h1.blue {
	color: #0A84C1;
	}
	
	h1.grey {
	color: #666666;
	}
	
	h1.white {
	color: #FFFFFF;
	}

h2 {
margin: 0px;
padding: 0px;
font-size: 16px;
line-height: 16px;
font-weight: bold;
color: #FFFFFF; /* White */
}
	h2.orange {
	color: #F15B10;
	}

	h2.green {
	color:#61B634;
	}

	h2.blue {
	color: #0A84C1;
	}
	
	h2.grey {
	color: #666666;
	}

h3 {
margin: 0px;
padding: 0px;
font-size: 15px;
line-height: 15px;
font-weight: bold;
color: #F15B10; /* Orange */
}

	h3.white {
	color: #FFFFFF;
	}
	
	h3.green, h3.green a {
	color:#61B634;
	}

	h3.blue {
	color: #0A84C1;
	}
	
	h3.grey {
	color: #666666;
	}

h4 {
margin: 0px;
padding: 0px;
font-size: 13px;
line-height: 13px;
font-weight: bold;
color: #0A84C1; /* Blue */
}

	h4.orange {
	color: #F15B10;
	}

	h4.light-orange {
	color: #F59000;
	}

	h4.grey {
	color: #666666;
	clear: both;
	}

	h4.lgrey {
	color: #A4A4A4;
	clear: both;
	}

h5 {
margin: 0px;
padding: 0px;
font-size: 11px;
line-height: 11px;
font-weight: bold;
color: #666666; /* Grey */
}

	h5.blue {
	color: #0A84C1;
	}

/* TEXT TAGS */
p {
margin: 0px 0px 12px 0px;
padding: 0px;
text-align: left;
}

/* IMAGE TAGS */
img {
margin: 0px;
padding: 0px;
border: none;
}

/* STRUCTURE TAGS */
div {
margin: 0px;
padding: 0px;
}

.clear {
clear: both;
}

.clear-r {
clear: right;
}

.clear-l {
clear: left;
}

.hidden {
display: none;
}

.shown {
display: block;
}

/* LARGEST CONTAINER */
#container {
margin: 0px auto 0px auto;
width: 975px;
}

/* MAIN CONTENT CONTAINER */
#main-container {
}

/* HEADER */
#head-container {
padding: 20px 20px 0px 20px;
width: 935px;
height: 65px;
background: transparent url(../image/general/mcont-top.png) no-repeat;
overflow-x: hidden;
overflow-y: visible;
}
	
	#head-logo {
	float: left;
	display: inline;
	}
	
	#head-info {
	height: 61px;
	text-align: right;
	float: right;
	display: inline;
	overflow: hidden;
	}
	
		#head-nav {
		margin: 0px 0px 8px 0px;
		font-family: Arial;
		font-size: 11px;
		color: #C5C5C5;
		}
			
			#head-nav a {
			color: #04B7F9;
			}
		
		#head-expert {
		overflow: hidden;
		}
		
			#head-contact {
			margin: 0px auto 0px auto;
			padding: 0px;
			float: right;
			}
			
			#chat-live {
			margin: 0px auto 0px auto;
			padding: 0px 0px 0px 10px;
			float: right;
			}

/* MAIN NAVIGATION MENU */
#nav-container {
margin: 0px auto 0px auto;
padding: 10px 20px 0px 20px;
width: 975px;
height: 39px;
position: relative;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
}

#nav-container .select {
margin: 0;
padding: 0;
list-style: none;
}

#nav-container li {
display: inline;
margin: 0;
padding: 0;
height: auto;
}

#nav-container .select a {
display: block;
float: left;
height: 39px;
padding: 0px;
text-decoration: none;
font-size: 11px;
line-height: 11px;
white-space: nowrap;
border-right: 1px solid #fff;
color: #fff;
}

/* FOR IE */
* html #nav-container .select a {
width: 1px;
height: 21px;
}

#nav-container .select a:hover, 
#nav-container .select li:hover a {
cursor: pointer;
color: #ff0;
}

#nav-container .sub {
display: none;
background: url(../image/nav/nav-bg.png);
}

/* for IE5.5 and IE6 only */
#nav-container table {
position: absolute;
border-collapse: collapse;
left: 0;
top: 0;
}

#nav-container .current a {
color: #FFFFFF;
}


#nav-container .sub li a:hover, 
#nav-container .select a:hover .sub li a:hover, 
#nav-container .select li:hover .sub li a:hover {
color: #FFFFFF;
}

#nav-container .sub_active .current_sub a,
#nav-container .sub_active a:hover {
color: #FFFFFF;
}

#nav-container .select li a:hover .sub, 
#nav-container .select li:hover .sub {
display: block;
position: absolute;
width: 915px;
top: 49px;
left: 0;
background: #0599D1 url(../image/nav/nav-bg.png) no-repeat;
margin: 0px 20px;
padding: 10px;
z-index: 15;
color: #fff;
font-size: 11px;
}

#nav-container .sub,
#nav-container .sub_active {
margin: 0;
padding: 0px;
list-style: none;
}

#nav-container .sub_active {
display: block;
position: absolute;
width: 750px;
top: 20px;
left: 0;
background: #666;
margin-top: 0;
padding: 0;
z-index: 10;
}

/* FOR IE */
* html #nav-container .sub_active, * html #nav-container .select a:hover .sub {
z-index: -1;
margin-top: 0;
margin-top: 1px;
}

#nav-container .sub_active a {
height: 21px;
text-decoration: none;
line-height: 11px;
white-space: nowrap;
display: block;
float: left;
background: #666;
padding: 5px 10px 10px 10px;
margin: 0;
font-size: 11px;
white-space: nowrap;
border: 0;
color: #fff;
}

#nav-container .select a:hover .sub li a, 
#nav-container .select li:hover .sub li a {
display: block;
padding: 5px 0px;
margin: 0;
white-space: nowrap;
border: 0;
color: #fff;
font-size: 11px;
}

#nav-container .select a:hover .sub li span, 
#nav-container .select li:hover .sub li span {
display: block;
width: 25%;
float: left;
}

#nav-container .select a:hover .sub li span a, #nav-container .select li:hover .sub li span a {
height: auto;
}


	/* HOME */
	a#nav-home {
	width: 68px;
	background: transparent url(../image/nav/nav-home.gif) no-repeat;
	}
	
	#nav-container .select a#nav-home:hover,
	#nav-container .select li:hover a#nav-home {
	cursor: pointer;
	background: transparent url(../image/nav/nav-home-selected.gif) no-repeat;
	}
	
	/* TRADITIONAL */
	a#nav-trad {
	width: 141px;
	background: transparent url(../image/nav/nav-trad.gif) no-repeat;
	}
	
	#nav-container .select a#nav-trad:hover,
	#nav-container .select li:hover a#nav-trad {
	cursor: pointer;
	background: transparent url(../image/nav/nav-trad-selected.gif) no-repeat;
	}
	
	/* SPORTS */
	a#nav-sports {
	width: 112px;
	background: transparent url(../image/nav/nav-sports.gif) no-repeat;
	}
	
	#nav-container .select a#nav-sports:hover,
	#nav-container .select li:hover a#nav-sports {
	cursor: pointer;
	background: transparent url(../image/nav/nav-sports-selected.gif) no-repeat;
	}
	
	/* ARTS */
	a#nav-arts {
	width: 96px;
	background: transparent url(../image/nav/nav-arts.gif) no-repeat;
	}
	
	#nav-container .select a#nav-arts:hover,
	#nav-container .select li:hover a#nav-arts {
	cursor: pointer;
	background: transparent url(../image/nav/nav-arts-selected.gif) no-repeat;
	}
	
	/* ACADEMIC */
	a#nav-academic {
	width: 137px;
	background: transparent url(../image/nav/nav-academic.gif) no-repeat;
	}
	
	#nav-container .select a#nav-academic:hover,
	#nav-container .select li:hover a#nav-academic {
	cursor: pointer;
	background: transparent url(../image/nav/nav-academic-selected.gif) no-repeat;
	}
	
	/* SPECIAL NEEDS */
	a#nav-special {
	width: 164px;
	background: transparent url(../image/nav/nav-special.gif) no-repeat;
	}
	
	#nav-container .select a#nav-special:hover,
	#nav-container .select li:hover a#nav-special {
	cursor: pointer;
	background: transparent url(../image/nav/nav-special-selected.gif) no-repeat;
	}
	
	/* TEEN TRIPS */
	a#nav-teen {
	width: 89px;
	background: transparent url(../image/nav/nav-teen.gif) no-repeat;
	}
	
	#nav-container .select a#nav-teen:hover,
	#nav-container .select li:hover a#nav-teen {
	cursor: pointer;
	background: transparent url(../image/nav/nav-teen-selected.gif) no-repeat;
	}
	
	/* EXPERT ADVICE */
	a#nav-expert {
	width: 120px;
	background: transparent url(../image/nav/nav-expert.gif) no-repeat;
	}
	
	#nav-container .select a#nav-expert:hover,
	#nav-container .select li:hover a#nav-expert {
	cursor: pointer;
	background: transparent url(../image/nav/nav-expert-selected.gif) no-repeat;
	}
	
/* BANNER IMAGE */
#banner-container {
margin: 0px auto 0px auto;
padding: 0px 20px 0px 20px;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
overflow: hidden;
}

/* SEARCH BOX STYLES */
.search-box {
width: 450px;
}

	/* 450PX-WIDE SEARCH BOX */
	/* USES BLUE HEADER AND CYAN BACKGROUND */
	.bbox-450thead {
	padding: 10px 15px;
	width: 420px;
	height: 18px;
	background: transparent url(../image/box/bbox-450thead.png) no-repeat;
	}
	
	/* REPEATING BACKGROUND */
	.cbox-450mid {
	padding: 10px 10px 0px 10px;
	width: 430px;
	background: transparent url(../image/box/cbox-450mid.gif) repeat-y;
	}
	
	/* CLOSING IMAGE */
	.cbox-450tail {
	width: 450px;
	height: 8px;
	background: transparent url(../image/box/cbox-450tail.png) no-repeat;
	}

/* PAGE CONTENT */ 
#bars-container {
padding: 0px 20px;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
overflow: hidden;
}

#bars-container2 {
padding: 10px 0px 0px 0px;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
clear: both;
overflow: hidden;
}

#bars-container3 {
padding: 0px 20px;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
clear: both;
overflow: hidden;
}

#bars-container4 {
padding: 10px 20px 0px 20px;
background: transparent url(../image/general/mcont-mid.png) repeat-y;
overflow: hidden;
}

.box {
margin: 10px 0px 0px 0px;
}

.box-left {
margin: 10px 0px 0px 0px;
float: left;
}

.box-right {
margin: 10px 0px 0px 0px;
float: right;
}

	/* LEFT SECTION */
	#container410 {
	width: 410px;
	}

	#container665 {
	width: 665px;
	}

	/* RIGHT SECTION */
	#container515 {
	width: 515px;
	}

	#container250 {
	width: 250px;
	}

	/* 230PX-WIDE BOX */
		/* BLUE */			
			/* TINY HEADER */
			.bbox-230tinyhead {
			width: 230px;
			height: 8px;
			background: transparent url(../image/box/bbox-230tinyhead.png) no-repeat;
			}
		
			/* SMALL HEADER */
			.bbox-230shead {
			padding: 7px 15px;
			width: 200px;
			height: 16px;
			background: transparent url(../image/box/bbox-230shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.bbox-230mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/bbox-230mid.png) repeat-y;
			overflow: hidden;
			}
		
				.bbox-230mid h2 {
				margin: 0px 0px 10px 0px;
				}
			
			/* CLOSING IMAGE */
			.bbox-230tail {
			width: 230px;
			height: 8px;
			background: transparent url(../image/box/bbox-230tail.png) no-repeat;
			}

	/* 250PX-WIDE BOX */
		/* BLUE */			
			/* SMALL HEADER */
			.bbox-250shead {
			padding: 7px 15px;
			width: 220px;
			height: 16px;
			background: transparent url(../image/box/bbox-250shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.bbox-250mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/bbox-250mid.png) repeat-y;
			overflow: hidden;
			}
			
			/* CLOSING IMAGE */
			.bbox-250tail {
			width: 250px;
			height: 8px;
			background: transparent url(../image/box/bbox-250tail.png) no-repeat;
			}

	/* 410PX-WIDE BOX */
		/* BLUE AND CYAN */			
			/* TALL HEADER */
			.bbox-410thead {
			padding: 10px 15px;
			width: 380px;
			height: 18px;
			background: transparent url(../image/box/bbox-410thead.png) no-repeat;
			}
			
			/* SMALL HEADER */
			.bbox-410shead {
			padding: 7px 15px;
			width: 380px;
			height: 16px;
			background: transparent url(../image/box/bbox-410shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.bbox-410mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/bbox-410mid.gif) repeat-y;
			overflow: hidden;
			}
			
			.bbox-410mid p {
			font-size: 11px;
			}
			
			.cbox-410mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/cbox-410mid.gif) repeat-y;
			overflow: hidden;
			}

			.cbox-410mid p {
			font-size: 11px;
			}
			
			/* CLOSING IMAGE */
			.bbox-410tail {
			width: 410px;
			height: 8px;
			background: transparent url(../image/box/bbox-410tail.png) no-repeat;
			}

			.cbox-410tail {
			width: 410px;
			height: 8px;
			background: transparent url(../image/box/cbox-410tail.png) no-repeat;
			}
			
		/* ORANGE */			
			/* TALL HEADER */
			.obox-410thead {
			padding: 10px 15px;
			width: 380px;
			height: 18px;
			background: transparent url(../image/box/obox-410thead.png) no-repeat;
			}

			/* SMALL HEADER */
			.obox-410shead {
			padding: 7px 15px;
			width: 380px;
			height: 16px;
			background: transparent url(../image/box/obox-410shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.obox-410mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/obox-410mid.gif) repeat-y;
			overflow: hidden;
			}
			
			.obox-410mid p {
			font-size: 11px;
			}
			
			/* CLOSING IMAGE */
			.obox-410tail {
			width: 410px;
			height: 8px;
			background: transparent url(../image/box/obox-410tail.png) no-repeat;
			}
	
	/* 475PX-WIDE BOXES */
		/* BLUE */
			/* SMALL HEADER */
			.bbox-475shead {
			padding: 7px 15px;
			width: 445px;
			height: 16px;
			background: transparent url(../image/box/bbox-475shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.bbox-475mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/bbox-475mid.png) repeat-y;
			overflow: hidden;
			}
	
			/* CLOSING IMAGE */
			.bbox-475tail {
			margin: 0px 0px 10px 0px;
			width: 475px;
			height: 8px;
			background: transparent url(../image/box/bbox-475tail.png) no-repeat;
			}

		/* ORANGE */
			/* SMALL HEADER */
			.obox-475thead {
			padding: 10px 15px;
			width: 445px;
			height: 18	px;
			background: transparent url(../image/box/obox-475thead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.obox-475mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/obox-475mid.png) repeat-y;
			overflow: hidden;
			}
	
			/* CLOSING IMAGE */
			.obox-475tail {
			margin: 0px 0px 10px 0px;
			width: 475px;
			height: 8px;
			background: transparent url(../image/box/obox-475tail.png) no-repeat;
			}

	/* 515PX-WIDE BOX */
		/* BLUE */
			/* TALL HEADER */
			.bbox-515thead {
			padding: 10px 15px;
			width: 485px;
			height: 18px;
			background: transparent url(../image/box/bbox-515thead.png) no-repeat;
			}
			
			/* SMALL HEADER */
			.bbox-515shead {
			padding: 7px 15px;
			width: 485px;
			height: 16px;
			background: transparent url(../image/box/bbox-515shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.bbox-515mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/bbox-515mid.gif) repeat-y;
			overflow: hidden;
			}
			
			/* CLOSING IMAGE */
			.bbox-515tail {
			width: 515px;
			height: 8px;
			background: transparent url(../image/box/bbox-515tail.png) no-repeat;
			}

		/* ORANGE */
			/* TALL HEADER */
			.obox-515thead {
			padding: 10px 15px;
			width: 485px;
			height: 18px;
			background: transparent url(../image/box/obox-515thead.png) no-repeat;
			}
			
			/* SMALL HEADER */
			.obox-515shead {
			padding: 7px 15px;
			width: 485px;
			height: 16px;
			background: transparent url(../image/box/obox-515shead.png) no-repeat;
			}
			
			/* REPEATING BACKGROUND */
			.obox-515mid {
			padding: 10px 10px 0px 10px;
			background: transparent url(../image/box/obox-515mid.gif) repeat-y;
			overflow: hidden;
			}
			
			/* CLOSING IMAGE */
			.obox-515tail {
			width: 515px;
			height: 8px;
			background: transparent url(../image/box/obox-515tail.png) no-repeat;
			}

.mini-box1 { /* First in series */
margin: 10px 0px 0px 1px;
width: 300px;
float: left;
}

.mini-box {
margin: 10px 0px 0px 16px;
width: 300px;
float: left;
}

	/* 300PX-WIDE MINI BOX */
	/* HEADER */
	.minibox-300head {
	width: 300px;
	height: 8px;
	background: transparent url(../image/box/minibox-300head.png) no-repeat;
	}
	
	/* REPEATING BACKGROUND */
	.minibox-300mid {
	padding: 0px 10px 0px 10px;
	height: 205px;
	background: transparent url(../image/box/minibox-300mid.png) repeat-y;
	}
	
	/* CLOSING IMAGE */
	.minibox-300tail {
	width: 300px;
	height: 8px;
	background: transparent url(../image/box/minibox-300tail.png) no-repeat;
	}
	
	/* IMAGE AND DESCRIPTION */
	.mini-desc {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	overflow: hidden;
	}
	
		.mini-desc img {
		margin: 0px;
		padding: 0px 5px 0px 0px;
		width: 139px;
		height: 93px;
		float: left;
		}

		.mini-desc p {
		margin: 0px;
		padding: 0px;
		width: 136px;
		height: 93px;
		float: right;
		font-size: 11px;
		}
	
	/* LINKS */
	ul.mini-links {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	}

	ul.mini-links-float {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	float: left;
	}
	
	ul.mini-links, ul.mini-links-float {
	font-size: 11px;
	list-style: url(../image/general/bullet-blue.gif);
	}

		ul.mini-links-float li {
		margin: 0px 14px 0px 0px;
		width: 118px;
		float: left;
		}
	
		.mini-links p, .mini-links-float p {
		margin: 4px 0px;
		font-size: 11px;
		line-height: 11px;
		}

/* BOTTOM OF CONTAINER */
#close-container {
min-height: 25px;
background: transparent url(../image/general/mcont-bot.png) no-repeat;
}

/* FOOTER */
#foot-container {
margin: 10px 0px 0px 0px;
padding: 0px 20px 0px 20px;
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
}
	#foot-one {
	float: left;
	}
		
		#foot-logo {
		margin: 0px auto 0px auto;
		padding: 0px;
		float: left;
		}
		
		/* FOOTER NAVIGATION MENU */
		#foot-expand {
		margin: 10px auto 0px auto;
		padding: 0px 0px 0px 20px;
		width: 710px;
		height: 40px;
		float: right;
		}
		
			#nav-footer {
			margin: 0px auto 0px auto;
			padding: 0px;
			width:730px;
			height:20px;
			float: left;
			position:relative;
			}
			
			#nav-footer .select {
			margin:0;
			padding:0;
			list-style:none;
			}
			
			#nav-footer li {
			display:inline;
			margin:0;
			padding:0;
			height:auto;
			}
			
			#nav-footer .select a {
			display:block;
			width: 25%;
			height:20px;
			float:left;
			/* padding:0 10px 0 10px; */
			text-decoration:none;
			font-size:11px;
			line-height:20px;
			white-space:nowrap;
			color:#fff;
			}
			* html #nav-footer .select a {
			width:1px;
			height:21px;
			}
			
			
			/* for IE5.5 and IE6 only */
			#nav-footer table {
			position:absolute;
			border-collapse:collapse;
			left:0;
			top:0;
			}
			
			#nav-footer .current a {
			color:#ff0;
			}
			
			
			#nav-footer .sub_active .current_sub a {
			background:#666;
			color:#ff0;
			}
			
			#nav-footer .select li .sub {
			position:absolute;
			width:730px;
			top:20px;
			left:0;
			margin-top:0;
			padding: 10px 0px 0px 0px;
			/* z-index:100; */
			color:#fff;
			font-size:11px;
			}
			
			
			#nav-footer .sub, #nav-footer .sub_active {
			clear: both;
			margin:0;
			padding:0;
			list-style:none;
			}
			
			#nav-footer .sub_active {
			display:block;
			position:absolute;
			width:750px;
			top:20px;
			left:0;
			background:#666;
			margin-top:0;
			padding:0;
			/* z-index:10; */
			}
			* html #nav-footer .sub_active {
			z-index:-1;
			margin-top:0;
			margin-top:1px;
			}
			
			#nav-footer .sub_active a {
			height:21px;
			text-decoration:none;
			line-height:20px;
			white-space:nowrap;
			display:block;
			background:#666;
			padding:5px 10px 10px 10px;
			margin:0;
			font-size:11px;
			white-space:nowrap;
			border:0;
			color:#fff;
			}
			
			#nav-footer .select a .sub li span, 
			#nav-footer .select li .sub li span {
			display: block;
			width: 25%;
			float: left;
			}
							
	#foot-two {
	margin: 5px 0px 0px 0px;
	text-align: center;
	}
		#foot-two a {
		color: #FFFFFF;
		}
		
		#foot-two a:hover {
		color: #FFFFFF;
		}

/* EXTRAS */
.call-rec {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #C5C5C5;
}

.call-now {
font-family: Arial;
font-size: 18px;
font-weight: bold;
font-variant: normal;
color: #F1641C;
}

.arrow-down {
margin: 5px 10px 0px 0px;
float: left;
}

.float-l {
float: left;
}

.float-r {
float: right;
}

/* CONTACT INFO BOX */
.contact-box {
text-align: center;
}
	/* WHITE 410PX-WIDE BOX (GOES INSIDE 410PX-WIDE BOX) */
	.wbox-390head {
	width: 390px;
	height: 8px;
	background: transparent url(../image/box/wbox-390head.png) no-repeat;
	}
	
	.wbox-390mid {
	background: #FFFFFF;
	}
	
	.wbox-390tail {
	width: 390px;
	height: 8px;
	background: transparent url(../image/box/wbox-390tail.png) no-repeat;
	}
	