/* * * * * * * * * * * * * * * * * * */
/* Stylesheet for the Global Company */
/* * * * * * * * * * * * * * * * * * */ 

/* * * * */
/* body  */
/* * * * */
body
{
   margin: 0;
   border: 0;
   padding: 0;
   font: 11pt Verdana, Arial, sans-serif;
   background-color: gray;
}

/* * * * * */
/* header  */
/* * * * * */
.header
{
   position: relative;
   margin: 0 auto;
   height: 100px;
   width: 1000px;
   border: 0px solid red;
   background-color: white;
   background-image: url(../images/header.jpg);
   color: white;
   font: bold 16pt Verdana, Arial, sans-serif;
   text-align: right;
}

/* * * * */
/* menu  */
/* * * * */
.menu
{
   position: relative;
   margin: 0 auto;
   height: 34px;
   width: 1000px;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   background-color: white;
   color: black;
   text-align: center;
}

/* * * * */
/* main  */
/* * * * */
.main
{
   position: relative;
   margin: 0 auto;
   width: 1000px;
   border: 0px solid black;
   background-color: white;
   color: black;
}

/* * * * * */
/* footer  */
/* * * * * */
.footer
{
   position: relative;
   margin: 0 auto;
   height: 25px;
   width: 1000px;
   border-top: 1px solid black;
   background-color: white;
   color: black;
   text-align: center;
   padding-top: 5px;
   font: 8pt Verdana, Arial, sans-serif;
} 

.button
{
   height: 34px;
   width: 190px;
   color: #486566;
   font: 12pt Verdana, Arial, sans-serif;
}

.title
{
   color: #486566;
   font: 16pt Verdana, Arial, sans-serif;
}

.Item
{
   padding: 8px;
   Width: 300px;
   border: 1px solid black;
   border-radius:10px;
   box-shadow:2px 4px 4px black;
   background-color: #CAD4D4;
}

.BlackBox
{
   color: White;
   border: 1px Solid black;
}