/*------------my header for all pages------------*/
       * {margin:0;padding:0;}

	body     {background: #000033; font-family:Arial, Helvetica, sans-serif; font-size:85%;
	          color: #000033; text-align: center; margin-left: auto; margin-right: auto; width: 900px; border: 1em groove}

	h2       {color:#ffffaa; text-indent: 5px; font-family: "Times New Roman", Times, serif; font-size: 20px;
	          font-weight: bold}
       #wrapper  {background:#000033; position:relative; text-align:left; width: 900px; margin: 0 auto;
	               }
	              /*---clear all both---*/
       #clear     {clear:both}


       #header    {position:relative; height:147px;}

       #tophead   {background: url(header1.jpg) bottom left no-repeat; height:115px; position:relative}
       #tophead h1 {background:url(logo.png) top left no-repeat;height:50px; margin-top:5px; margin-left:5px; text-indent:-9999px}

       #tophead #buttons{position:absolute; top:5px; right:5px}
			
       #tophead #buttons img  {border:0px}
			
		
       #navbar          {}

       #navbar ul       {margin:0; padding:0; position:absolute; top:115px; list-style:none; background:url(bgnav.png) repeat-x top left}
       #navbar ul li    {float:left;background:url(seperator.png) no-repeat center right}
       #navbar ul li a  {padding:0 .53em; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:1.9em; 
                         text-decoration:none; color:#fff; float:left; display:block}
       #navbar ul li a:hover{ color: #ffd700}
		
	
	
	


/*------------content Styling------------*/
        #content   {background:#3366CC; float:left; width:900px; position:relative}

	#left      {float:left; width: 200px}
        #left h2   {color: #3366FF}
	#left p , #right p {padding:10px; color: #3366FF}
	
	#centerl    {float: left}
        #top       {text-align: center}
	#featured  {text-align: center; margin: 15px}
	
	#top       {width: 500px; clear:both}
		
	#flash     {width:500px; padding-right:5px; padding-left:5px}
	#myflash   {width: 490px; height:380px}
		
        #top h2    {color:#000033; font-size:20px; line-height:1.5em; text-transform:uppercase}
		
	
       
	#infol      {background-color: #3366CC; float: left; width:225px; padding-left:10px; padding-right:10px; font-weight:bold; border-right: .05em double white}
	#infol p	{text-align:left;}
	#listing   {float:right; width:	220px; padding-left: 0px; padding-right:4px}
	#listing a {color: white; margin-left: 4px}

	#right     {float:right; width: 150px}
        #right h2  {color: #3366FF}
       

#footer  {width:600px; height:60px; position: relative; margin:0}


#footer ul        {margin:0; padding:0; text-align: center; position:absolute; bottom:10px; list-style:none}
#footer ul li     {float:left}
#footer ul li a   {margin:auto 0; padding:0 .53em; font-size:10px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:3em;
		   text-decoration:underline; color:#fff; float:left; display:block}
			
#footer ul li a:hover{text-decoration:none; color:#ffd700}
		
address    {color:white; text-align:center; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px}

