/*created by Serhie Bouzko on 12/11/10
all files for this website link to this style sheet*/
* {
   padding: 0; 
   margin: 0;
}
body {
   font-size: 1.1em;
   font-family: Arial, Helvetica, sans-serif;
   background-color: gray;
}

#container {
   width: 930px;
   border-width: 1px;
   margin: 0 auto;
   background-color: navy;
}
#sidebar {
   width: 150px;
   margin: 0 10px 10px 0;
   padding: 10px;
   float: left;
   background-color: #87CEFA;
   height: 400px;
   text-decoration: none;
  
}

#sidebar ul {
   font-weight: normal;
   list-style: none;
   text-align: center;
}

#sidebar ul li{
   padding: 5px;
   background-color: #4169E1  ;
   color: yellow;
   display: block;
}
#sidebar ul li a {
   text-decoration: none;
   color: #000000;
}


#sidebar ul li a:hover {
   border: dotted thin;
   background: navy;
   color: white;
}
#header {
   width: 910px;
   margin: 0 0 10px 0;
   padding: 10px;
   background: url(header.jpg);
   background-repeat:no-repeat;
   height: 75px;
}


#main {
   width: 730px;
   margin: 0 0 10px 0;
   padding: 10px;
   background-color: #6495ED ;
   float: right;
   height: 400px;
   overflow: auto;
}
#navbar {
   width: 910px;
   margin: 0 0 10px 0;
   padding: 10px;
   background-color: silver;
   height: 25px;
   text-align: center;
}
#navbar ul li  {
   margin-right: 1em;
   background: url(button.gif) no-repeat center center;
   display: inline;
   list-style-type: none;
}

#navbar li a {
   padding: .1em;
   color: white;
   text-decoration: none;
}

#navbar ul li a:hover {
   border: dotted thin;
   background: yellow;
   color: navy;
   text-decoration: none;
}

 #footer{
   width: 910px;
   padding: 10px;
   background-color: #556B2F ;
   clear: both;
   height: 75px;
   text-align: center;
 }
 img {
    float: left;
	margin: 10px;
    padding: 4px;
	border: double thick navy;
 }
#main p {
   text-indent: 2em; 
  }
table {
   border: solid 6px green;
   border-collapse: collapse;
}

th, td {
   border: solid 2px yellow;
}
.center {
   font-style: italic;
   text-align: center;
}
