CSS Pelikan
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100px;
  font: inherit;
  vertical-align: baseline; }

/*Variables*/
/*fonts*/
/**/
/*COLORS*/
/**/
/**/
/*MixIns*/
/**/
body {
  background-color: #ffffff; }

.clearfix {
  clear: both; 
}
#wrapper{
	width: 100%;
}
#header{
	width: 500px;
	/*margin: 0 auto;*/
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
#header h1{
	font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 60px;
	}
#header h2{
	font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 2px;
	padding-left: 4px;
}
#mainContent{
}
.headPost{
	width: 490px;
	/*margin: 0 auto;*/
	margin-left: 50px;
	padding-top: 20px;
	text-align: left;
}
	.headPost h1{
		font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
		font-size: 14px !important;
		margin-bottom: 10px;
	}
	.headPost p{
		font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.5em;
	}
.bottomWidget{
	text-align: left;
	/*width: 50px;
	margin: 0 auto;*/
	margin-top: 40px;
	margin-bottom: 70px;
}
.contactWidg{
	margin-left: 50px;
}
.contactWidg, .buybookWidg, .newsletterWidg{
	float: left;
	margin-right: 10px;
	text-align: left;
}

.bottomLinks {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
        
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#header h1{
		font-size: 24px;
	}	
	
	.headPost{
		width: auto;
		margin: 0px 10px 0px 10px;
	}
		.headPost{
			line-height: 1.7em;
		}
	.bottomWidget{
		width: auto;
		margin-bottom: 20px;
	}
	.contactWidg{
		margin-left: 9px;
	}
}
