

#box_grey01
{
	width: 393px;
	background: #fff url(../images/box_frames/grey01_back.gif) repeat-y;
}

#box_grey01 .words { padding: 5px 10px 5px 20px; }

#box_green01
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/green01_back.gif) repeat-y;
}

#box_green01 .words { padding: 5px 10px 5px 17px; }

#box_grey02
{
	width: 393px;
	background: #fff url(../images/box_frames/grey02_back.gif) repeat-y;
}

#box_grey02 .words { padding: 5px 10px 5px 15px; }

#box_green02
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/green02_back.gif) repeat-y;
}

#box_green02 .words { padding: 5px 10px 5px 17px; }


#box_chicken
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/chicken_back.gif) repeat-y;
}

#box_chicken .words { padding: 5px 10px 5px 13px; }

#box_arson
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/arson_back.gif) repeat-y;
}

#box_arson .words { padding: 3px 10px 5px 13px; }

#box_footsteps
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/footsteps_bg.gif) repeat-y center;
}

#box_footsteps .words { 
	padding: 3px 10px 5px 13px;
}


#box_drive
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/drivetime_back.gif) repeat-y;
}

#box_drive .words { padding: 5px 10px 5px 15px; }

#box_race
{
	width: 393px;
	background: #ebebeb url(../images/box_frames/roadrace_back.gif) repeat-y;
}

#box_race .words { padding: 5px 10px 5px 13px; }

#solid_grey
{
	width: 393px;
	background: #ebebeb;
}

#solid_grey .words { padding: 5px 10px 5px 13px; }

#light_green
{
	width: 393px;
	background: #fff url(../images/box_frames/light_green_back.gif) repeat-y;
}

#light_green .words { padding: 5px 10px 5px 13px; color:#006b6b;}


.right { float: right; }
.left { float: left; }

.right2
{
	float: right;
	position: relative;
	top: -30px;
}



a:link, a:active, a:visited {
	color: #333;
	text-decoration: underline;
}

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