/* Arthur Coates www.arcoates.com */

* { padding: 0; margin: 0; }

/* @group basics */

body{
	color: #ffff00;
	background: url("image1.jpg") fixed center -100px repeat-y;
	font-family: normal Verdana,Tahoma,Arial,sans-serif;
	font-size: 16px;
}

img {
	border-width: 0;
}

a {
	text-decoration: none;
	color: white;
}

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

h1 {
	font-weight: bolder;
	font-size: 140%;
	margin-bottom: 6px;
	color: yellow;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}
.displayname {
	font-weight: bolder;
	font-size: 10pt;
	color: black;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}
p {
	font-size: 80%;
	color: #434f52;
	font-family: Arial,sans-serif;
}
h2 {
	font-weight: normal;
	font-size: 180%;
	margin-bottom: 6px;
	color: white;
	font-family: Verdana,Tahoma,Arial,sans-serif;
}
h3 {
  font-weight: bolder;
  font-size: 95%;
  margin-bottom: 7px;
  color: white;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}
h4 {
  font-weight: normal;
  font-size: 80%;
  margin-bottom: 6px;
  color: #ff4500;
  font-family: Verdana,Tahoma,Arial,sans-serif;
}



/* @end */

/* @group structure */

#wrapper {
 width: 1073px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background: url(edges.png) repeat-y;
}

#inner {
	width: 960px;
	float: left;
	margin-left: 57px;
	margin-top: 0;
	background: url(50.png) repeat center 0;
}

#edges {
	width: 100%;
	background: url(edges.png) repeat-y;
	float: left;
}

#header {
 color: #333;
 width: 960px;
 float: left;
	text-align: center;
	background-image: none;
}

#header img {
	margin-top: 10px;
}

#columnwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: 10px;
	background: none no-repeat 0 -15px;
	float: left;
}

#leftcolumn {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 200px;
	background-color: transparent;
}

#centrecolumn {
	width: 480px;
	text-align: center;
	float: left;
	background-color: transparent;
}

#rightcolumn {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 200px;
	background-color: transparent;
}

.fullwidth {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.fullwidth-intro {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.fullwidth-ah {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.credits {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 100px;
	text-align: center;
	width: 100%;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 10px;
}

.credits a {
	color: silver;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
}

.fullwidth-ah a {
	color: white;
	font-family: jaf-mashine-n8, jaf-mashine;
}

.fullwidth-ah a:hover {
	color: silver;
}

.prquote {
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 16px;
	line-height: 19px;
}

.quotesource {
	font-size: 14px;
	text-transform: uppercase;
	
	font-weight: normal;
	font-style: normal;
}

.releasedate {
	color: silver;
	font: normal normal 14px jaf-mashine-n8, jaf-mashine;
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
a.topnav
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 99%;
    COLOR: white;
    FONT-FAMILY: Verdana,Tahoma,Arial,sans-serif;
    TEXT-DECORATION: none
}
.topnav
{
    COLOR: white
}
a.topnav:hover
{
    COLOR: #ccffff;
    BACKGROUND-COLOR: #2d4141;
    TEXT-DECORATION: none
}
a.topnav:visited
{
    COLOR: white;
    FONT-FAMILY: Verdana,Tahoma,Arial,sans-serif;
    TEXT-DECORATION: none
}
#footer 
{
	background-color: transparent;
	color: white;
	font-size: x-small;
	TEXT-DECORATION: none;
	text-align: center;
}
a.footer
{
	background-color: transparent;
	color: White;
	font-size: xx-small;
	TEXT-DECORATION: underline;
}
	a.footer:hover
	{
	background-color: transparent;
	color: Silver;
	font-size: x-small;
	TEXT-DECORATION: none;
	text-align: center;
}
	/* Dropdown styling */
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #333;
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 150px;
	z-index: 1000;
	color: white;
	TEXT-DECORATION: none
	}

.dropdown-menu li a {
  white-space: nowrap;
  TEXT-DECORATION: none
 }

.dropdown:hover .dropdown-menu {
  display: block;
  TEXT-DECORATION: none
}
	    .dropdown {
	position: relative;
	display: inline-block;
	color: white;
	TEXT-DECORATION: none
}

  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #525152;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	color: white;
	TEXT-DECORATION: none
}

  .dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	TEXT-DECORATION: none
}

  .dropdown-content a:hover {
    background-color: #f1f1f1;
	 color: white;
	 TEXT-DECORATION: none
  }

  .dropdown:hover .dropdown-content {
    display: block;
	 color: white;
	 TEXT-DECORATION: none
  }