html{ height:100%
		
		}
body 			{
				height:90%
			    font-family:arial,helvetica;
				margin:0px; 
				padding:0px;
				background-color:black;
				color:273121;
				background-image:url('/2008/images/bg.jpg');
				background-position:top center;
				background-repeat:repeat-y;
				}
p  				{
                width:750px;
				color:#000000;
				padding-left:25px;
				padding-right:25px;
				text-align:justify;
				margin-bottom:0px;
				}
input
				{
				color: #83644a;
				background: white;
				border: 1px solid #8bad36
				}
a,a:active,a:link,a:visited {color:#273121}
a:hover{color:#941116}
#container				{
				color:#273121; 
				font-size:12pt; 
				padding-top:10px; 
				margin-bottom:0px;
				text-align:center;
				padding-right:110px;
				padding-left:110px ;
				z-index:5;
				clear:left;
				}
				
.containerHead {text-align:center}

/*content holders*/

#siteHolder 	{
				position:absolute; 
				width:100%; 
				height:100%;
				}
				
#siteCenter 	{
				position:relative; 
				width:1000px; 
				height:100%;
				padding-left:0px; 
				padding-bottom:0px;
				}
			
#flashcontent {
			width:1000px;
			height:600px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:0;
		}
		
#contentHolder  {
			width:1000px;
			position:absolute;
/*			top:273px;*/
			top:0px;
			left:0px;
			z-index:5;
					
				}

/*header*/


/* main nav */
#navigation 	{text-align:center}
#navigation ul
				{
				margin-top: 0px;
				margin-left:45px;
				margin-bottom:0px;
				height:30px;
				padding: 0px;
				list-style-type: none;
				}
				
#navigation ul li 
				{ 
				margin-bottom: 0px;
				padding: 0px;
				float:left;
				}
#footer ul
				{
				margin-left:0px;
				width:900px;
				height:87px;
				padding: 0px;
				list-style-type: none;
				}
				
#footer ul li 
				{ 
				margin-bottom: 0px;
				padding: 0px;
				float:left;
				}

.head {font-size:24px;
       font-weight:bold;
       color:white;
       }

.affiliate {
	color:#273121;
	font-size:12pt
}

.pic {border:5px solid #273121; background-color:black; width:150px; height:100px; overflow:hidden; float:left; padding:0px; margin:0px; margin-right:10px;}