@charset "UTF-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}

body {
	float: center;
	background-color:#000;
}

#wrapper{
	background-color: #000;
    background-image: url("images/background-2.png");
    background-position: center top;
    background-repeat: no-repeat;
	margin: 0px auto;
	float: center;
	border: top;
	height: 1030px;
	width: 1440px;
}

#header{
	float: center;
	position: fixed;
	width: 1440px;
	height: auto;
	background-image: url(images/nav_bar.png);
	background-repeat: no-repeat;
}

#logo{
	float:left;
	margin: 0px 0px 0px 263px;
	height: 157px;
	width: 120px;
}

#nav{
	float: left;
	margin: 30px 0px 0px 570px;
	list-style: none;
}

#nav li{
	float:left;
	margin: 0px 0px 0px 10px;
}

#nav li a{
	color: #65696e;
	text-decoration:none;
	padding: 5px 0px;
}

#nav2{
	float: left;
	margin: 12px 0px 0px 325px;
	list-style: none;
}

#nav2 li a{
	color: #65696e;
	text-decoration:none;
	padding:0px 0px;
}

#nav2 li{
	float:left;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 350px;
}

#inner1{
	height: 1005px;
	float: left;
	width:1440px;
	line-height:24px;
}

#content_box1{
	height: 550px;
	width: 990px;
	margin: 170px 325px 0px 240px;
	padding: 28px 15px 0px 15px;
}

#text h1{
	text-align: center;
	font-size:30px;
	font-family: "Century Gothic", sans-serif;
	height: 20px;
	width: 720px;
	color:#FFF;
	margin: 0px 110px 30px 110px;
}

#text p{
	text-align: center;
	font-size:18px;
	font-family: "Century Gothic", sans-serif;
	height: 20px;
	width: 850px;
	color:#FFF;
	margin: 0px 40px 80px 40px;
	padding: 0px 0px 0px 0px;
}

#text h1{
	text-align: center;
	font-size:30px;
	font-family: "Century Gothic", sans-serif;
	height: 20px;
	width: 720px;
	color:#FFF;
	margin: 0px 100px 30px 100px;
}

#portfolio{
	float: center;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}

#gallery{
	height: 1015px;
	float: left;
	width: 1240px;
	line-height: 24px;
}

#images{
	font-size:24px;
	color: #FFF;
	margin: 16px 200px 0px 500px;
}