html, body
{
    background-color: royalblue;
    color: azure;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}


#container
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    float: left;
    width: 1024px;
    height: 70px;
    background-color: #243a53;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#header_title
{
    width: 520px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    padding-top: 10px;
    margin-top: 3px;
    text-shadow: 5px 2px 10px #262121;
}

.star
{
    font-size: 25px;
    letter-spacing: 16px;
}

#banner
{
    float: left;
    width: 1024px;
    height: 300px;
    background: url('pics/banner.jpg');
    border:1px solid #021a40;
}

#menu
{
    float: left;
    width: 1024px;
    height: 50px;
    margin-top: 10px;
    border-radius: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #243a53;
    border-radius: 10px;  
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 64px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

#content
{
    float: left;
    width: 1024px;
    height: 464px;
    margin-top: 5px;
    background-color: #305a89;
    border-radius: 10px;
}

.pic
{
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
    border-radius: 10px;
}

#footer
{
    float: left;
    width: 1024px;
    height: 40px;
    margin-top: 10px;
    background-color: #243a53;
    border-radius: 10px;
    margin-bottom: 20px;
}

p
{
    font-size: 16px;
    padding-top: 25px;
    padding-right: 30px;
    text-align: justify;
    text-shadow: black 0.1em 0.1em 0.2em;
    line-height: 20px;
}

.center
{
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    padding-top: 75px;
    padding-right: 0px;
    padding-left: 83px;
}

.fc {
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 43px;
    line-height: 32px;
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 0px;
}

.copy
{
    text-align: center;
    font-size: 13px;
    display: block;
    width: 400px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

.thumb
{
    margin: 36px 11px 10px 26px;
}


.title
{
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

table.articles  {
  font-size: 16px;
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
  margin-top: 25px;
}

table.articles  th {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #243a53;
  padding: 0px 5px;
}

table.articles  td {
  border: 1px solid #243a53;
  padding: 6px 26px;
}

tr
{
    border-collapse: collapse;
}

.article {
    color:white;
}

a:link {
    color:white;
    text-decoration: none;
}

a:hover {
    color:white;
    text-decoration: underline;
}

a.menulink:hover {
    color:white;
    text-decoration: none;
}

a:visited
{
    color:white;
    text-decoration: none;
}

table.books 
{
    font-size: 16px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 25px;
}

table.books  th {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 5px;
}

table.books  td {
  padding: 25px 11px;
  vertical-align: top;
  text-shadow: black 0.1em 0.1em 0.2em;
}

#mplayer
{
    margin-left: 100px;
    margin-top: 20px;
    
}

#contact
{
    width: 500px;
    margin-left: 420px;
    margin-right: auto;
    margin-bottom: -33px;
}
