*{
	margin:0;
	padding:0;
}

body{
	font:12px/19px Tahoma,sans-serif;
	color:#0b1533;
	background:#ffffff;
}

/*#outer-wrap{
	width:1020px;
	margin:0 auto;
	background:url(../images/bg-wood.jpg) 0 0 repeat-y;
}*/

#wrapper{
	width:960px;
	margin:0 auto;
	/*background:url(../images/bg-wood.jpg) 0 0 repeat-y;*/
}
/* ============================================================ */
	/* HEAD */

	#header{
		height:270px;
		padding:0;
		background:url(../images/header.png) 0 0 no-repeat;
		overflow:hidden;
	}
	#container-home{
		padding:0;
	}
/* ============================================================ */


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

	#left-column{
		width:310px;
		float:left;
		margin:10px 0 0 0 !important;
		margin:10px 0 0 0;
	}
		.sblock1-wrap{
			width:270px;
			margin:0 0 0 20px;
			padding:10px;
			background:#ffffff;
		}
			.sblock1-wrap ul{
				list-style:none;
			}
			.sblock1-wrap ul li a{
				display:block;
				padding:3px 0 3px 10px;
				color:#99141c;
				font-weight:bold;
				text-decoration:none;
			}
			.sblock1-wrap ul li a:hover,
			.sblock1-wrap ul li a.active{
				color:#ffffff;
				background:#99141c;
			}
/* ============================================================ */


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

	#middle-column{
		width:630px;
		float:left;
		margin:10px 0 0 20px !important;
		margin:10px 0 0 20px;
	}
		.mblock1-wrap{
			width:570px;
			margin:0;
			padding:20px;
			background:#ffffff;
		}
		.mblock1-wrap p{
			padding:0 0 20px 0;
		}
/* ============================================================ */


/* ============================================================ */
	/* FOOTER */

	#footer-top{
		height:30px;
		margin:50px 0 0 0;
		padding:0;
		background:url(../images/footer.png) 0 0 no-repeat;
		overflow:hidden;
	}
	#footer{
		height:90px;
		margin:0;
		padding:30px 0 0 40px;
		color:#ffffff;
		background:#99141c;
		overflow:hidden;
	}
	#footer a{
		color:#ffffff;
	}
		#footer #one{
			margin:0 56px 0 0;
		}
		#footer #two{
			margin:0 75px 0 0;
		}
/* ============================================================ */


/* 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:#99141c;
	text-decoration:underline;
}
a:hover{
	color:#99141c;
	text-decoration:none;
}
h1{
	font-size:24px;
	line-height:60px;
	margin:0 0 12px 0;
	padding:8px 0 0 40px;
	color:#0b1533;
	background:url(../images/bg-headline.jpg) 0 0 no-repeat;
}
h2{
	font-size:20px;
	line-height:30px;
	margin:12px 0;
	color:#0b1533;
}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.imgfloatleft{float:left;margin:0 20px 0 0;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
