/* 
    Document   : style2
    Created on : Sep 13, 2012, 5:46:18 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-image: url("background.jpg");
}

h6 {
	font-size:15px;
}

.center {
    margin: auto;
    width: 900px;
    height: auto;
    border: 1px solid #A59E8B;
    background:url("text-bg.jpg");
    text-shadow: #BFA521 0 -0px 0;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.menu{
    width: 100%;
    height: 35px;
    margin-top: 30px;
}       

.header-image{    
    width: 100%;
    height: 100px; 
}

.menu-ul {
    width: 100%;

}
.menu-ul li {
    width: 108px;
    height: 20px;
    float: left;
    background-color: #00063f;
    border:1px solid #EDEDED;
    margin-left: 5px;
    padding: 10px;
    list-style: none;
    font-size: 18px; 
    text-align: center;
}
.menu-ul li a {
    text-decoration: none;
    color: white;
}
.menu-ul li a:hover {
    color: white;
}

.menu-ul li:hover {
    background-color: #0861a5;
}

.content {
    padding: 30px;
    background: white ;
    margin-top: 30px;
    -moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
}
table {
    width: 100%;
    text-align: center;
}
.juri tr td {
    font-weight: bold;
}

.footer {
    padding: 10px; 
    text-align: center;
}
