body {
	margin: 0;
    padding: 0;
    background: #333333;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Serif;
	color: #FFFFFF;
	text-align: left;
}
	
.wrap {
    overflow: hidden;
    margin: 10px;
}

#main-container {
	width: 90%;
	margin: 0 auto;
}
	
header {
   	position: relative;
	left: 0px;
  	top: 0px;
	width: 100%;
	margin: 0 auto;
	border: none;
	font-family: 'Times', 'Times New Roman', Serif;
	color: #FFFFFF;
	text-shadow: none;
	white-space: nowrap;
	text-align: center;
}

header a:link {
	color: #333333;
	text-decoration: none;
}

header a:visited {
	text-decoration: none;
	color: #333333;
}

header a:hover {
	text-decoration: none;
	color: #FBB040;
}

header a:active {
	text-decoration: none;
}

h1 {
	border: none;
	color: #FFFFFF;
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: 36px;
	font-weight: 500;
	height: auto;
	line-height: 24px;
	white-space: wrap;
	text-align: center;
}

h1 a:link {
	color: #660000;
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
	color: #acacac;
}

h1 a:hover {
	text-decoration: none;
	color: #fdad00;
}

h1 a:active {
	text-decoration: none;
}

h2 {
	border: none;
	color: #002D72;
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 20px;
	white-space: wrap;
	text-align: center;
}

h2 a:link {
	color: #0099FF;
	text-decoration: none;
}

h2 a:visited {
	text-decoration: none;
	color: #777777;
}

h2 a:hover {
	text-decoration: none;
	color: #FF0000;
}

h2 a:active {
	text-decoration: none;
}

h3 {
	border: none;
	color: #FFFFFF;
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: 26px;
	font-weight: 100;
	line-height: 26px;
	white-space: wrap;
	text-align: center;
}

h3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

h3 a:visited {
	text-decoration: none;
	color: #acacac;
}

h3 a:hover {
	text-decoration: none;
	color: #fdad00;
}

h3 a:active {
	text-decoration: none;
}

img {
	max-width: 100%;
	text-align: center;
}

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
	.box {
    width: 100%;
    padding-bottom: 100%;
	}
}

@media only screen and (max-width : 767px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
    width: 50%;
    padding-bottom: 50%;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 768px) {
    /* Small desktop / ipad view: 4 tiles */
    .box {
    width: 25%;
    padding-bottom: 25%;
    }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
    width: 25%;
    padding-bottom: 25%;
    }
}

footer {
	text-align: center;
	color: #000000;
	font-family: 'Times', 'Times New Roman', Serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	position: fixed;
	width: 100%;
  	bottom:0px;
	margin: 0 auto;
	text-shadow: none;
	white-space: wrap;
	background-color: #acacac;
}

footer a:link {
	color: #336699;
	text-decoration: none;
}

footer a:visited {
	text-decoration: none;
	color: #333333;
}

footer a:hover {
	text-decoration: none;
	color: #0066CC;
}