/* CSS Document */

body {
    background-color:       #fff;
    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 {display:none;}

#nav {display:none;}
#nav a, a:hover {display:none;}
#logo {display:none;}
#logo h1{display:block;color:#000;}

img {display:none;}
.audnav {display:none;}

#container {
    width:                  920px;
    border:                 none;
    padding:                20px;
    float:                  left;
}

#top-index {display:none;}
#mid-index {display:none;}
#bot-index {display:none;}

#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 {
    width:                  201px;
    height:                 20px;
    font-weight:            normal;
}

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

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

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

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

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