@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'Noto Sans', sans-serif;
}
.wrapper{
	width:1024px;
	margin:auto;
}
img{
	border:0;
}
p{
	text-align:justify;
	font-size:14px;
}
#container{
	background: #000;
color: #fff;
padding-bottom: 20px;
padding-top: 5px;
}
#container h1{
	color:#ffc20e;
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
}
.container_two h1{
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
}
	
.submit{
	width: 1024px;
height: 32px;
background: url(images/submit.png) no-repeat;
border: none;
margin-top: 10px;
margin-bottom: 10px;
}
input{
	border: 1px solid #000;
width: 490px;
height: 26px;
}
textarea{
border: 1px solid #000;
width: 490px;
height: 134px;
}
#footer{
	height:60px;
	background:#000;
	padding-top:5px;
}
#footer ul{
	margin-left:-38px;
}
#footer ul li{
	display:inline;
	color:#fff;
}
#footer ul li a{
	display:inline;
	color:#fff;
	text-decoration:none;
	text-transform: capitalize;
	font-size:13px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}