.bottombox
{
	cursor: default;
	list-style: none;
	border-top: 1px solid rgb(0, 0, 0);
	margin: 0pt;
	background: rgb(149, 9, 9) none repeat scroll 0%;
	clear: both;

	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
	color: black;
	font-size: 80%;
	font-style: oblique;
	padding-bottom: 0px;
	height: 250px;
}
.bottombox ul li a
{
	color: red;
	text-decoration: none;
}
.bottombox ul li a:hover {
	
}
.bottombox_inner img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 85px;
	height: 85px;
}

.bottombox_inner img:hover {
	border: 1px solid black;
}

.bottombox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	width: 90px;
}
.bottombox h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: black;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}
.bottombox_inner p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 3px 3px 0 3px;
	border: 0;
	font-style: italic;
	color: blue;
}
.bottombox_inner a p
{
	background: inherit;
	text-decoration: none;
	color: black;
}

.bottombox_inner a:hover p
{
	background: inherit;
	color: blue;
}

