body {
    font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
    font-size: 10pt;
    color: #333;
    background: #faeaab url('../images/bkgd.jpg') repeat-x top left;
}
#wrapper {
    width: 860px;
    margin: 0 auto;
    background: transparent url('../images/wrapper_bkgd.jpg') repeat-y top center;
}
#wrapper > .inner {
    background: url('../images/wrapper_header.jpg') no-repeat scroll top center;
}
#wrapper > .inner > .inner {
    background: url('../images/wrapper_footer.jpg') no-repeat scroll bottom center;

}
#header {
    height: 230px;
}
#header h1 {
    display: none;
}
#nav {
    padding: 116px 0 0 209px;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav ul li {
    padding: 0;
    margin: 0;
    display: inline;
}
#nav ul li a {
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}
#nav ul li.sample_games a {
    background: url('../images/nav_sample_games.jpg') no-repeat scroll top left;
    width: 116px;
}
#nav ul li.pricing a {
    background: url('../images/nav_pricing.jpg') no-repeat scroll top left;
    width: 100px;
}
#nav ul li.free_games a{
    background: url('../images/nav_free_games.jpg') no-repeat scroll top left;
    width: 102px;
}
#nav ul li.faq a {
    background: url('../images/nav_faq.jpg') no-repeat scroll top left;
    width: 101px;
}
#nav ul li.contact_us a {
    background: url('../images/nav_contact_us.jpg') no-repeat scroll top left;
    width: 102px;
}

#nav ul li.about a {
    background: url('../images/nav_about.jpg') no-repeat scroll top left;
    width: 105px;
}
#content {
    padding: 0 50px;
}
#footer {
    text-align: center;
    padding: 10px 0;
    height: 120px;
}
#footer a {
    color: #666;
    text-decoration: none;
}
#right_side {
    margin-left: 300px;
}
#left_side {
    float: left;
    padding: 0 0 0 20px;
}
.large_box {
    width: 470px;
    color: #fff;
    font-size: .9em;
}
.large_box .inner {
    background: transparent url('../images/blue_box-bkgd.png') repeat-y top center;
    padding: 0 20px;
}
.large_box h2 {
    border-bottom: 1px solid #f26822;
    margin-bottom: 10px;
}
.large_box .top {
    height: 10px;
    background: transparent url('../images/blue_box-top_bkgd.png') no-repeat top center;
}
.large_box .bottom {
    height: 20px;
    background: transparent url('../images/blue_box-bottom_bkgd.png') no-repeat top center;
}
#new_user_box {
    background: url('../images/new_user_box_bkgd.png') no-repeat scroll top left;
    width: 470px;
    height: 150px;
}
#new_user_box a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    width: 200px;
    padding: 15px 220px 0 25px;
}
#new_user_box a span {
    font-size: 130%;
    display: block;
}
.login_box {
    width: 265px;
}
.login_box .top{
    background: url('../images/login_box-top_bkgd.png') no-repeat scroll top left;
    height: 10px;
}
.login_box .inner{
    padding: 0 15px;
    background: transparent url('../images/login_box-bkgd.png') repeat-y top center;
    
}
.login_box .bottom {
    background: url('../images/login_box-bottom_bkgd.png') no-repeat scroll top left;
    height: 15px;
}
#teacher_login.login_box h3 {
    background: url('../images/header-teacher_log_in.png') no-repeat scroll top left;
    width: 150px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
}
#teacher_login.login_box {
    margin-bottom: 15px;
}
#student_login.login_box {
    
}
.login_box label {
    display: block;
    float: left;
    width: 70px;
    color: #fff;
    text-align: right;
    text-transform: lowercase;
    padding: 5px 5px 0 0;
}
#student_login.login_box h3 {
    background: url('../images/header-student_log_in.png') no-repeat scroll top left;
    width: 149px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
}
.large_box p {
    padding: 2px 0;
}
.large_box ul {
    list-style: disc outside;
    padding: 5px;
    margin: 0 0 0 20px;
}
.large_box ul li {
    padding: 0 0 5px 0;
}
.forgot_password {
    display: block;
    float: left;
    text-indent: -9999px;
    background: url('../images/link-forgot_password.png') no-repeat 0 0;
    width: 105px;
    height: 30px;
    margin: 0 0 0 50px;
}
.button {
    padding: 5px 10px;
    text-align: left;
}

.row {
    padding: 5px 0;
}
.right_text {
    text-align: right;
}