/* CSS Document */

@import url("common.css");
body{
 background:#fff;
}

.bg_bar {
	background-color:#D71B17;
}

#piclist img{
	border:1px solid #D71B17;
	margin:0 0 0 0;
	width:8.1875em;
	height:8.1875em;
}

#contentbox{
	float:right;
	position:relative;
	width:33.1875em;
	background-color:#EEE;
/*	left:13em;
	top:12.25em;
	*/
	margin-top:4px;
	z-index:14;
        min-height:34em;
}

#content h1 {
	color: #D71B17;
}

.coloredborder{
 border: 1px solid #D71B17;
}

#content h2, #content h3{
	color: #D71B17;
}


.download_list td {
   padding: 5px 0 5px 0;
   border-bottom: 1px solid #D71B17;
}

.download_list th {
   padding-bottom: 5px;
}