body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url("../img/bg_big.jpg");
	background-position:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.clear {
    clear: both;
}

h1 {
    font-size: 21px;
}

#wrapper {
    width: 953px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 0 50px #888;
	background: #fff;
}


#header {
    border-top: 2px solid #ddd;
    height: 186px;
    background-image: url("../img/header.gif");
}

#nav {
    height: 40px;
	background-color: #20aa35;
}

#nav ul {
    padding: 0;
    margin: 0;
}

#nav ul li {
    list-style: none;
    float: left;
    border-left: 1px solid #44e25e;
}

#nav ul li#first {
    border-left: none;
}

#nav ul li#last, #nav ul li#login{
    border-right: 1px solid #333;
}


#nav ul li a{
    display: block;
    height: 27px;
    border-left: 1px solid #333;
    color: #fff;
    padding: 13px 10px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
}

#nav ul li a:hover{
    background-color: #40ba5a;
}

#content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 931px;
    min-height: 300px;
    padding: 10px;
}

#footer {
    border: 1px solid #999999;
    height: 28px;
    text-align: center;
    padding-top: 12px;
}

.flat-table {
    display: block;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: auto;
    width: auto;
}

th {
    background-color: #14b301;
    color: white;
    font-weight: normal;
    padding: 20px 30px;
    text-align: center;
}
td {
    background-color: rgb(238, 238, 238);
    color: rgb(111, 111, 111);
    padding: 20px 30px;
    border-bottom: 1px solid #999;
}


#slider a, #slider ul {
    display: none;
}