@charset "UTF-8";
html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	

	font: 100%/1.4 Helvetica, Verdana, Arial, sans-serif;
	background:#FFF;
	padding: 30px;
	margin: 0;
	color: #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	font: "Helvetica Light", Arial, sans-serif;
	font-weight: lighter;
	padding-right: 0px;
	padding-left: 0px;
	font-size:25px;
	color: #333333;
	text-align: center;
	font-family: "Helvetica Light", Arial, sans-serif;
	position: fixed;
	top: 50%;
	left: 40%;
	margin-top: -100px;
	margin-left: -165px;
}

h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 30px;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	border: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #B6090C;
	text-decoration: none;
}
.container {
	width:1250px;
	background: #FFF;
	margin:0 auto;
	font-family:Georgia, Times New Roman, Times, serif;
}
.content {
	padding: 0px 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bar {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: regular;
	font-size:16px;
	color: #666666;
	padding: 10px 0;
	width:225px;
	float:left;
	margin-top:10px;
	text-align: left;
	border:none;
	display:block;
	position:fixed;
	z-index:0;
	
	}
	
.image {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding: 20px 0;
	width: 1020px;
	float: right;
	margin-top: 90px;
	margin-right: 90px;
	}
	
	
.copyright {
	font-size: 9px;
	color: #666666;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	.floated_img
{
    float: left;
	padding: 0px 10px;
	
}
