body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #D2DCE5
}
h1 {
    font-size: 2em;
    font-weight:bold;
    margin-left:20px;
    margin-top: 0
}
h3 {
    margin-bottom: -0.5em;
}
h3 a {
    color: rgb(84, 111, 146);
    text-decoration: none
}
img {
    border: none
}
a {
    color: #546F92
}

td {
    vertical-align: top
}

.example {font-style: italic}

label.error {
    display: block
}

#container, .ads {
    width: 920px;
    margin: 0 auto
}
#top_message {
    color: #999;
    font-size: 0.9em;
    position:relative;
    top:-4em;
    left: 236px;
    width: 600px;
    text-align:right;
    line-height:2em;
    overflow: hidden;
    margin-bottom: -2em
}
#top_message a {
    color: #747C87
}
#content {
    background-image: url('../img/sky.jpg');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #EBEEF3;
    min-height: 240px;
    padding: 20px 40px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}
#logo {
    text-shadow: 0 1px 0 white;
    margin-left: 0
}
#menu {
    background-color: #373B40;
    height: 40px;
    text-align: center
}
#menu a {
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    color: #F3F3F3;
    word-spacing: normal;
    width: 227px;
    display: inline-block;
    font-family: Droid Sans, Arial
}
#submenu {
    background-color: #747C87;
    height: 128px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
#submenu a {
    color: #f3f3f3;
    text-decoration: none
}
#submenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}
#submenu li {
    padding: 4px
}
#submenu div {
    display: table-cell;
    width: 230px;
    height: 100px;
    text-align: center;
    vertical-align: middle
}

#main {
    background-color: #FBFCFD;
    color: #333;
    padding: 5px 40px 10px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
    font-size: 0.9em
}

#footer {
    font-size: .9em;
    text-align: center;
    padding-top: 12px;
    color: #747C87
}

#pager {
    font-size: 0.9em
}
#pager .prev, #pager .next, #pager .first, #pager .last {
    /*cursor: pointer;*/
    position: relative;
    top: 3px
}

