/*  
#C41230 - Red
*/
body {
	background-color:#1f2932;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
p {font-size:12px;}
table, td, th {vertical-align: top;}
a,img {border:none;}

#w {
	width:980px;
	background-color:white;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding-bottom:10px;
}
#h {
	
}
#f {
	border: 1px solid #C41230;
	margin:10px;
	padding:10px;
	margin-top:80px;
	margin-bottom:10px;
}
#c1, #c2, #c3 {
	float:left;
	padding-top:10px;

	vertical-align:top;}
#c1 {
	width:500px;
	
}
#c2 {
	width:250px;
	
}
#c3 {
	width:200px;
	
	padding-left:10px;
}
.clr {
	clear:both;}
	
	

#navigation {
		clear:left;
		float:left;
		padding:0;
		background:#fff url(img/navigation.gif) bottom repeat-x;
		width:100%;
		overflow:hidden;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
	}
	#navigation ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#navigation ul li {
		display:block;
		float:left;
		list-style:none;
		margin:20px 0 0 0;
		padding:0;
		position:relative;
		right:50%;
	}
	#navigation ul li a {
		display:block;
		float:left;
		margin:0 1px;
		padding:5px 10px;
		background:#fff;
		text-decoration:none;
		color:#000;
		border-top:1px solid #369;
		border-left:1px solid #369;
		border-right:1px solid #369;
		position:relative;
		bottom:1px;
	}
	#navigation ul li a:hover {
		background:#369;
		color:#000;
		text-decoration:underline;
	}
	#navigation ul li.active {
		margin-top:10px;
	}
	#navigation ul li.active a,
	#navigation ul li.active a:hover {
		position:relative;
		bottom:0;
		padding:10px;
		background:#fff;
		color:#000;
		font-weight:bold;
	}

	.column-title {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
	#c1 {padding-left:10px;}
	#c1 h1 {font-size:16px;}
	#c1 h5 {font-size:12px;}
	
	#c2 h3, #c3 h3, #c1 h3 {
	font-size: 12px; font-weight: bold; border-bottom: 1px solid #C41230; padding-bottom: 5px;
	}
	#c2 p {margin-bottom:10px;}
	
	.admin {color:gray;margin-left:10px;}
	
	.gmsg {border:1px solid green; padding:10px;}
