﻿body {
	height:100%;
	margin:0px 0px 0px 0px;
	font-family: Courier New; font-size: 10pt; font-weight: bold;
    word-spacing: 0;
	background-color:#FBA6C7;
	color:#FFFFFF;
	text-indent: 0; 
	text-align: justify;
	background-attachment:fixed;
	background-repeat:repeat;
	background-image:url('images/background.jpg')
}

html {
	height:100%;
	overflow-y: scroll;
}

table        { valign:top; 
			   font-size: 10pt; font-weight: bold; text-align: justify;
               word-spacing: 0; margin: 0; font-family: Comic Sans MS }
			   div.centered {text-align: center;}
			   div.centered table {margin: 0 auto; text-align: left;}
			   div.cellold cell {bgcolor: #000000;}
			  h1, h2, h3, h4, h5, h6
}
	
p {
	margin-top:0px;
	margin-bottom:5px;
}

a:link {color:aqua;}
a:visited {color:fuchsia;}

.preloadimage {
	visibility:hidden;
	display:none;
}

h1           { color: #FFFFFF; font-size: 24pt; font-weight: bold; font-family: "Comic Sans MS"; margin:10px 0px 5px 0px;}
h2           { color: #FFFFFF; font-size: 18pt; font-weight: normal; font-family: "Verdana"}
h3           { color: #FFFFFF; font-size: 18pt; font-weight: bold; font-family: "Comic Sans MS"}
h4           { color: #FFFFFF; font-size: 14pt; font-weight: bold; font-family: "Courier New"}
h5           { color: #FFFFFF; font-size: 12pt; font-weight: normal; font-family: "Courier New"}
h6           { color: #FFFFFF; font-size: 10pt; font-weight: bold; font-family: "Courier New"}

#background
{
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#box_bottom_middle
{
    background-image: url("images/box/bottom_middle.gif");
    background-repeat: repeat-x;
}

#box_side_left
{
    background-image: url("images/box/side_left.gif");
    background-repeat: repeat-y;
}

#box_side_right
{
    background-image: url("images/box/side_right.gif");
    background-repeat: repeat-y;
}

#menu
{
	background-color: #6B739C;
}

#tablebackground
{
	background-color: #6B739C;
}


/*-------------------------------------------------------------------------------------------------------*/


.body-outer {
	padding:10px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.body-inner {
	width:100%;
	height:100%;
	border:4px #FE00FF solid;
	background-color:black;
	position:relative;
}

/* HEADER ---------------------------------------------------------------------------------------*/
.header {
	text-align:left;
	font-family:Verdana;
	font-weight:bold;
	font-size:14pt;
	color:white;
	margin:0px 0px 5px 0px;
	float:left;
	width:695px;
}

/* MENU ---------------------------------------------------------------------------------------*/
.menu {
	float:right;
	margin:-10px 1px 0px 0px;
	width:695px;
	padding:0px;
}
#nav-menu ul
{
	list-style: none;
	padding:0px;
	float:right;
	margin:0px;
} 
#nav-menu li
{
	float:left;
	width:95px;
	margin:0px 4px;
} 
#nav-menu li a
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	font-family:Verdana;
	font-size:9pt;
	letter-spacing:1px;
	font-weight:bold;
}
#nav-menu ul a:hover {
	}

#nav-menu a{
	background: url('images/page/menu-0-normal.png') #444 center center no-repeat;
	border:1px #999 solid;
	padding:2px;
	color:white;
}
#nav-menu a:hover {
	background: url('images/page/menu-0-over.png') #292929 center center no-repeat;
	color:fuchsia;
}
#nav-menu-selected a {
	background: url('images/page/menu-0-down.png') #AAA center center no-repeat;
	color:black;
}
#nav-menu-selected a:hover {
	background: url('images/page/menu-0-over.png') #AAA center center no-repeat;
	color:black;
}

/* SIDEBAR ---------------------------------------------------------------------------------------*/
.sidebar {
	margin-left:0px;
	clear:both;
	float:left;
	width:200px;
/*	background-color:lime;*/
}

/* BODY ---------------------------------------------------------------------------------------*/
.body {
	position:relative;
	float:right;
	margin-top:4px;
	margin-right:0px;
	padding:5px;
	width:690px;
	border: 0px #6734FF solid;
	border-right:0px;
	border-bottom:0px;
	text-align:center;
	padding-top:0px;
/*	background-color:fuchsia;*/
}

/* FOOTER ---------------------------------------------------------------------------------------*/
.footer {
	clear:both;
	margin:3px;
	text-align:center;
	background-color:fuchsia;
	color:black;
	font-weight:bold;
	letter-spacing:1px;
	padding:1px 0px 0px 0px;
}
.footer a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
/* COMMON ---------------------------------------------------------------------------------------*/
