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

#blackbox {
	height:30px;
	background: #222222 url(../images/bg_black.png) bottom center repeat-x;
	text-align:center;
	padding-top:20px;
	text-transform:uppercase;
}

.main {
	padding-top:5px;
}

/*******************************************************************************/
.right h2, .left h3, h4, h5 {
	height:24px;
	color:#333;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:4px;
	display:block;
	background:url(../images/lines_horizontal.png) bottom center repeat-x;
}

h4 {
	color:#F60;
}

/*******************************************************************************/

.left {
	float:left;
	width:241px;
	padding-right:9px;
}

.left ul {
	list-style:none;
}


.left ul li a:link, .left ul li a:visited {
	font-size:0.8em;
	color:#333;
	text-decoration:none;
}

.left ul li a:hover {
	color: #F60;
}

.left .section {
		background:url(../images/lines_horizontal.png) bottom center repeat-x;
		padding-bottom:10px;
}

/*******************************************************************************/

.right {
	float:right;
	width:700px;
	padding-left:10px;
	background:url(../images/lines_vertical.png) top left repeat-y;
	color:#333;
}

.right table td {
	padding-right: 20px;
}

.right table {
	margin-left:20px;
}

.right p {
	color:#000000;
	padding-bottom:10px;
	font-size:0.8em;
	line-height: 1.25em;
}

.right img {
	padding-top:10px;
	padding-bottom:10px;
}
