/* GENERAL */
html, body	{
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
}

body	{
	background: #b8b8b8; 
	color: #1b1b1b; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 14px; 
	line-height: 21px; 
	text-align: center; 
}

/* FONTS */
p, address	{
	margin: 7px 0; 
	font-style: normal; 
}

h1	{
	font-family: 'Bevan', cursive; 
	font-size: 150px; 
	margin: 0; 
	line-height: 150px; 
	color: #eee; 
	-moz-text-shadow: 0px 0px 25px #000; 
	-o-text-shadow: 0px 0px 25px #000; 
	-webkit-text-shadow: 0px 0px 25px #000; 
	text-shadow: 0px 0px 25px #000; 
}

h2	{
	font-family: 'Bevan', cursive; 
	color: #00a7bb; 
	font-size: 36px; 
	line-height: 36px; 
	margin: 30px 0 0 0; 
}

a	{
	color: #00a7bb;
}
span.i	{
	color: #00a7bb; 
}

/* BLOCK ELEMENTS */
div	{
	position: relative; 
}

header, footer, section, article, nav, aside	{
	display: block; 
}

#globalwrapper	{
	position: relative; 
	width: 100%; 
	min-height: 100%; 
}
	
	#spacer	{
		position: relative; 
		width: 100%; 
		height: 100px; 
	}

	header	{
		position: relative; 
		margin: 0 auto; 
		padding: 18px 0; 
		width: 100%; 
		height: 390px; 
		background: url(/images/background-main.png) center center repeat-x; 
	}
	
		#title	{
			position: relative; 
			margin: 0 auto; 
			padding: 130px 0 0 0; 
			width: 960px; 
			height: 260px; 
			background: url(/images/background-main-title.png) center center no-repeat; 
		}
		
		#contact	{
			position: relative; 
			margin: 30px auto; 
			width: 960px; 
			font-family: 'Bevan', cursive; 
			font-size: 36px; 
			line-height: 36px; 
		}
		
		#smsg	{
			position: relative; 
			margin: 30px auto; 
			padding: 10px; 
			width: 400px; 
			background-color: rgba(255,255,255,0.3); 
		}
		
			#smsg p	{
				text-align: left; 
			}
	
	footer	{
		position: absolute; 
		bottom: 0; 
		left: 0; 
		width: 100%; 
	}
	
		#footercontent	{
			position: relative; 
			margin: 0 auto; 
			width: 800px; 
		}
		
div.spacer	{
	position: relative; 
	clear: both; 
	line-height: 1px; 
	width: 100%; 
}

/* IMAGES */
img	{
	border: none; 
}


