@charset "UTF-8";

@font-face {	
	font-family: 'fuxitregular';
	src: url('fuxit-regular-webfont.eot');
	src: url('fuxit-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fuxit-regular-webfont.woff') format('woff'),
	     url('fuxit-regular-webfont.ttf') format('truetype'),
	     url('fuxit-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url('images/IMG_0750_balanced.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: left top;
	background-size: cover;
	position:absolute;
	margin: 0px;
} 

p { 
	font-family: 'fuxitregular', Arial, sans-serif; 
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
}
	
p.intro {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;

}

p.pjustify {
	text-align: justify;
    text-justify: inter-word;
	font-size: 96px;
	  line-height: 82px;

}

#intros
    {
	width: 932px;
	background-color: #ff392c;
	margin-top: 8px;
	font-size: 60px;
	line-height: 68px;
	color: white;
}

.cheading{
	color: black;
}

form{
   text-align: left;
   padding-left: 16px;
}

.paybutton {
	height: auto;
	width:auto;
}

#content1
    {
      width: 932px;
	  background-color: white;
	  font-size: 32px;
	  line-height: 36px;
	  color: #999999;
	  padding-top: 4px;
	  padding-bottom: 4px;
}

#content3
    {
      width: 932px;
	  background-color: white;
	  font-size: 32px;
	  line-height: 36px;
	  color: #999999;
	  padding-top: 4px;
	  padding-bottom: 4px;
}

#content2
    {
      width: 932px;
	  background-color: #eeeeee;
	  font-size: 32px;
	  line-height: 36px;
	  color: #999999;
	  padding-top: 4px;
	  padding-bottom: 4px;
}

.imgpages
	{
	width: 448px;
	border: 1px solid #EEEEEE;
	height: auto;
	}
	
.imgspreads
	{
	width: 900px;
	height: auto;
	}
	
.imgposter
	{
	width: 898px;
	border: 1px solid #EEEEEE;
	height: auto;
	}
	
.button {
	font-family: 'fuxitregular', Arial, sans-serif; 
	color: black;
	font-size: 60px;
	line-height: 68px;
	text-decoration: none;
	padding-left: 16px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}	
