/*FONT INCLUDES*/
@font-face {
	font-family: Avenir Next;
	src: url('avenirnext.ttf');
}
@font-face {
	font-family: Avenir Next Regular;
	src: url('avenirnext.regular.otf');
}
.18pxfont {
	font-size:18px;
}
a:link {
	border:0px;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color:#d3a734;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.justified {
	text-align:justify;
}

body,td,th {
	color: #CCC;
	font-family: Avenir Next Regular;
	font-size:14px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bigimg {
	width:535px;
	height:800px;
	position:absolute;
	left: 0px;
	top: -128px;
}
#logo {
	z-index:2;
	position:absolute;
	left: 296px;
	top: 302px;
}
#content {
	width:640px;
	overflow:visible;
	position:absolute;
	left: 537px;
	top: 167px;
}
#socialmedia {
	overflow:visible;
	position:absolute;
	left: 1195px;
	top: 123px;
}


/*NAVIGATION USING PNG FILES
#navigationwithimages {
	width:405px;
	height:26px;
	position:absolute;
	left: 475px;
	top: 212px;
}
*/

/*NAVIGATION STACKER*/
#navigationstack {
    list-style-type: none;
    text-align: justify;
	width:640px;
    height: 21px;
	position:absolute;
	left: 497px;
	top: 117px;
	font-family: Avenir Next Regular;
	font-size:18px;
	z-index:3;
}
#navigationstack li {
    display: inline
}
#navigationstack li a {
    text-align: left;
    display:inline-block;
}
#navigationstack .stretch {
    display: inline-block;
    width: 100%;
    /* IE6/7 support */
    *display: inline;
    zoom: 1
}


