body,td,th {
	font-family: tahoma, helvetica, arial,verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

body {
	background-color: #000;
	margin: 0;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center; 
}

a:link, a:visited, a:active {
	text-decoration: none;
  color: #FEF769;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

h1 {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.2em;
	color: #ff9600;
  font-weight: bold;
  border-bottom: double 3px #ff9600;
}

h2 {
	margin: 0em 0em 0.3em 0em;
	font-size: 1.1em;
	color: #ff9600;
  font-weight: bold;
  border-bottom: solid 1px #ff9600;
}

h3 {
	margin: 0em 0em 0.3em 0em;
	font-size: 1.05em;
	color: #ff9600;
  font-weight: bold;
}

h4 {
	margin: 0em 0em 0.3em 0em;
	font-size: 1em;
	font-weight: bold;
	color: #ff9600;
}

h1,h2,h3,h4
{
    text-align: center;
}

form {
	margin: 0;
}

hr
{
	border: 0;
	width: 100%;
	color: #fff;
	background-color: #fff;
	height: 1px;
	padding: 0;
	margin: 0px 0px 0.6em 0px;
}

p
{
	padding: 0;
	margin: 0px 0px 1em 0px;
}

div#content
{
	width: 425px;
	top: 125px;
	left: -22px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
}

div#content, div#content td, div#content th
{
    font-size: 13px;
}

div#content img
{
    border: 2px solid #000;
}

div#content a:link img, div#content a:active img, div#content a:visited img
{
    border: 2px solid #000;
}

div#content a:hover img
{
    border: 2px solid #fff;
}

div#content_top
{
  min-height: 595px;
}

.menu
{
	border: 0;
  position: absolute;
  top: 100px;
  left: 500px;
}

.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
}

.menu a
{
	display: block;
	margin: 0;
	padding: 0px 10px 0px 0px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	width: 1px; /* Must define width for ie6 ? */
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

html>body .menu a
{
	width: auto;
}

.menu a:link, .menu a:visited, .menu a:active
{
	color: #000;
}

.menu a:hover
{
	color: #fff;
}

.menu-current a:link, .menu-current a:visited, .menu-current a:active, .menu-current a:hover {
	color: #fff;
}

.menu-parent a:link, .menu-parent a:visited, .menu-parent a:active, .menu-parent a:hover {
	color: #fff;
}

div#footer {
  border-top: solid 1px #666;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited
{
 
}
#footer a:hover
{
}
