@charset "utf-8";
Body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:#fff url(../images/bg.jpg) no-repeat top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:left;
	line-height:19px;
}
*{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
ul, header, footer{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
	}
a{
	color:#000;
	text-decoration:none;
	}
a:hover{
	color:#000;
	text-decoration:none;
	}
#container{
	width:100%;
	height:auto;
	float:left;
	padding:15px 0px 0px 0px;
	margin:0px;
}
#header{
	width:100%;
	height:110px;
	float:left;
	padding:0px;
	margin:0px;
	background:#db0f16;
}
#head{
	width:1000px;
	height:110px;
	margin:0px auto;
	padding:0px;
}
#logo{
	width:auto;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
}
#social{
	width:auto;
	height:auto;
	float:right;
	padding:30px 0px 0px 0px;
	margin:0px;
}
#social a{
opacity:1.0;filter:alpha(opacity=100);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#social a:hover{
	 opacity:0.8;filter:alpha(opacity=80);
}
#wrapper{
	width:100%;
	height:auto;
	float:left;
	padding:30px 0px 0px 0px;
	margin:0px;
}
#contentpanel{
	width:1050px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#text1{
	width:1050px;
	height:auto;
	float:left;
	padding:145px 0px 0px 0px;
	margin:0px;
	text-align:right;
}
#text2{
	width:1024px;
	height:auto;
	float:right;
	padding:50px 0px 10px 0px;
	margin:0px;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:24px;
	line-height:30px;
	font-weight:300;
}
#text2 a{
	color:#da050a;
}
#text2 b{
	color:#da050a;
	font-weight:300;
}
#footer{
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
	border-bottom:#db0f16 10px solid;
	font-family: 'Open Sans', sans-serif;
	color:#010101;
	font-size:16px;
	line-height:60px;
	font-weight:300;
	text-transform:uppercase;
	position:fixed;
	bottom:0px;
	left:0px;
}