/* CSS Document */

body {
	background:#101010;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#7f7f7f;
	text-align:justify;
}

#wrapper {
	width:778px;
	margin:  auto;
}



#leftColumn {
	width:222px;
	float:left;
	margin:0 4px 0 0;
}

#leftColumn .table, #rightColumn .table {
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;
	background:#070707;
	margin:0 0 10px 0;
} 
	#leftColumn .table h2, #rightColumn .table h3 {
		text-transform:uppercase;
		color:#747474;
		font-size:14px;
		background:url(images/maintitle.gif) #000000 no-repeat;
		padding:8px 0 6px 32px;
		font-family:Arial, Helvetica, sans-serif;
		border-bottom:1px solid #191919;
	}
		#leftColumn .table p {
			padding:12px;
		}	
		#rightColumn .table p {
			padding:12px;
		}
		#leftColumn .table p {
			line-height:15px;
		}
			#leftColumn .table span {
				color:#a6a6a6;
			}
	
#navigation {
	padding:10px;
}	
	
#navigation li {
	font-size:11px;
	font-family:Trebuchet MS;
	list-style:none;
	margin:8px 3px 8px 2px;
}
	#navigation li a {
		font-weight: bold; text-decoration:underline; color:#7f7f7f;
	}
		#navigation li a:hover {
			font-weight: bold; text-decoration:underline; color:#aaaaaa;
		}
	
#rightColumn {
	float:right;
	clear: all;
	width:552px;
}	

* {
	margin:0;
	padding:0;
}

a {
font-weight: bold; text-decoration:underline; color:#7f7f7f;
}
	a:hover {
		font-weight: bold; text-decoration:underline; color:#aaaaaa;
	}

#rightColumn .table span {
				font-weight:bold; color: #aaaaaa;
			}

.date {
	background:#000000;
	border-top:1px solid #191919;
	height:41px;
}

p.txt {
	margin:3px 0 0 0;
}

#footer {
	background:#000000;
	text-align:center;
	clear:both;
	width:100%;
	float:left;
	margin-top:10px;
}
	#footer p {
		padding:10px 0 10px 0;
	}

.clear {
	clear:both;
}


img {
	border: 1px solid #191919;
}

img:hover {
	border: 1px solid #a90000;
	cursor: pointer;
}

.nohov img {
border: 0px; padding-top: 5px; padding-bottom:5px;
}

.nohov img:hover {
border: 0px;
}

#rightColumn .table p img {
			vertical-align: middle
		}
