body	      {
               background       :#ffffff; 
	       margin           : 0px;
	       padding          : 0px;
	       border           : 0px;
               font-weight      : normal;
	       font-family      : arial, helvetica, sans-serif;
	       font-size        : 12px;
               color            : #ffffff;
	      }

div           {
                margin          : 0px;
                padding         : 0px;
              }
       
a:link	      {
	        font-weight     : normal;
	        text-decoration : none;
	        color           : #ffffff;
	        background      : transparent;
	      }

a:visited     {
	        font-weight     : normal;
	        text-decoration : none;
	        color           : #ffffff;
	        background      : transparent;
	      }

a:hover	      {
	        font-weight     : normal;
	        text-decoration : none;
	        color           : #ffffff;
	        background      : transparent;
	      }

a:active      {
	        font-weight     : normal;
	        text-decoration : none;
	        background      : transparent;
	        color: gray;
	      }
	
#main_wrapper {
		width           : 991px;
		height          : 780px;
		text-align      : center;
                margin          : 0px auto 0px auto;
                position        : absolute; left: 50%; margin-left: -499px;
               }

#flash_wrapper {
		width           : 991px;
		height          : 453px;
		float           : left;
               }
#body_wrapper {
		width           : 991px;
		height          : 230px;
		float           : left;
		background      : #231f20;
                margin-top      : 2px;
               }
               
#body_image {
		width           : 231px;
		height          : 140px;
		float           : left;
                margin-top      : 40px;
                margin-left     : 47px;
               }

#body_text {
		width           : 392px;
		text-align      : left;
		float           : left;
                margin-top      : 36px;
                margin-left     : 30px;
               }

#body_form_text {
		width           : 208px;
		text-align      : left;
		float           : left;
                margin-top      : 30px;
                margin-left     : 20px;
                padding-top     : 7px;
                padding-left    : 10px;
				padding-right    : 10px;
                background      : #120f0f;
               }
#body_form {
		width           : 218px;
		text-align      : left;
		float           : left;
                margin-top      : 0px;
                margin-left     : 20px;
                padding-bottom  : 10px;
                padding-left    : 10px;
                background      : #120f0f;
               }
               

#form_input {
		width           : 161px;
		text-align      : left;
		float           : left;
                margin-top      : 5px;
                margin-left     : 0px;
               }
#form_go {
		width           : 30px;
		text-align      : left;
		float           : left;
                margin-top      : 0px;
                margin-left     : 0px;
               }
#footer_wrapper {
		width           : 991px;
		height          : 118px;
		float           : left;
		background      : #7a7c7f;
                margin-top      : 2px;
                margin-bottom   : 2px;
               }
#footer_left {
		width           : 569px;
		text-align      : left;
		float           : left;
                margin-top      : 17px;
                margin-left     : 44px;
               }
			   
#footermiddle {
		width           : 101px;
		text-align      : left;
		float           : left;
        margin-top      : 17px;
        margin-right     : 0px;
               }
			   
#footer_right {
		width           : 225px;
		text-align      : left;
		float           : left;
                margin-top      : 16px;
                margin-left     : 15px;
               }

