BODY {
	background: #000000 url(../post/_photos/background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}

A:link {color:#e90303; text-decoration:underline;}
A:visited {color:#e90303; text-decoration:underline;}
A:hover {color:#e1fc2c; text-decoration:underline;}
A:active {color:#e1fc2c; text-decoration:underline;}

A.nav:link { color:#CCC; text-decoration:none;}
A.nav:visited { color:#CCC; text-decoration:none;}
A.nav:hover { color:#ef8122; text-decoration:underline;}
A.nav:active { color:#ef8122; text-decoration:none;}

A.side:link { color:#CCC; text-decoration:none;}
A.side:visited { color:#CCC; text-decoration:none;}
A.side:hover { color:#ef8122; text-decoration:underline;}
A.side:active { color:#ef8122; text-decoration:none;}

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

.headerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FCF147;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

.qlinksText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	color: #e1fc2c;
	text-decoration: none;
}

.frontsideText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.navigationText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
max-width: 100%;
height: auto;
}

.smallframe
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
}

.resize
{
max-width: 100%;
height: auto;
}


.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}


a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FCB200;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	font: bold 19px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:5px;
	-webkit-box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FCB200,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FCB200;
	-moz-box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FCB200,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FCB200;/* Firefox */
	box-shadow:
		3px 3px 12px #000000,
		0px 0px 3px #000000,
		inset 0px 5px 12px #FCB200,
		inset 0px 15px 2px #ffffff,
		inset 0px 25px 25px #FCB200;
	}