/* CSS Document */

* {
	border: 0;
	padding: 0;
	margin: 0;
	font:11px/14px arial;
}
.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	float: none;
}
.color_blue_1c3a48 {
	color: #1c3a48;
}
.color_yelow_a69166 {
	color: #a69166;
}
body {
	background: #7d654b url(../images/bg.jpg) center 0px no-repeat;
}
#page {
	width: 780px;
	margin: 0 auto;
}
#header {
	width: 760px;
	margin: 0px auto;
	height: 174px;
	border-bottom: 2px solid #b71e13;
	margin-bottom: 2px;
}
	#logo {
		display: block;
		width: 300px;
		height: 80px;
		text-indent: -9999px;
		position: relative;
		top: 50px;
		left: 240px;
	}
	#logo a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
#container {
	background: url(../images/bg-container.png) repeat-y;
	padding: 0px 10px 0px 10px;
	width: 760px;
}
#content {
	float: left;
	width: 520px;
	margin: 4px 10px 10px 10px;
}

	#content p{
		text-align:justify;
	}
	
	#pageNav {
		color: #1c3a48;
		text-align: right;
		font: bold 11px Arial, Helvetica, sans-serif;
		padding-top: 5px;
	}
	#pageNav a {
		color: #1c3a48;
		font: bold 11px Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding: 2px;
	}
	#pageNav a:hover {
		color: #b71e13;
	}
	#content h3 {
		color: #b71e13;
		font: bold 11px Arial, Helvetica, sans-serif;
		margin-bottom: 5px;
	}
	.news {
		border-bottom: 1px dotted #1c3a48;
		padding-bottom: 5px;
		margin-top: 10px;
	}	
	.date {
		float: left;
		width: 30px;
		padding: 4px;
		background: #ecdbb9;
		margin-right: 10px;
	}
	.news .date p {
		color: #5a5a5a;
		text-align: center;
		font: 11px/18px Georgia, "Times New Roman", Times, serif;
	}
	.news img {
		display: block;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
	}
	.news p {
		font: 11px Arial, Helvetica, sans-serif;
		color: #1c3a48;
	}
	.postNav {
		clear: both;
		float: none;
	}
	.postNav p a {
		color: #1c3a48;
		text-decoration: none;
		font: inherit;
	}
	.postNav p a:hover {
		text-decoration: underline;
	}
	.banda {
		background: #fff7e7;
		padding: 4px;
		margin-bottom: 5px;
		border-bottom: 1px solid #e8e5e1;		
	}
	#post form {
		width: 520px;
	}
	#post p {
		font: 11px Arial, Helvetica, sans-serif;
		color: #1c3a48;
	}
	#name, #mail {
		float: left;
		width: 45%;
	}
	#mail {
		float: right;
	}
	#name input, #mail input {
		border: 1px solid #333;
		width: 100%;
	}
	#post textarea {
		width: 100%;
		height: 100px;
		border: 1px solid #333;
		margin-top: 10px;
	}
	#submit-post {
		margin-top: 5px;
	}
	#submit-post input {
		background: #333;
		color: #fff;
		font: 11px Arial, Helvetica, sans-serif;
		padding: 1px 4px 1px 4px;
		cursor: pointer;
	}
#right {
	float: right;
	width: 200px;
	background: #f3e8d2;
	padding: 5px;
	margin-right: 10px;
}
	#search {
		height: 50px;
		border-bottom: 1px dotted #1c3a48;
		padding-bottom: 5px;
	}
		#search form {
			padding-top: 15px;
		}
		#search p {
			font: bold 11px/24px Arial, Helvetica, sans-serif;
			color: #1c3a48;
		}
		#search_txt {
			background-color: transparent;
			border: 1px solid #1c3a48;
			font: 11px Arial, Helvetica, sans-serif;
		}
		#submit_search {
			cursor: pointer;
			background: url(../images/submit_search.gif) no-repeat;
			width:	20px;
			height: 25x;
			font-size: 14px;
		}
	#right ul {
		list-style: none;
	}
	#right ul li, #right ul li a {
		color: #b71e13;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	#right ul li ul {
		margin-bottom: 20px;
	}
	#right ul li ul li a {
		color: #845126;
		text-transform: none;
		margin-left: 20px;
	}
	#right ul li {
		margin: 5px;
	}