@charset "utf-8";

html {
    margin: 0;
    padding: 0;
}

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0;
    padding: 0;
    color: #000000;
}

/* Min-width for proper browser */
.class #width {
    width: 100%;
    min-width: 800px;
    background: #FFFFFF;
    text-align: left;
}

/* IE6 min-width hack */ * html #width #minwidth {
    border-left: 800px solid #fff;
    position: relative;
    float: left;
    z-index: 1;
}* html #width #minwidth #container {
    margin-left: -800px;
    position: relative;
    float: left;
    z-index: 2;
}

.class #header {
    height: 150px;
    line-height: 150px;
    width: 100%;
    background-color: #00FFFF;
    background-image: url(images/head-back.png);
    color: #FFF;
    margin: 0;
}

.class #header img {
    margin: 22px 15px;
    float: left;
}

.class #header h1 {
    margin: 0;
}

.class #menu {
    height: 40px;
    width: 100%;
    float: left;
    background: #0f0;
}

.class #menu p {
    margin: 0px;
    padding: 0px 10px;
    float: left;
    line-height: 40px;
    font-weight: bold;
}

.class #menu ul {
    margin: 0px;
}

.class #menu ul li {
    display: block;
    float: left;
    list-style: none;
}

.class #menu a {
    float: left;
    text-decoration: none;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    color: #000;
}

.class #menu a:hover {
    color: #000;
    background: #0FF;
}

.class #mainContent {
    background-image: url(images/shadow.png);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

.class #mainContent_bottom {
    background-image: url(images/shadow-foot.png);
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    background-position: bottom;
}

.class #mainContent .image img {
    padding: 0px;
    margin: 0px;
}

.class #mainContent .image {
    padding: 0px;
    margin: 0px;
    width: 33%;
    float: left;
    text-align: center;
}

.class #container #questions {
    float: left;
    margin-right: -1px;
    width: 50%;
}

.class #container #image {
    float: left;
    text-align: center;
    width: 50%;
}

.class #container #image img {
    width: 50%;
}

.class #container #image table {
    margin-left: auto;
    margin-right: auto;
	text-align: left;
    border: 1px solid #000;
}

.class #container #image form {
	text-align: left;
	
}
.class #container #image table td {
    padding: 10px;
}

.class #startgame {
    text-align: center;
    margin: 0 auto;
    width: 250px;
    background-color: #00f;
}

.class #startgame a {
    color: #000;
    padding: 30px;
    font-size: 20pt;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #0f0;
}

.class #startgame a:hover {
    color: #888;
    background-color: #8f8;
}

.class .wrap, .class .borderwrap {
    width: 100%;
    float: left;
    overflow: hidden;
}

.class .borderwrap {
    border-top: 1px solid #000;
}

.class .leftanswer, .class .rightanswer {
    width: 50%;
    float: left;
    overflow: hidden;
}

.class .leftanswer {
    margin-right: -1px;
}

.leftanswer img, .rightanswer img {
    float: right;
    width: 40%;
}

.class .pad {
    margin: 20px 15px;
}

.class #score {
    clear: both;
    padding: 30px;
    text-align: center;
    font-size: x-large;
}

.class #questioneditor {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 28em;
}

.class #questioneditor form {
    margin: 0;
}

.class #login {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 20em;
}

.class #suggestions {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 25em;
}

.class #footer {
    clear: left;
    height: 100px;
    line-height: 100px; /* to center text */
    width: 100%;
    text-align: right;
    background: #0FF;
    background-image: url(images/foot-back.png);
    color: #FFF;
    font-weight: bold;
}

