@charset "utf-8";
/* CSS Document */

* a, * a:link {
	color: #FF0105;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

* a:visited {
	color: #444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

* a:hover {
	color: #a40105;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#left_colum h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-transform: uppercase;
}
#left_colum .picture_box {
	float: left;
	width: 160px;
	height: 190px;
	background-image: url(/images/back-off.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px 2px 3px 2px;
	display: inline;
	margin: 0 0 0 5px;
}
#left_colum .picture_box:hover
{
	background-image: url(/images/back-hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#left_colum .picture_box div.title {
	color: #FF0105;
	font-weight: bold;
	overflow: hidden;
	height: 43px;
}

#left_colum .picture_box .title, #left_colum .picture_box .description
{
	border: 0px none;
	padding-left:6px;
}
#left_colum .picture_box img {
	background-color: #FFFFFF;
	padding: 1px;
}

#left_colum .picture_box p {
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	overflow: hidden;
	width: 155px;
	height: 100px;
}
#left_colum {
	width: 520px;
}

