


@font-face {
  /*  font-family: 'klavika';
    src: url('../fonts/klavika-medium.eot');
    src: url('../fonts/klavika-medium.eot') format('embedded-opentype'),
         url('../fonts/klavika-medium.woff') format('woff'),
         url('../fonts/klavika-medium.ttf') format('truetype'),
         url('../fonts/klavika-medium.svg#KlavikaMedium') format('svg');*/
		 
		 /*font-family: 'cicle'; src: url(../fonts/Cicle%20Fina.ttf) ;
		 font-weight: bold  ;
	font-style: normal;*/
}

@font-face {
	font-family: 'gillsansmt';
	src: url('./33535gillsansmt.eot');
	src: local('33535gillsansmt'), url('./33535gillsansmt.woff') format('woff'), url('./33535gillsansmt.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1416">Text with this font applied</p> */
.fontsforweb_fontid_1416 {
	font-family: '33535gillsansmt' !important;
}


	
.bcopy {
	font-family:gillsansmt;
	color: white; font-size:18px;
}


body {
		background: white;
		background-image: url('../imgs/bg.jpg');
		background-position: top;
		background-attachment: fixed;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: white;
}

#logo {
	position: fixed;
	float: left;
	top: 0px;

}

#header {
	float:left;
	position: fixed;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	z-index: 100;
}

#footer {
	float:left;
	position: fixed;
	
	background-position: top;
	 /*left:100;*/
	width: 100%;
	z-index: 99; 
	/*top:125px;*/ bottom:0px; padding-bottom:10px;
}

#footer2 {
	float: right;
	position: fixed;
	/*background-image: url('../imgs/top.png');*/
	background-position: top;
	bottom: 10;
	/*margin-left: 510;*/ right:10;
	width: 4%;
	z-index: 100;
}

#carea {
	background-image: url('../imgs/msq.png');
	left: 0;
	z-index: 100;
}

.main{
	margin-top: 0;
	height: 600;
	width: 100%;
	top: 195;
	left: 0;
}

#main2{
	margin-top: 0;
	height: 1080;
	width: 100%;
	top: 195;
	left: 0;
}


.content {
	position: relative;
	padding-top: 195;
	}
	
	
