body,html {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-family: 'Codystar', cursive;	
}

body {
	background: 
		url("images/v1_bg1.png") 0px 122px repeat-x, 
		url("images/v1_bg2.png") 0px 254px repeat-x,
		url("images/v1_bg0.png") repeat-x,
		#68071d;
}

#landing {
	background-image: url("images/v1_landing.jpg");
	background-repeat: no-repeat;
	width: 1447px;
	height: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#landing_blurb {
	position: relative;
	top: 265px;
	left: 925px;
	width: 480px;
	font-family: 'Raleway', sans-serif;
}

#container {
	background: url("images/v1_header.png") no-repeat;
	width: 1469px;
	height: 836px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: rgba(132,34,56,0.8);
	position: relative;
	top: 380px;
	left: 625px;
	width: 760px;
	padding: 15px;
	padding-bottom: 100px;
	margin-bottom: 218px;
	
	font-family: 'Raleway', sans-serif;
	color: #feb435;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#footer {
	background: url("images/v1_footer.png");
	position: relative;
	left: 575px;
	bottom: -50px;
	width: 875px;
	height: 218px;
}
#footer_blurb {
	position: relative;
	left: 160px;
	top: 110px;
	width: 650px;
	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #ba2b4b;
}


#nav_landing {
	position: relative;
	left: 1020px;
	top: 290px;
	width: 300px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}

#nav {
	position: relative;
	left: 870px;
	top: 370px;
	width: 500px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}


#content a:link {
	color: #4ebc30;
	text-decoration: none;
}
#content a:visited {
	color: #4ebc30;
	text-decoration: none;
}
#content a:hover {
	color: #ebebeb;
	text-decoration: none;
}
#content a:active {
	color: #4ebc30;
	text-decoration: none;
}
#landing_blurb a:link {
	color: #fb1e3d;
	text-decoration: none;
}
#landing_blurb a:visited {
	color: #fb1e3d;
	text-decoration: none;
}
#landing_blurb a:hover {
	color: #4ebc30;
	text-decoration: none;
}
#landing_blurb a:active {
	color: #fb1e3d;
	text-decoration: none;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fb1e3d;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}

#nav a:link {
	color: #fd406a;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
#nav a:visited {
	color: #fd406a;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #fb1e3d;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px #ffd820;
}
#nav a:active {
	color: #fd406a;
	text-decoration: none;
	font-weight: bold;
}

i {
	color: #ff7100;
}

h1 {
	padding: 0;
	margin: 0;
	color: #ebebeb;
	line-height: 40px;
}
h2{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-style: italic;
	color: #ebebeb;
	line-height: 26px;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-indent: 0;
}

table.nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
td.nav {
	width: 20%;
	height: 60px;
	text-align: center;
}
table.wllppr {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

::-moz-selection { /* Code for Firefox */
    color: #fb416b;
    background: #a20b2d;
}

::selection {
    color: #fb416b; 
    background: #a20b2d;
}


@media screen and (max-width: 1366px) {
	body {
	background: 
		url("images/v1_bg2.png") 0px 233px repeat-x,
		url("images/v1_bg1.png") 0px 112px repeat-x, 
		url("images/v1_bg0.png") repeat-x,
		#68071d;
	background-size:
	100% 198px,
	100% 125px,
	100% 2000px;
}
	#landing {
	background-image: url("images/v1_landing.jpg");
	background-size: 1366px 967px;
	background-repeat: no-repeat;
	width: 1366px;
	height: 967px;
	margin-left: auto;
	margin-right: auto;
}
#landing_blurb {
	position: relative;
	top: 255px;
	left: 875px;
	width: 410px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
#nav_landing {
	position: relative;
	left: 960px;
	top: 290px;
	width: 300px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}

#container {
	background: url("images/v1_header.png") no-repeat;
	background-size: 1346px 766px;
	width: 1346px;
	height: 766px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: rgba(132,34,56,0.8);
	position: relative;
	top: 345px;
	left: 535px;
	width: 710px;
	padding: 15px;
	padding-bottom: 100px;
	margin-bottom: 201px;
	
	font-family: 'Raleway', sans-serif;
	color: #feb435;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#footer {
	background: url("images/v1_footer.png");
	background-size: 805px 201px;
	position: relative;
	left: 495px;
	bottom: -43px;
	width: 805px;
	height: 201px;
}
#footer_blurb {
	position: relative;
	left: 140px;
	top: 100px;
	width: 550px;
	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #ba2b4b;
}
#nav {
	position: relative;
	left: 770px;
	top: 330px;
	width: 500px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}
}




@media screen and (max-width: 1280px) {
	body {
	background: 
		url("images/v1_bg2.png") 0px 215px repeat-x,
		url("images/v1_bg1.png") 0px 103px repeat-x, 
		url("images/v1_bg0.png") repeat-x,
		#68071d;
	background-size:
	100% 182px,
	100% 125px,
	100% 2000px;
}
	#landing {
	background-image: url("images/v1_landing.jpg");
	background-size: 1280px 906px;
		background-repeat: no-repeat;
	width: 1280px;
	height: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#landing_blurb {
	position: relative;
	top: 230px;
	left: 825px;
	width: 410px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
#nav_landing {
	position: relative;
	left: 900px;
	top: 250px;
	width: 300px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}

#container {
	background: url("images/v1_header.png") no-repeat;
	background-size: 1240px 706px;
	width: 1240px;
	height: 706px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: rgba(132,34,56,0.8);
	position: relative;
	top: 335px;
	left: 535px;
	width: 650px;
	padding: 15px;
	padding-bottom: 100px;
	margin-bottom: 190px;
	
	font-family: 'Raleway', sans-serif;
	color: #feb435;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#footer {
	background: url("images/v1_footer.png");
	background-size: 761px 190px;
	position: relative;
	left: 485px;
	bottom: -50px;
	width: 761px;
	height: 190px;
}
#footer_blurb {
	position: relative;
	left: 140px;
	top: 100px;
	width: 550px;
	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #ba2b4b;
}
#nav {
	position: relative;
	left: 670px;
	top: 330px;
	width: 500px;
	
	font-family: 'Codystar', cursive;
	text-align: right;
	font-size: 32px;
}
}