*{
	margin: 0;
	padding: 0;
	font-family: helvetica;
}

section#banner{
	width: 100%;
	background-image: url(../pictures/baner.jpg);
	background-attachment: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding-top:0px;
	height:564px;
}

header{
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: transparent;
	-webkit-transition: background-color .5s;
}

nav{
	display: table;
	margin: auto;
	margin-top: 15px;
	height: 40px;
	-webkit-transition: margin-left .5s;
}

ul{
	display: block;
	float: left;
	list-style: none;
}

ul li{
	float: right;
	margin: 1px;
	padding: 2px;
}

ul a{
	color: #F3F3F3;
	text-decoration: none;
}

img#logo{
	float:left;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 150px;
	-webkit-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

#body{
	width: 100%;
	height: 100px;
	text-align:center;

}

#databg {
	float: left;
	height: auto;
	width: 100%;
}
#data {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#datatop {
	float: left;
	height: auto;
	width: 970px;
	padding-left: 5px;
	padding-top: 0px;
}

.saperator {
	background-image: url(img/saperator2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 8px;
/*	width: 910px;  */
	padding-top: 18px;
	padding-left: 5px;
	float: left;
}
.topleft {
	float: left;
	height: auto;
	width: 630px;
	padding-left: 5px;
}
.datacontain {
	float: left;
	height: auto;
	width: 300px;
}
.datacontaine {
	float: left;
	height: auto;
	width: 880px;
}
#databottom  h5  {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 10px;
}
#databottom h5 a {
	color: #333333;
	text-decoration: none;
}

.headings2 {
	float: left;
	height: auto;
	width: 300px;
	}

.imgholder {
	float: left;
	height: 170px;
	width: 280px;
	background-image: url(../images/bgimg.png);
	background-repeat: no-repeat;
}

.txtmatter p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 20px;
	padding-top: 2px;
	color: #666666;
}
.topright {
	float: left;
	height: auto;
	width: 100%;
}
#footerbg {
	float: left;
	height: auto;
	width: 100%;
	background-color:#F3F3F3;
}
#copyrightbg {
	float: left;
	width: 100%;
}
#copyright {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration:none;
	font-family:helvetica;
	color:#f9f9f9;
}
#footleft {
	float:left;
	padding-left:15%;
	width: 35%;
	color:#A6A6A6;
}
.medio {
	float: left;
	width: 15%;
}
#footright {
	float: right;
	width: 40%;
	color: #A6A6A6;
}
#footright a{
	text-decoration:none;
}

