body
	{
         background-color: #FFF;
         color: #000;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 10pt;
         margin: 0px;
         text-align: left;
         }

#center1
	{
         background-color: #FFF;
         color: #000;
         display: block;
         height: 1px;
         left: 0px;
         overflow: visible;
         position: absolute;
         top: 50%;
         visibility: hidden;
         width: 100%;
         }

#center2
	{
         background-color: #FFF;
         height: 550px;
         left: 50%;
         margin-left: -332px;	/* exactly half of its width */
         position: absolute;
         top: -275px;	/* exactly half of its height */
         visibility: visible;
         width: 665px;
         }

#head
	{
         height: 75px;
         left: 0px;
         position: absolute;
         top: 25px;
         width: 665px;
         }

#head a img
	{
         border-style: none;
         }

#content_text
	{
         height: 380px;
         left: 0px;
         overflow: auto;
         position: absolute;
         top: 125px;
         width: 665px;
         }

#content_image
	{
         height: 100px;
         left: 25px;
         position: absolute;
         top: 325px;
         width: 300px;
         }

#image
	{
         background-position: center;
         background-repeat: no-repeat;
         height: 300px;
         left: 350px;
         position: absolute;
         top: 125px;
         width: 300px;
         }

#motioncontainer a img
	{
         border: 1px solid #FFF;
         }

#motioncontainer a:hover img
	{
         border: 1px solid #000;
         }

#menu
	{
          color: #CC0000;
          height:25px;
          left: 0px;
          position: absolute;
          text-align: right;
          top: 0px;
          width:665px;
          }

#metanav1
	{
         color: #CC0000;
         height: 25px;
         left: 0px;
         position: absolute;
         text-align: left;
         top: 530px;
         width: 300px;
         }

#metanav2
	{
         color: #CC0000;
         height: 25px;
         left: 365px;
         position: absolute;
         text-align: right;
         top: 530px;
         width: 300px;
         }

a.menu_link:link
	{
         color: #CC0000;
         text-decoration: none;
         }

a.menu_link:visited
	{
         color: #CC0000;
         text-decoration: none;
         }

a.menu_link:hover
	{
         color: #CC0000;
         font-weight: bold;
         text-decoration: none;
         }

a.menu_link:active
	{
         color: #3366CC;
         font-weight: bold;
         text-decoration: none;
         }