* {
	margin:0;
	padding:0;
}
body {
	font-family: "helvetica neue", \5FAE\8F6F\96C5\9ED1, tahoma, sans-serif !important;
	font-size:100%;
	background: url(../images/siteBackground.jpg);
	margin: 0;
	padding: 0;
	color: #5d5d5d;
}
h1 {
	padding:60px 0px 10px 0px;
	font-weight:inherit;
	text-align:center;
	font-size:1.5em; 
}
h1 a {
	font-size:1.2em; 
	color:#5d5d5d;
	text-decoration:none;
}
h2 {
	font-size:0.8em;
	color:#5d5d5d;
	font-weight:inherit;
	padding:0 5%;
}
a img { 
	border: none;
}
a {
	color: #1c6cbe;
	text-decoration: underline; 
}
a:hover { 
	color: #1c6cbe;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
.wrapper {
	width:93.75%;  
	margin:0 auto;	
}
.wrapper {
  *zoom: 1; }

.wrapper:before, .wrapper:after {
  content: " ";
  display: table; }

.wrapper:after {
  clear: both; }
header {
	text-align:center;
}
.boxes {
	float:left;
	width:20%;
}
#col4 .boxes{
	width:25%;
}
#col4 .boxes5{
	display: none;
}
#col2 .boxes{
	width:50%;
}
#col2 .boxes3,#col2 .boxes4,#col2 .boxes5{
	display: none;
}
.box {
	width:95%;
	background:#ffffff;
	display: inline-block;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin:0 0 10% 0;
}
.picPreview {
	padding:5%;
}
.picPreview a:hover img {
	box-shadow:0 0 12px 0 #45463d;
}
.box p {
	padding: 5%;
}
.templateLink {
	background:#dedede;
	padding:5%;
	text-align:center;
	color:#c00;
	font-weight:bold;
	font-size:16px;
}
.templateLink a {
	text-decoration:none;
}
footer {
	text-align: center;
	padding:20px 0px 10px 0px;
	background:#dedede;
	margin-top:20px;
	line-height:200%;
}
footer p {
	font-size:0.8em; /* 12px/14px */
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
#nav2 {
	background:#008b7a;
	text-align:center;
	padding:10px 0;
	box-shadow:0 0 8px 0 #45463d;
	text-shadow:0 0px, 1px 1px #000000;
	position: fixed;  
	width:100%;
	overflow:hidden;
	top:0px;
	left:0px;
}
#nav2 li {
	list-style:none;
	display:inline;
	padding:3px 10px;
}
#nav2 li a {
	font-size:0.8em;
	color:#fff;
	text-decoration: none;
}
#nav2 li a:hover {
	color:#fff;
}
#nav2 .active a {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */

/**************************/
/*********************************End Media Queries****************************************/
/**************************/