*{
	margin:0;
	padding:0;
}

body{
	font:12px/19px Georgia,Tahoma,sans-serif;
	color:#585858;
	background:#eef2d0;
}

#wrapper{
	width:960px;
	margin:0 auto;
	background:#ffffff;
}
/* ============================================================ */
	/* HEAD */
	#header{
		height:180px;
		padding:0;
		background:#bcbfa4 url(../images/header.jpg) 0 30px no-repeat;
		overflow:hidden;
	}
	#container-home{
		padding:0;
	}
/* ============================================================ */


/* ============================================================ */
	/* NAVIGATION */
	#navigation ul{
		margin:27px 0 0 20px;
		padding:0 0 5px 0;
		width:920px;
		list-style:none;
		border-bottom:1px solid #99141c;
	}
	#navigation ul li{
		display:inline;
		font-size:18px;
	}
	#navigation ul li a{
		margin:0 12px 0 2px;
		padding:0 3px 0 3px;
		color:#999999;
		text-decoration:none;
	}
	#navigation ul li a:hover,
	#navigation ul li a.active{
		border-bottom:6px solid #bcbfa4;
	}
/* ============================================================ */


/* ============================================================ */
	/* LEFT COLUMN */

	#left-column{
		width:630px;
		float:left;
		margin:40px 0 0 20px !important;
		margin:40px 0 0 20px;
	}
		.sblock1-wrap{
			width:600px;
			padding:0 30px 0 0;
		}
		.sblock1-wrap p{
			padding:0 0 20px 0;
		}
/* ============================================================ */


/* ============================================================ */
	/* MIDDLE COLUMN */

	#middle-column{
		width:280px;
		float:left;
		margin:40px 0 0 30px !important;
		margin:40px 0 0 10px;
	}
		.mblock1-wrap{
			width:260px;
			padding:0 20px 0 0;
		}
		.mblock1-wrap p{
			padding:0 0 20px 0;
		}
/* ============================================================ */


/* ============================================================ */
	/* FOOTER */
	#footer{
		height:53px;
		margin:0;
		padding:15px 0 0 20px;
		color:#ffffff;
		background:#bcbfa4;
		border-top:2px solid #99141c;
		overflow:hidden;
	}
	#footer a{
		color:#ffffff;
	}
/* ============================================================ */


/* Generic Styles Starts */

.clearfix:after{
	content: ".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix{
	display:inline-block;
}
html[xmlns] .clearfix{
	display:block;
}
* html .clearfix{
	height:1%;
}
a{
	color:#306925;
	text-decoration:underline;
}
a:hover{
	color:#306925;
	text-decoration:none;
}
h1{
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin:0 0 20px 0;
	padding:0 0 0 50px;
	color:#306925;
	background:url(../images/bg-headline.jpg) 0 0 no-repeat;
}
h2{
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin:0 0 20px 0;
	color:#306925;
}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
