/* layout */
body
	{
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	border: none;
	}
html
	{
      margin: 0;
      padding: 0;
      height: 100%;
      border: none;
	}
#head
	{
	width: 38em;
	height: 5em;
	margin: auto;
	border: none;
	padding: 0;
	text-align: right;
	}
#wrapper
	{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	border: none;
	}
#noflash
	{
	text-align: right;
	font-size: 0.7em;
	width: 550px;
	margin: auto;
    padding: 0;
    height: 1em;
    border: none;
	}
#contact
	{
	margin: auto;
	padding: 0;
	vertical-align: middle;
	height: 8em;
	width: 20em;
	border: none;
	text-align: left;
	}
.box
	{
	margin: auto;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	height: 200px;
	width: 400px;
	border: none;
	}
/* layout ends*/
a img,:link img,:visited img
	{
	border: none
	}
a.imglink:hover
	{
	background: transparent;
	}
a:link
	{
	background: inherit;
	color: #ffff00;
	text-decoration: none;
	}
a:visited
	{
	background: inherit;
	color: #ffff00;
	text-decoration: none;
	}
a:hover
	{
	background: inherit;
	color: #ff0000;
	text-decoration: underline;
	}
a:active
	{
	background: inherit;
	color: #ffff00;
	text-decoration: none;
	}
.small
	{
	font-size: 0.7em;
	text-align: center;
	font-style: normal;
	}
.center
	{
	text-align: center;
	font-style: normal;
	}
.nav
	{
	text-align: left;
	border: 0;
	color: #000000;
	}
.left
	{
	text-align: left;
	}
.right
	{
	text-align: right;
	}
.italic
	{
	font-style: italic;
	}
.icenter
	{
	text-align: center;
	font-style: italic;
	}
.ibold
	{
	font-style: italic;
	font-weight: bold;
	}
.bold
	{
	font-weight: bold;
	}
.quotes
	{
	font-style: italic;
	text-align: left;
	font-size: 0.7em;
	}
h1
	{
	text-align: right;
	font-weight: bold;
	font-size: 2.5em;
	}	
h2
	{
	text-align: right;
	font-weight: bold;
	font-size: 2em;
	}
h3
	{
	color: #ff0000;
	text-align: center;
	font-size: 1.1em;
	}
h4
	{
	color: #ffff00;
	text-align: left;
	}