* {margin: 0px; padding: 0px;}

html, body {height: 100%;}


a img {border: none;}

body {

      background: #000000;

}

#copyrights {
			font: 11px tahoma;
			color: gray;
			margin-left: 0px;
}


a.menu_link:link {color: #cccccc; font: 11px tahoma;}
a.menu_link:visited {color: #cccccc; font: 11px tahoma;}
a.menu_link:hover {color: #cccccc; font: 11px tahoma; text-decoration: none;}
a.menu_link:active {color: #cccccc; font: 11px tahoma;}

a.footer_link:link {color: #fe6005; font: 11px tahoma;}
a.footer_link:visited {color: #fe6005; font: 11px tahoma;}
a.footer_link:hover {color: #fe6005; font: 11px tahoma;}
a.footer_link:active {color: #fe6005; font: 11px tahoma;}


#nonFooter
{
position: relative;
min-height: 100%;
min-width: 1000px;
}

* html #nonFooter
{
height: 100%;
}

#content {
          padding-bottom: 120px;
}

#center_image {
			   text-align: center;
			   padding-top: 200px;
}

#menu_and_footer {
         position: relative;
         margin-top: -135px;
         height: 135px;
		 min-width: 1000px;
}


a.footer_link:link {color: gray; font: 11px tahoma;}
a.footer_link:visited {color: gray; font: 11px tahoma;}
a.footer_link:hover {color: gray; font: 11px tahoma;}
a.footer_link:active {color: gray; font: 11px tahoma;}


.menu_table {width: 1000px;}

.menu_table td {
                 border: 1px solid white;
				 padding: 10px;
				 width: 5px;
}

.menu_ul {list-style: none;}


.menu_ul li {
			  float: left;
			  text-align: center;
			  margin-left: 10px;
}

#menu {
       height: 55px;
	   padding-top: 15px;
	   text-align: center;
}

#div_for_menu {margin: 0 auto; width: 1000px;}

#ul_menu {list-style: none;}

#ul_menu li {
             float: left;
			 width: 170px;
			 margin-left: 10px;
			 margin-right: 10px;
}

#footer {
         height: 25px;
}

#footer_center{
              margin: 0 auto;
			  width: 1000px;
			  height: 40px;
} 

/*
#copyrights {
            float: left;
			width: 270px;
			margin-top: 5px;
			font: 11px tahoma;
			color: #ffffff;
}


#we_made_it {
             font: 11px tahoma;
			 color: #ffffff;
			 height: 20px;
			 margin-top: 12px;
}
*/

#we_made_it {
             font: 11px tahoma;
			 color: gray;
}

#footer_logo {
              float: right;
			  width: 125px;
			  margin-top: 0px;
}

.clear {clear: both;}
