/* CSS Document */

body {
    /*background-image:       url(../images/bg.gif);
    background-color:       #d99844;*/
    background-color:       #001244;
    margin:                 0;
    font-family:            'OCR A Extended', 'San Serif', 'Arial';
}

#wrapper {
    width:                  970px;
    margin:                 0 auto;
}

#main-wrapper {
    z-index:                100;
    margin:                 0 auto;
    position:               relative;
    float:                  left;
    width:                  970px;
    height:                 100%;
}

#header {
    margin-top:             8px;
    background-image:       url(../images/header.jpg);
    width:                  970px;
    height:                 213px;
}

#nav {
    color:                  #fff;
    /*height:                 30px;
    width:                  370px;*/
    position:               absolute;
    right:                  30px;
    top:                    30px;
    font-weight:            bold;
    z-index:                100;
}

#nav a, a:hover {
    text-decoration:        none;
    color:                  #fff;
}

#logo {
    background-image:url(../images/logo.png);
    width:                  332px;
    height:                 236px;
    position:               absolute;
    left:                   11px;
    top:                    15px;
}

#logo h1{
	display:                none;
}

#container {
  width:                  920px;
    padding:                42px 20px 20px 20px;    background-color:       #000;
    color:                  #fff;
    border:                 5px solid #003466;
    float:                  left;
}

#top-index {
    background-image:       url(../images/top-index.jpg);
    width:                  924px;
    height:                 3px;
    background-repeat:      no-repeat;
    background-align:       bottom;
    float:                  left;
    margin:                 0 auto;
}

#mid-index {
    background-image:       url(../images/mid-index.jpg);
    width:                  924px;
margin:                 0 auto;    float:                  left;
    background-repeat:      y-repeat;
}

#bot-index {
    background-align:       top;
    background-image:       url(../images/bot-index.jpg);
    width:                  924px;
    margin:                 0 auto;
    background-repeat:      no-repeat;
    float:                  left;
    height:                 2px;
}

#left-content {
    width:                  620px;
    padding:                5px;
    float:                  left;
}

#right-content {
    margin-left:            25px;
    width:                  252px;
    padding:                5px;
    float:                  left;
    text-align:             center;
}

#right-content input.txt {
    width:                  201px;
    height:                 20px;
    background:             #fff;
    border:                 2px solid #fff;
    font-weight:            normal;
}

#content {
    padding:                5px;
    text-align:             center;
    background-color:       #252E35;
    margin-top:             22px;
    border:                 2px solid #9EA1A6;
    color:                  #fff;
    text-align:             left;
}

a.headline, a.headline:hover {
    color:                  #fff;
    text-decoration:        underline;
}

a, a:hover{
    color:                  #fff;
    text-decoration:        none;
}

.audnav {
    display:                block;
    text-align:             center;
    color:                  #fff;
    text-decoration:        none;
    font-weight:            bold;
}

.copyright {
    float:                  left;
	font-size:              10px;
	color:                  #fff;
}

.wabw {
	float:                  right;
	font-size:              10px;
	color:                  #fff;
}
.wabw a{
	color:                  #fff;
    text-decoration:        none;
}

.suggest {
    position: absolute;
    z-index:999;
    color: #000;
    background-color: #fff;
}

.hidden {
    display:none;
}