/* =Layout----------------------------------------------- */
html,body, form 
    { 
        height: 100%; 
    } 

body
{
	background-color: #ffffff;
	font-family: Courier, Arial, Verdana, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#header
{
	background: #ffffff url(images/bg_header.gif) no-repeat;
	height: 73px;
	min-width: 1003px;
}
#header h1, #header p
{
	margin-top: 0px;
}
#footer
{
	min-width: 1003px;
	
}
#wrapper
{
	width: 853px;
	position: relative;
	min-width: 853px;
}
#leftColumn
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	font-size: .9em;
}
#rightColumn
{
	position: absolute;
	top: 0px;
	left: 603px;
	right: 0px;
	width: 352px;
	padding-right:30px;
		background: #fee500 url( "images/bg_right.gif" ) center center  no-repeat;

	
}

#mainColumn
{
	margin:0 0 20px 50px;
	padding: 0px;
	font-size: 1em;
	/*height: 502px;*/
}
 .clear
        {
            clear: both;
            display: block;
            height: 1px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

/* =Homepage ----------------------------------------------- */

.home #leftColumn
{
	width: 50px;
	font-size: .9em;
}

.red_header
{
	COLOR: #fee500; 
	BACKGROUND-COLOR: #ed2024;
	FONT-VARIANT: small-caps;
	font-size: 3pt;
	TEXT-DECORATION: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
}

hr
{  background: url(images/line.gif) repeat-x top left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/line.gif');
  width: 0.2em;
  height: 1em;
  border: 0;
}
* > hr
{  width: 100%;
  height: 10px;
}

.tb
{  background: url(images/line2.gif) repeat-x top left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/line2.gif');
  width: 1em;
  height: 1em;
  border: 0;
}
* > .tb
{  width: 100%;
  height: 10px;
}

#rightColumn p, .std_right
{
	margin:15px 10px 10px 10px;
	width: 100%;
	font-size: 8pt;
}

#rightColumn .ticki
{
	height: 100px;
}

.home #footer
{
	background: #fff url( "images/bg_home_footer.gif" );
width: 985px;
	height: 45px;
	position: relative;
	top: -3px;
}
 #nav
{
	position: absolute;
	top: 90px;
	left: -10px;
	z-index: 999;
}
#nav2
{
	position: absolute;
	top: 430px;
	left: -10px;
	z-index: 999;
}
#nav ul, #nav2 ul 
{
	width: 200px;
	LIST-STYLE: none;
}

#nav li a, #nav2 li a
{
	font-size: .8em;
	background-color: #000;
	color: #fee500;
	width: 160px;
	height: 16px;
	line-height: 8px;
	margin-top: 5px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 8px;
}
#nav li a:hover, #nav2 li a:hover
{
	color: #fff;
}

/* =SubPages ----------------------------------------------- */
 
.Subpages #mainColumn table td
{
	font-size: .9em;
	vertical-align: top;
} 
.Subpages #table_left 
{
 margin-left: 20px;
 margin-top: 50px;
 padding-right: 20px;
 width: 560px;
}
.Subpages #table_left_alt 
{
 margin-left: 10px;
 margin-top: 50px;
 width: 560px;
}

.Subpages #table_left hr, .Subpages #table_left_alt hr
{  background: url(images/line2.gif) repeat-x top left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/line2.gif');
  margin-left: 10px;
  width: 0.2em;
  height: 1em;
  border: 0;
}
* > .Subpages #table_left hr, * > .Subpages #table_left_alt hr
{  width: 100%;
  height: 10px;
}

.Subpages #mainColumn
{
	margin:0 0 20px 10px;
}
.Subpages #rightColumn P
{
	margin:15px 10px 10px 10px;
	font-size: 8pt;
}

.Subpages #mainColumn .std_td
{
	width: 220px;
	text-align: left;
}
.Subpages #footer
{
	background: #fff url( "images/bg_footer.gif" );
	width: 985px;
	height: 45px;
	position: relative;
	top: 100px;
}

/* =Other ----------------------------------------------- */

.Other #mainColumn table td
{
	width: 502px;
	text-align: left;
}

/* =alt Images and Profiles page ----------------------------------------------- */
.alt #rightColumn UL
{
	font-size: 14pt;
	font-family: Courier New, Arial, Verdana, sans-serif;
}
.alt #rightColumn P
{
	font-size: 14pt;
	font-family: Courier New, Arial, Verdana, sans-serif;
}
