	*
	{
		padding: 0;
		margin: 0;
		font-size: 100%;
		font-family: Arial;

	}
	
	body
	{
		background: #96938b;
	}
	
	html, body
	{
		height: 100%;
	}

	div.fontspec
	{
		font-family: 'Zeyada', cursive;
/*		font-family: 'Yellowtail', cursive;
		font-family: 'Pacifico', cursive;
		font-family: 'Italianno', cursive;
*/	
	}
	
	div.wrapper1
	{
		margin-left: 10%;
		margin-right: 10%;
	}
	
	div.wrapper2
	{
		margin-left: 5%;
		margin-right: 5%;
	}
	
	div.wrapper3
	{
		margin-left: 5%;
		margin-right: 5%;
		padding: 0px 0px 40px 0px;
	}
	
	h1
	{
		margin: 0;
		padding: 30px 0 0 0;
		font-size: 4em;
		color: black;
		font-weight: bold;
		text-align: center;
	}
	
	h2
	{
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 1.5em;
		color: black;
		font-weight: bold;
		text-align: center;
	}
	
	h3
	{
		margin: 0;
		padding: 0 0 5px 0;
		font-size: 1em;
		color: black;
		font-weight: bold;
		text-align: center;
	}
	
	h3.menu a:link
	{
		color: #cc5100;
		text-decoration: none;
	}
	
	h3.menu a:visited
	{
		color: #961600;
		text-decoration: none;
	}
	
	h3.menu a:hover
	{
		color: #ff7200;
		text-decoration: none;
	}
	
	#menu
	{
		text-align: justify;
		min-width: 500px;
	}
	
	#menu:after
	{
		content: '';
		display: inline-block;
		width: 100%;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#bullets
	{
		padding: 0 0 10px 50px;
		line-height: 2;
		font-weight: bold;
	}
	
	#bullets a:link
	{
		color: #cc5100;
		text-decoration: none;
	}
	
	#bullets a:visited
	{
		color: #961600;
		text-decoration: none;
	}
	
	#bullets a:hover
	{
		color: #ff7200;
		text-decoration: none;
	}
	
	div#container
	{
		margin: auto;
		padding: 0 0 0 70px;
		width: 1024px;
	}
	
	p.heading
	{
		margin: 0;
		padding: 20px 0 10px 0;
		font-size: 1.5em;
		color: black;
		font-weight: bold;
		text-align: left;
	}
	
	p.contents
	{
		font-size: 1em;
		color: black;
		text-align: left;
		line-height: 36px;
	}
	
	p.contents2
	{
		font-size: 1em;
		color: black;
		text-align: left;
		line-height: 20px;
	}
	
	p.contents a:link
	{
		color: #cc5100;
		font-weight: bold;
		text-decoration: none;
	}
	
	p.contents a:visited
	{
		color: #961600;
		text-decoration: none;
	}
	
	p.contents a:hover
	{
		color: #ff7200;
		text-decoration: none;
	}
	
	
	.wrapperfooter
	{
		min-height: 100%;
		height: auto !important;
		margin-bottom: 0px;
	}
	
	footer, .push { height: 70px; }
	
	footer
	{
		font-size: .8em;
		color: #C9C9C9;
		text-align: center;
	}
	
	footer a:link
	{
		color: #5F8CC4;
		font-weight: bold;
		text-decoration: none;
	}
	
	footer a:visited
	{
		color: #5F8CC4;
		text-decoration: none;
	}
	
	footer a:hover
	{
		color: #777777;
		text-decoration: none;
	}
	
	img
	{
		max-width:100%
	}
/*
.item{
  width:150px;
  text-align:center;
  display:block;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 1px;
  float:left;
}*/

