@charset "utf-8";
/* CSS Document */

body {
	margin-left: -1px;
	margin-right: -2px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	
}

.home-page {
	
	background-repeat:no-repeat;
	background-position:top;
}

.heading {
	width: 100%;
	height: 100px;
	position: fixed;
	background:#FFF;
	margin-top: -8px;	

}

.header_main {
	background-image:url(Pictures/Bg_Banner_1.jpg);
	background-repeat:no-repeat;

	min-width:1000px;
	max-height: 955px;
	min-height: 700px;
	font-size:180px;
	font-family:"Times New Roman", Times, serif;
}


.navbar {	
	width: 100%;
	min-width: 1000px;
	height: 33px;
	background-color: #000000;
	position: fixed;
	margin-top: 60px;
}

#navbutton {	
	width: 100%;
	min-width: 1000px;
	max-width: 950px;
}

.content2{
	width: 100%;
	height: 100%;
	max-width: 2000px;
	max-height:1600px; 

}

.container{
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background-color:#F0F0F0;
	margin-bottom: -20px;
}

.container2{
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background-color:#333;
}

.contact{
	width: 100%;
	max-width: 2000px;
	height: 150px;

}

.lines{
	width: 100%;
	min-width: 1000px;
	height: 10px;
	background-color:#F00;
}

.footer{
	width: 100%;
	min-width: 1000px;
	height: 45px;
	background: #000;
	margin-bottom: -20px;
}





